Warning: It's just Personal Note !!!
Example below, there are two configuration service internet: Sharing and Dedicated. I will show how to erase Vlan and Service Internet Dedicated
Example Configuration:
OLT_ZTE_C300#show run interface gpon-onu_1/3/4:12
Building configuration...
interface gpon-onu_1/3/4:12
name Internet_Customer
description Internet_Home, Address Number Here
tcont 1 name Internet-Sharing profile UP-20M
tcont 2 name OAM profile UP-1M
tcont 3 name Internet-Dedicated profile UP-100M
tcont 4 name TV_Dedicated profile UP-100M
tcont 5 name OAM_Dedicated profile UP-10M
gemport 1 name Internet-Sharing 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-Dedicated unicast tcont 3 dir both
gemport 3 traffic-limit upstream DOWN-100M downstream DOWN-100M
gemport 4 name TV_Dedicated unicast tcont 4 dir both
gemport 5 name OAM_Dedicated 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
OLT_ZTE_C300#show onu running config gpon-onu_1/3/4:12
pon-onu-mng gpon-onu_1/3/4:12
service Internet-Sharing gemport 1 vlan 671
service OAM gemport 2 vlan 1450
service Internet-Dedicated gemport 3 vlan 1000
service TV_Dedicated gemport 4 vlan 2000
service OAM_Dedicated gemport 5 vlan 32
vlan port eth_0/1 mode tag vlan 671
vlan port eth_0/2 mode trunk
vlan port eth_0/2 vlan 32,1000,2000
!
But for deleting Vlan and Service on interface and pon-onu-mng gpon-onu, you just need to enter pon-onu-mng gpon-onu_1/3/4:12 and then erase service and vlan port:
OLT_ZTE_C300#conf t
Enter configuration commands, one per line. End with CTRL/Z.
OLT_ZTE_C300(config)#pon-onu-mng gpon-onu_1/3/4:12
OLT_ZTE_C300(gpon-onu-mng)#no service Internet-Dedicated
OLT_ZTE_C300(gpon-onu-mng)#no service TV_Dedicated
OLT_ZTE_C300(gpon-onu-mng)#no service OAM_Dedicated
OLT_ZTE_C300(gpon-onu-mng)#no vlan port eth_0/2 mode
And then we enter interface gpon-onu_1/3/4:12, and then just do simple config to erase Vlan and Service that we want:
OLT_ZTE_C300#conf t
Enter configuration commands, one per line. End with CTRL/Z.
OLT_ZTE_C300(config)#interface gpon-onu_1/3/4:12
OLT_ZTE_C300(config-if)#no tcont 3
OLT_ZTE_C300(config-if)#no tcont 4
OLT_ZTE_C300(config-if)#no tcont 5
And then here last configuration for interface and pon-onu-mng gpon-onu:
JKT-OLT-RO#show run interface gpon-onu_1/3/4:12
Building configuration...
!
interface gpon-onu_1/3/4:12
name Internet_Customer
description Internet_Home, Blue Sapphire 5/29
tcont 1 name Internet-Sharing profile UP-20M
tcont 2 name OAM profile UP-1M
gemport 1 name Internet-Sharing unicast tcont 1 dir both
gemport 1 traffic-limit upstream DOWN-1M downstream DOWN-1M
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
JKT-OLT-RO#show onu running config gpon-onu_1/3/4:12
pon-onu-mng gpon-onu_1/3/4:12
service Internet-Sharing gemport 1 vlan 671
service OAM gemport 2 vlan 1450
vlan port eth_0/1 mode tag vlan 671
!
Temukan Artikel lainnya tentang GPON OLT dan FTTH di --> List All Articles About GPON OLT Huawei - ZTE - Alcatel Lucent in This Blog [Updated]