Sie sind auf Seite 1von 19

1 DASAN Networks

PON Configuration
GPON Profile of SNR GPON system
There are several types of profile (e.g. dba-profile, traffic-profile, multicast-profile, voip-profile, onu-profile, pm-profile)
For traffic-forwarding, three profile (DBA, Traffic, ONU) must be configured.
DBA Profile contain method of bandwidth allocation (Fixed, SR, NSR) and define specific bandwidth.
- Fixed Mode: Assign fixed bandwidth which cannot share with others
- SR(State Reporting): Buffer information is exchanged between OLT and ONU.
- NSR(Non State Reporting): Change bandwidth according to amount of idle GEM frame from ONU.
- Fixed Bandwidth: fixed and non-shared guaranteed bandwidth
- Assured Bandwidth: guaranteed but can be shared bandwidth with others
- Maximum Bandwidth: shared bandwidth with fixed and assured bandwidth can be utilized up to this bandwidth.
( Maximum BW ! Fixed BW + Assured BW )
Traffic-Profile contain GEM port count, VLAN tag and DBA profile which bounded to GEM port.
- 1 GEM port is bound to 1 strict priority queue.
- Each GEM port bound with specific DBA profile.
- Highest GEM port ID have most high priority.
- Traffic-profile can contain multicast-profile, voip-profile and tdm-pw-profile.
ONU profile is consist of Traffic-profiles and pm-profile.
ONU Profile
Traffic-profile
DBA Profile
DBA Profile
DBA Profile
Traffic Profile
DBA Profile
DBA Profile
DBA Profile
Traffic Profile
DBA Profile
DBA Profile
DBA Profile
Bound To
ONU
2 DASAN Networks
PON Configuration for TPS service
This is a guide for DBA, VoIP and Multicast configuration.
This guide shows how operator can set a configuration according to ONU ID.
Operator can configure Bandwidth Allocation, Phone number and Multicast range with a ONT
separately.
Dynamic Bandwidth Allocation is set at the DBA-Profile and Traffic-Profile.
- ONT#1 has 20Mbps upstream bandwidth
- ONT#1 Ethernet UNI Port 1 10Mbps downstream bandwidth.
- ONT#2 has 40Mbps upstream bandwidth
VoIP feature about SIP server address and DNS is set at the VoIP-Profile
But VoIP phone number and password are set at the GPON-OLT node.
Multicast range is set at the Multicast-Profile.
- ONT#1 has multicast range from 229.1.1.1 to 229.1.1.10.
- ONT#2 has multicast range from 230.1.1.1 to 230.1.1.10.
Traffic-Profile contains above three profiles (DBA, VoIP, Multicast)
ONU-Profile is assigned to ONT so operator can set the ONT by his purpose.
3 DASAN Networks
PON Configuration for TPS service
Test diagram
4 DASAN Networks
PON Configuration for TPS service
The configuration of VLAN
SWITCH(config)#
SWITCH(config)# bridge
SWITCH(bridge)# vlan create 11 VLAN 11 for VoIP VLAN.
SWITCH(bridge)# vlan add 11 1 tagged Port 1 for subscriber PON port
SWITCH(bridge)# vlan add 11 8 untagged Port 8 for uplink port
SWITCH(bridge)# show vlan
u: untagged port, t: tagged port
---------------------------------------
| 1
Name( VID| FID) |123456789012345678
---------------------------------------
default( 1| 1) |.uuuuuu.uuuuuuuuuu
br11( 11| 11) |t......u..........
SWITCH(bridge)#
SWITCH(bridge)# exit
SWITCH(config)# interface 11
SWITCH(config-if[11])# ip address 11.1.1.254/24
SWITCH(config-if[11])# no shutdown
SWITCH(config-if[11])# exit
SWITCH(config)#
GPON Port should be a tagged member
5 DASAN Networks
PON Configuration for TPS service
The configuration for multicast
SWITCH(config)#
SWITCH(config)# ip unknown-multicast block Unknown multicast traffic should be blocked.
SWITCH(config)# ip igmp snooping vlan 11 IGMP snooping at VLAN 11 should be enabled.
SWITCH(config)# gpon
SWITCH(config)# olt multicast-gem 4094 Multicast traffic uses GEM port 4094.
SWITCH(config)# olt interwork igmp-snooping enable GPON OLT should interwork with SWITCH IGMP snooping.
SWICH side IGMP snooping should be configured.
GPON OLT should interwork with SWITCH IGMP snooping.
6 DASAN Networks
PON Configuration for TPS service
ONT Activation
ONTs are connected via GPON port 1.
Operator should start discover window with following command
- SWITCH(config-gpon-olt[1])# discover-serial-number start 10
ONT should be changed to manual status for assigning a profile.
- SWITCH(config-gpon-olt[1])# onu fix all
SWITCH#
SWITCH# con t
SWITCH(config)# gpon
SWITCH(gpon)# gpon-olt 1
SWITCH(config-gpon-olt[1])# discover-serial-number start 10
SWITCH(config-gpon-olt[1])# show onu active
-------------------------------------------------------------------------------------
OLT | ONU | STATUS | MODE | Serial No. | Password | Link uptime
-------------------------------------------------------------------------------------
1 | 1 | Active | auto | CIGGb3190015 | 30306233313930303135 | 0:00:00:10
1 | 2 | Active | auto | DSNWcb7ef3b8 | 00000000000000000000 | 0:00:00:09
1 | 3 | Active | auto | CIGGb1959329 | 30306231393539333239 | 0:00:00:09
SWITCH(config-gpon-olt[1])#
SWITCH(config-gpon-olt[1])# onu fix all
SWITCH(config-gpon-olt[1])# show onu active
-------------------------------------------------------------------------------------
OLT | ONU | STATUS | MODE | Serial No. | Password | Link uptime
-------------------------------------------------------------------------------------
1 | 1 | Active | manual | CIGGb3190015 | 30306233313930303135 | 0:00:00:22
1 | 2 | Active | manual | DSNWcb7ef3b8 | 00000000000000000000 | 0:00:00:21
1 | 3 | Active | manual | CIGGb1959329 | 30306231393539333239 | 0:00:00:21
7 DASAN Networks
PON Configuration for TPS service
DBA-Profile
Dynamic Bandwidth Allocation is set at the DBA-Profile.
- ONT#1 has 20Mbps upstream bandwidth
- ONT#2 has 40Mbps upstream bandwidth
SWITCH#
SWITCH# con t
SWITCH(config)# gpon
SWITCH(gpon)# dba-profile 20M_upstream create
SWITCH(config-dba-profile[20M_upstream])# mode sr
SWITCH(config-dba-profile[20M_upstream])# sla fixed 128
SWITCH(config-dba-profile[20M_upstream])# sla maximum 20000
SWITCH(config-dba-profile[20M_upstream])# apply
SWITCH(config-dba-profile[20M_upstream])# exit
SWITCH(gpon)#
SWITCH(gpon)# dba-profile 40M_upstream create
SWITCH(config-dba-profile[40M_upstream])# mode sr
SWITCH(config-dba-profile[40M_upstream])# sla fixed 128
SWITCH(config-dba-profile[40M_upstream])# sla maximum 40000
SWITCH(config-dba-profile[40M_upstream])# apply
SWITCH(config-dba-profile[40M_upstream])# exit
8 DASAN Networks
PON Configuration for TPS service
VoIP-Profile
VoIP feature about SIP server address and DNS is set at the VoIP-Profile
But VoIP phone number and password are set at the GPON-OLT node.
This will be described page 11.
SWITCH(gpon)# voip-profile VoIP create
SWITCH(config-voip-profile[VoIP])# protocol sip
SWITCH(config-voip-profile[VoIP]-sip)# proxy-server 11.1.1.253
SWITCH(config-voip-profile[VoIP]-sip)# outbound-proxy-server 11.1.1.253
SWITCH(config-voip-profile[VoIP]-sip)# register-server 11.1.1.253
SWITCH(config-voip-profile[VoIP]-sip)# host-part-server 11.1.1.253
SWITCH(config-voip-profile[VoIP]-sip)# dns primary 11.1.1.253
SWITCH(config-voip-profile[VoIP]-sip)# exit
SWITCH(config-voip-profile[VoIP])# apply
SWITCH(config-voip-profile[VoIP])# show run gpon
!
gpon
!
voip-profile VoIP create
codec-nego 1 codec pcma packet-period 10 silence-suppression 1 This 4 lines are configured by default.
codec-nego 2 codec pcmu packet-period 10 silence-suppression 1
codec-nego 3 codec g729 packet-period 10 silence-suppression 1
codec-nego 4 codec g723 packet-period 10 silence-suppression 1
protocol sip
proxy-server 11.1.1.253
outbound-proxy-server 11.1.1.253
register-server 11.1.1.253
host-part-server 11.1.1.253
dns primary 11.1.1.253
apply
9 DASAN Networks
PON Configuration for TPS service
Multicast-profile
Multicast range is set at the Multicast-Profile.
- ONT#1 has multicast range from 229.1.1.1 to 229.1.1.10.
- ONT#2 has multicast range from 230.1.1.1 to 230.1.1.10
SWITCH(gpon)# multicast-profile 229_net create
SWITCH(config-mcast-profile[229_net])# igmp robustness-variable 3
SWITCH(config-mcast-profile[229_net])# igmp querier query-interval 125
SWITCH(config-mcast-profile[229_net])# igmp querier max-response-time 10
SWITCH(config-mcast-profile[229_net])# igmp access-list vid 11 dst-ip start 229.1.1.1 end 229.1.1.10 gem 4094
SWITCH(config-mcast-profile[229_net])# apply
SWITCH(config-mcast-profile[229_net])# exit
SWITCH(gpon)#
SWITCH(gpon)#
SWITCH(gpon)# multicast-profile 230_net create
SWITCH(config-mcast-profile[230_net])# igmp robustness-variable 3
SWITCH(config-mcast-profile[230_net])# igmp querier query-interval 125
SWITCH(config-mcast-profile[230_net])# igmp querier max-response-time 10
SWITCH(config-mcast-profile[230_net])# igmp access-list vid 11 dst-ip start 230.1.1.1 end 230.1.1.10 gem 4094
SWITCH(config-mcast-profile[230_net])# apply
SWITCH(config-mcast-profile[230_net])# exit
SWITCH(gpon)#
10 DASAN Networks
PON Configuration for TPS service
Traffic-profile for ONT#1 (1)
Traffic-profile contains DBA-profile, VoIP-profile, Multicast-profile.
At the traffic-profile operator can modify VLAN-operation, max-host, rate-limit and etc
SWITCH(gpon)# traffic-profile ONT#1 create
SWITCH(config-traffic-pf[ONT#1])# tcont 1 Tcont for Ethernet
SWITCH(config-traffic-pf[ONT#1]-tcont[1])# gemport 1/1-1/4 GEM port 1/1-1/4 is mapped to Tcont ID 1
SWITCH(config-traffic-pf[ONT#1]-tcont[1])# dba-profile 20M_upstream Tcont 1 uses dba-profile 20M_upstream
SWITCH(config-traffic-pf[ONT#1]-tcont[1])# exit
SWITCH(config-traffic-pf[ONT#1])# tcont 2 Tcont for VoIP
SWITCH(config-traffic-pf[ONT#1]-tcont[2])# gemport 2/1 GEM port 2/1 is mapped to Tcont ID 2
SWITCH(config-traffic-pf[ONT#1]-tcont[2])# dba-profile 20M_upstream Tcont 2 uses dba-profile 20M_upstream
SWITCH(config-traffic-pf[ONT#1]-tcont[2])# exit
SWITCH(config-traffic-pf[ONT#1])# mapper 1 Mapper for Ethernet
SWITCH(config-traffic-pf[ONT#1]-mapper[1])# gemport count 4 Mapper 1 uses 4 GEM port.
SWITCH(config-traffic-pf[ONT#1]-mapper[1])# exit
SWITCH(config-traffic-pf[ONT#1])# mapper 2 Mapper foe VoIP
SWITCH(config-traffic-pf[ONT#1]-mapper[2])# gemport count 1 Mapper 2 uses 1 GEM port.
SWITCH(config-traffic-pf[ONT#1]-mapper[2])# exit
SWITCH(config-traffic-pf[ONT#1])# bridge 1 Bridge 1 for Ethernet.
SWITCH(config-traffic-pf[ONT#1]-bridge[1])# ani mapper 1 Bridge 1 ANI has Mapper 1.
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-ani[mapper:1])# exit
SWITCH(config-traffic-pf[ONT#1]-bridge[1])# uni eth 1 Eth UNI 1 is configured at Bridge 1
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:1])# vlan-operation us-oper overwrite 11 0
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:1])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:1])#multicast-profile 229_net Eth UNI 1 has multicast-profile 229_net
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:1])# rate-limit downstream 10000 10000 Eth UNI 1 downstream traffic is limited 10Mbps
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:1])# exit
SWITCH(config-traffic-pf[ONT#1]-bridge[1])# uni eth 2
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:2])# vlan-operation us-oper overwrite 11 0
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:2])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:2])#multicast-profile 229_net
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:2])# exit
11 DASAN Networks
PON Configuration for TPS service
Traffic-profile for ONT#1 (2)
SWITCH(config-traffic-pf[ONT#1]-bridge[1])# uni eth 3
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:3])# vlan-operation us-oper overwrite 11 0
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:3])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:3])#multicast-profile 229_net
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:3])# exit
SWITCH(config-traffic-pf[ONT#1]-bridge[1])# uni eth 4
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:4])# vlan-operation us-oper overwrite 11 0
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:4])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:4])#multicast-profile 229_net
SWITCH(config-traffic-pf[ONT#1]-bridge[1]-uni[eth:4])# exit
SWITCH(config-traffic-pf[ONT#1]-bridge[1])# exit
SWITCH(config-traffic-pf[ONT#1])# bridge 2 Bridge 2 for VoIP.
SWITCH(config-traffic-pf[ONT#1]-bridge[2])# ani mapper 2
SWITCH(config-traffic-pf[ONT#1]-bridge[2]-ani[mapper:2])# exit
SWITCH(config-traffic-pf[ONT#1]-bridge[2])# link ip-host-config 1 Bridge 2 is linked to ip-host-config 1
SWITCH(config-traffic-pf[ONT#1]-bridge[2])# exit
SWITCH(config-traffic-pf[ONT#1])# ip-host-config 1 IP-host-config 1 for VoIP
SWITCH(config-traffic-pf[ONT#1]-iphost[1])# ip address static
SWITCH(config-traffic-pf[ONT#1]-iphost[1])# dns primary 11.1.1.253
SWITCH(config-traffic-pf[ONT#1]-iphost[1])# vlan-operation us-oper overwrite 11 7
SWITCH(config-traffic-pf[ONT#1]-iphost[1])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#1]-iphost[1])# link voip-service 1 IP-host-config 1 is linked to voip-service 1
SWITCH(config-traffic-pf[ONT#1]-iphost[1])# exit
SWITCH(config-traffic-pf[ONT#1])# voip-service 1
SWITCH(config-traffic-pf[ONT#1]-voip[1])# manage-method omci voip-service 1 is controlled by OMCI.
SWITCH(config-traffic-pf[ONT#1]-voip[1])# voip-profile VoIP voip-service 1 is consisted of voip-profile VoIP
SWITCH(config-traffic-pf[ONT#1]-voip[1])# uni pots 1 voip-service 1 is consisted of POTS 1 and 2.
SWITCH(config-traffic-pf[ONT#1]-voip[1]-uni[1])# exit
SWITCH(config-traffic-pf[ONT#1]-voip[1])# uni pots 2
SWITCH(config-traffic-pf[ONT#1]-voip[1]-uni[2])# exit
SWITCH(config-traffic-pf[ONT#1]-voip[1])# exit
SWITCH(config-traffic-pf[ONT#1])# apply
SWITCH(config-traffic-pf[ONT#1])#
12 DASAN Networks
PON Configuration for TPS service
Traffic-profile for ONT#2 (1)
Traffic-profile contains DBA-profile, VoIP-profile, Multicast-profile.
At the traffic-profile operator can modify VLAN-operation, max-host, rate-limit and etc
SWITCH(gpon)# traffic-profile ONT#2 create
SWITCH(config-traffic-pf[ONT#2])# tcont 1
SWITCH(config-traffic-pf[ONT#2]-tcont[1])# gemport 1/1-4
SWITCH(config-traffic-pf[ONT#2]-tcont[1])# dba-profile 40M_upstream
SWITCH(config-traffic-pf[ONT#2]-tcont[1])# exit
SWITCH(config-traffic-pf[ONT#2])# tcont 2
SWITCH(config-traffic-pf[ONT#2]-tcont[2])# gemport 2/1
SWITCH(config-traffic-pf[ONT#2]-tcont[2])# dba-profile 40M_upstream
SWITCH(config-traffic-pf[ONT#2]-tcont[2])# exit
SWITCH(config-traffic-pf[ONT#2])# mapper 1
SWITCH(config-traffic-pf[ONT#2]-mapper[1])# gemport count 4
SWITCH(config-traffic-pf[ONT#2]-mapper[1])# exit
SWITCH(config-traffic-pf[ONT#2])# mapper 2
SWITCH(config-traffic-pf[ONT#2]-mapper[2])# gemport count 1
SWITCH(config-traffic-pf[ONT#2]-mapper[2])# exit
SWITCH(config-traffic-pf[ONT#2])# bridge 1
SWITCH(config-traffic-pf[ONT#2]-bridge[1])# ani mapper 1
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-ani[mapper:1])# exit
SWITCH(config-traffic-pf[ONT#2]-bridge[1])# uni eth 1
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:1])# vlan-operation us-oper overwrite 11 0
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:1])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:1])#multicast-profile 230_net
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:1])# exit
SWITCH(config-traffic-pf[ONT#2]-bridge[1])# uni eth 2
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:2])# vlan-operation us-oper overwrite 11 0
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:2])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:2])#multicast-profile 230_net
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:2])# exit
13 DASAN Networks
PON Configuration for TPS service
Traffic-profile for ONT#2 (2)
SWITCH(config-traffic-pf[ONT#2]-bridge[1])# uni eth 3
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:3])# vlan-operation us-oper overwrite 11 0
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:3])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:3])#multicast-profile 230_net
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:3])# exit
SWITCH(config-traffic-pf[ONT#2]-bridge[1])# uni eth 4
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:4])# vlan-operation us-oper overwrite 11 0
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:4])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:4])#multicast-profile 230_net
SWITCH(config-traffic-pf[ONT#2]-bridge[1]-uni[eth:4])# exit
SWITCH(config-traffic-pf[ONT#2]-bridge[1])# exit
SWITCH(config-traffic-pf[ONT#2])# bridge 2
SWITCH(config-traffic-pf[ONT#2]-bridge[2])# ani mapper 2
SWITCH(config-traffic-pf[ONT#2]-bridge[2]-ani[mapper:2])# exit
SWITCH(config-traffic-pf[ONT#2]-bridge[2])# link ip-host-config 1
SWITCH(config-traffic-pf[ONT#2]-bridge[2])# exit
SWITCH(config-traffic-pf[ONT#2])# ip-host-config 1
SWITCH(config-traffic-pf[ONT#2]-iphost[1])# ip address static
SWITCH(config-traffic-pf[ONT#2]-iphost[1])# dns primary 11.1.1.253
SWITCH(config-traffic-pf[ONT#2]-iphost[1])# vlan-operation us-oper overwrite 11 7
SWITCH(config-traffic-pf[ONT#2]-iphost[1])# vlan-operation ds-oper remove
SWITCH(config-traffic-pf[ONT#2]-iphost[1])# link voip-service 1
SWITCH(config-traffic-pf[ONT#2]-iphost[1])# exit
SWITCH(config-traffic-pf[ONT#2])# voip-service 1
SWITCH(config-traffic-pf[ONT#2]-voip[1])# manage-method omci
SWITCH(config-traffic-pf[ONT#2]-voip[1])# voip-profile VoIP
SWITCH(config-traffic-pf[ONT#2]-voip[1])# uni pots 1
SWITCH(config-traffic-pf[ONT#2]-voip[1]-uni[1])# exit
SWITCH(config-traffic-pf[ONT#2]-voip[1])# uni pots 2
SWITCH(config-traffic-pf[ONT#2]-voip[1]-uni[2])# exit
SWITCH(config-traffic-pf[ONT#2]-voip[1])# exit
SWITCH(config-traffic-pf[ONT#2])# apply
SWITCH(config-traffic-pf[ONT#2])#
14 DASAN Networks
PON Configuration for TPS service
ONU-profile
ONU-Profile contains above three profiles (DBA, VoIP, Multicast)
ONU-Profile is assigned to ONT so operator can set the ONT by his purpose.
SWITCH(gpon)#
SWITCH(gpon)# onu-profile ONT#1 create
SWITCH(config-onu-profile[ONT#1])# traffic-profile ONT#1 onu-profile ONT#1 consist of traffic-profile ONT#1
SWITCH(config-onu-profile[ONT#1])# apply
SWITCH(config-onu-profile[ONT#1])# exit
SWITCH(gpon)# onu-profile ONT#2 create
SWITCH(config-onu-profile[ONT#2])# traffic-profile ONT#2 onu-profile ONT#2 consist of traffic-profile ONT#2
SWITCH(config-onu-profile[ONT#2])# apply
SWITCH(config-onu-profile[ONT#2])#exit
SWITCH(gpon)#
SWITCH(gpon)# gpon-olt 1
SWITCH(config-gpon-olt[1])# onu-profile 1 ONT#1 onu-profile 1 is bound to ONT#1
SWITCH(config-gpon-olt[1])# onu-profile 2 ONT#2 onu-profile 2 is bound to ONT#2
SWITCH(config-gpon-olt[1])# sh onu info
----------------------------------------------------------------------------------
OLT | ONU | STATUS | Serial No. | Distance | Rx Power | Profile
----------------------------------------------------------------------------------
1 | 1 | Active | CIGGb3190015 | 7m | - 9.1 dBm | ONT#1
1 | 2 | Active | DSNWcb7ef3b8 | 22m | - 17.1 dBm | ONT#2
15 DASAN Networks
PON Configuration for TPS service
VoIP configuration
VoIP phone number and password are set at the GPON-OLT node.
- ONT#1 has IP-address 11.1.1.11 and ONT#2 has 11.1.1.12
- Please find a Phone number and password for registration in a topology
SWITCH(config-gpon-olt[1])# onu static-ip 1 ip-host 1 111.1.1.11/24 gw 111.1.1.254
SWITCH(config-gpon-olt[1])# onu voip-sip 1 phone-number pots 1 1111
SWITCH(config-gpon-olt[1])# onu voip-sip 1 phone-number pots 2 1112
SWITCH(config-gpon-olt[1])# onu voip-sip 1 auth pots 1 1111 snr01
SWITCH(config-gpon-olt[1])# onu voip-sip 1 auth pots 2 1112 snr02
SWITCH(config-gpon-olt[1])#
SWITCH(config-gpon-olt[1])# onu static-ip 2 ip-host 1 111.1.1.12/24 gw 111.1.1.254
SWITCH(config-gpon-olt[1])# onu voip-sip 2 phone-number pots 1 1113
SWITCH(config-gpon-olt[1])# onu voip-sip 2 phone-number pots 2 1114
SWITCH(config-gpon-olt[1])# onu voip-sip 2 auth pots 1 1113 snr03
SWITCH(config-gpon-olt[1])# onu voip-sip 2 auth pots 2 1114 snr04
16 DASAN Networks
PON Configuration for TPS service
VoIP status check
SWITCH(config-gpon-olt[1])# show onu ip-host 1
---------------------------------------------------------------
OLT : 1, ONU : 1, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : Static
MAC Address : 00:19:c7:81:02:66
Config IP : 0.0.0.0
Config Mask : 0.0.0.0
Config Gateway : 0.0.0.0
Config Primary DNS : 0.0.0.0
Config Secondary DNS : 0.0.0.0
Host name :
---------------------------------------------------------------
OLT : 1, ONU : 1, Host : 2(0x0001)
---------------------------------------------------------------
IP Option : Static
MAC Address : 00:19:c7:81:02:65
Config IP : 0.0.0.0
Config Mask : 0.0.0.0
Config Gateway : 0.0.0.0
Config Primary DNS : 0.0.0.0
Config Secondary DNS : 0.0.0.0
Host name :
SWITCH(config-gpon-olt[1])#
17 DASAN Networks
PON Configuration for TPS service
VoIP status check
SWITCH(config-gpon-olt[1])# show onu voip line 1
------------------------------------------------------------------------------
OLT : 1, ONU : 1, POTS : 1
------------------------------------------------------------------------------
Line Status : None/initial
Used Codec : Auto select
Session Type : Idle
1st Protocol Period / Dest Addr : 0 /
2nd Protocol Period / Dest Addr : 0 /
------------------------------------------------------------------------------
OLT : 1, ONU : 1, POTS : 2
------------------------------------------------------------------------------
Line Status : None/initial
Used Codec : Auto select
Session Type : Idle
1st Protocol Period / Dest Addr : 0 /
2nd Protocol Period / Dest Addr : 0 /
SWITCH(config-gpon-olt[1])#
18 DASAN Networks
PON Configuration for TPS service
VoIP status check
SWITCH(config-gpon-olt[1])# show onu uni-status 1
-------------------------------------------------------------------------
OLT | ONU | Slot Type | Port | ADMIN | OPER | Mode | LoopBack
-------------------------------------------------------------------------
1 | 1 | 10/100/1000M | 1 | Up | Down | NA/NA | -
1 | 1 | 10/100/1000M | 2 | Up | Down | NA/NA | -
1 | 1 | 10/100/1000M | 3 | Up | Down | NA/NA | -
1 | 1 | 10/100/1000M | 4 | Up | Down | NA/NA | -
1 | 1 | VoIP | 1 | Up | Up | Hook On | N/A
1 | 1 | VoIP | 2 | Up | Up | Hook On | N/A
SWITCH(config-gpon-olt[1])#
19 DASAN Networks
Displaying OLT MAC
Ll Mode Comment
show olt mac [ olt-id ] [ onu-id ] Gpon Check ONU(ONT) MAC address at OLT port.
clear olt mac [ onu-id mac-address vlan-id ] Gpon-olt Clear OLT MAC address table.
Displaying ONU status
CLl Mode Comment
show onu info [ onu-id ] Gpon-olt Check ONU(ONT) information.
show onu active [ olt-id ] Gpon Check ONU(ONT) activation status.
show onu active [ onu-id ] Gpon-olt Check ONU(ONT) activation status at each OLT port.
Displaying PON Statistics
CLl Mode Comment
show olt statistics
Gpon-olt
Check OLT statistics.
show olt statistics alloc-id alloc-id Check OLT statistics with alloc-id.
show olt statistics onu onu-id Check OLT statistics with onu.
clear olt statistics Clear OLT statistics.
PON Configuration

Das könnte Ihnen auch gefallen