其他分享
首页 > 其他分享> > 中兴C300/C320添加ONU(监控业务)

中兴C300/C320添加ONU(监控业务)

作者:互联网

 中兴C300/C320 OLT添加ONU配置:

 

 1 configure terminal
 2 interface gpon-olt_1/12/11
 3 onu 5 type ZTE-F600 sn ZTEGC5C3F26A
 4 !
 5 interface gpon-onu_1/12/11:5
 6 sn-bind enable sn
 7 tcont 1 name JK profile UP20M
 8 gemport 1 name JK tcont 1
 9 switchport mode trunk vport 1
10 service-port 1 vport 1 user-vlan 682 vlan 682
11 !
12 pon-onu-mng gpon-onu_1/12/11:5
13 service JK gemport 1
14 vlan port eth_0/1 mode tag vlan 682
15 vlan port eth_0/2 mode tag vlan 682
16 vlan port eth_0/3 mode tag vlan 682
17 vlan port eth_0/4 mode tag vlan 682
18 !
19 exit

 

共用中兴C300/C320 OLT添加ONU配置:

 1 configure terminal
 2 interface gpon-olt_1/12/11
 3 onu 5 type ZTE-F600 sn ZTEGC5C3F26A
 4 !
 5 interface gpon-onu_1/12/11:5
 6 sn-bind enable sn
 7 tcont 2 name JK profile UP20M
 8 gemport 2 name JK tcont 2
 9 switchport mode trunk vport 2
10 service-port 1 vport 2 user-vlan 682 vlan 682
11 !
12 pon-onu-mng gpon-onu_1/12/11:5
13 service JK gemport 2
14 vlan port eth_0/1 mode tag vlan 682
15 vlan port eth_0/2 mode tag vlan 682
16 vlan port eth_0/3 mode tag vlan 682
17 vlan port eth_0/4 mode tag vlan 682
18 !
19 exit

 

标签:C320,11,onu,vlan,C300,mode,ONU,port,682
来源: https://www.cnblogs.com/lxh823/p/15863620.html