And I'm really sorry if my articles are irregular and unstructured, I write what I'm doing at Office when troubleshooting :D
1. Delete ONU in OLT ZTE C300
When you want to delete ONU configuration in need moving to new port allocation in OLT, first we must check the position SN ONU in interface gpon-olt:
Example Before Config:
OLT-ZTE-C300#show run interface gpon-olt_1/4/8
Building configuration...
!
interface gpon-olt_1/4/8
onu 1 type ZXHN-F660 sn ZTEGC525C8F9
onu 2 type ZXHN-F660 sn ZTEGC508F59C
Execution:
OLT-ZTE-C300(config)#interface gpon-olt_1/4/8
OLT-ZTE-C300(config-if)#no onu 2
.............[Successful]
Example After Config:
OLT-ZTE-C300#show run interface gpon-olt_1/4/8
Building configuration...
!
interface gpon-olt_1/4/8
onu 1 type ZXHN-F660 sn ZTEGC525C8F9
2. Delete Some Configuration and services in running Port ONU
When we want to delete Services in running ONU from OLT ZTE C300 for some reasons, first we must delete service on pon-onu-mng ONU and then delete tcont:
Example Before Config:
OLT-ZTE-C300#show onu running config gpon-onu_1/4/8:2
pon-onu-mng gpon-onu_1/4/8:2
mgmt-ip 10.104.1.89 255.255.248.0 vlan 1450 priority 0 route 0.0.0.0 0.0.0.0 10.104.7.254 host 1
service Internet-Public gemport 1 vlan 671
service OAM gemport 2 vlan 1450
service Internet-Private gemport 3 vlan 1000
service TV_Private gemport 4 vlan 2000
service OAM_Private gemport 5 vlan 32
vlan port eth_0/1 mode tag vlan 671
vlan port eth_0/3 mode trunk
vlan port eth_0/3 vlan 32,1000,2000
!
Execution:
OLT-ZTE-C300(config)#pon-onu-mng gpon-onu_1/4/8:2
OLT-ZTE-C300(gpon-onu-mng)#no service Internet-Private
OLT-ZTE-C300(gpon-onu-mng)#no service TV_Private
OLT-ZTE-C300(gpon-onu-mng)#no service OAM_Private
OLT-ZTE-C300(gpon-onu-mng)#no vlan port eth_0/3 mode
OLT-ZTE-C300(gpon-onu-mng)#no vlan port eth_0/3 vlan 32
OLT-ZTE-C300(gpon-onu-mng)#no vlan port eth_0/3 vlan 1000
OLT-ZTE-C300(gpon-onu-mng)#no vlan port eth_0/3 vlan 2000
Example After Config:
OLT-ZTE-C300#show onu running config gpon-onu_1/4/8:2pon-onu-mng gpon-onu_1/4/8:2
service Internet-Public gemport 1 vlan 671
service OAM gemport 2 vlan 1450
vlan port eth_0/1 mode tag vlan 671
vlan port eth_0/3 mode trunk
!
And then we go to specific Port ONU in OLT ZTE C300 and delete tcont:
Example Before Config:
OLT-ZTE-C300#show running-config interface gpon-onu_1/4/8:2
Building configuration...
!
interface gpon-onu_1/4/8:2
name RSO0344
description RR Handini putri .A, red diamond 3 no 6
tcont 1 name Internet-RSO profile UP-20M
tcont 2 name OAM profile UP-1M
tcont 3 name Internet-Private profile UP-100M
tcont 4 name TV_Private profile UP-100M
tcont 5 name OAM_Private profile UP-10M
gemport 1 name Internet-RSO unicast tcont 1 dir both
gemport 1 traffic-limit upstream DOWN-1M downstream DOWN-1M
gemport 2 name OAM unicast tcont 2 dir both
gemport 3 name Internet-Private unicast tcont 3 dir both
gemport 3 traffic-limit upstream DOWN-100M downstream DOWN-100M
gemport 4 name TV_Private unicast tcont 4 dir both
gemport 5 name OAM_Private unicast tcont 5 dir both
switchport mode hybrid vport 1
switchport mode hybrid vport 2
switchport mode hybrid vport 3
switchport mode hybrid vport 4
switchport mode hybrid vport 5
service-port 1 vport 1 user-vlan 671 vlan 671
service-port 2 vport 2 user-vlan 1450 vlan 1450
service-port 3 vport 3 user-vlan 1000 vlan 1000
service-port 4 vport 4 user-vlan 2000 vlan 2000
service-port 5 vport 5 user-vlan 32 vlan 32
!
end
Execution:
OLT-ZTE-C300(config)#interface gpon-onu_1/4/8:2
OLT-ZTE-C300(config-if)#no tcont 1
OLT-ZTE-C300(config-if)#no tcont 2
OLT-ZTE-C300(config-if)#no tcont 3
Example After Config:
OLT-ZTE-C300(config-if)#show run interface gpon-onu_1/3/4:26
Building configuration...
!
interface gpon-onu_1/3/4:26
name RSO0344
description RR Handini putri .A, red diamond 3 no 6
tcont 1 name Internet-RSO profile UP-20M
tcont 2 name OAM profile UP-1M
gemport 1 name Internet-RSO unicast tcont 1 dir both
gemport 1 traffic-limit upstream DOWN-20M downstream DOWN-20M
gemport 2 name OAM unicast tcont 2 dir both
switchport mode hybrid vport 1
switchport mode hybrid vport 2
service-port 1 vport 1 user-vlan 671 vlan 671
service-port 2 vport 2 user-vlan 1450 vlan 1450
!
end
To check what's running on Port ONU, here the syntax:
OLT-ZTE-C300#show run | in 1/4/8:2
interface gpon-onu_1/4/8:2
igmp mvlan 2000 receive-port gpon-onu_1/4/8:2 vport 4
pon-onu-mng gpon-onu_1/4/8:2
Temukan Artikel lainnya tentang GPON OLT dan FTTH di --> List All Articles About GPON OLT Huawei - ZTE - Alcatel Lucent in This Blog [Updated]