张皓 13787310341
1.注册ONU,使能ONU
HYS-JFL-C200#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
HYS-JFL-C200(config)#
HYS-JFL-C200(config)#show onu unauthentication epon_0/3/1 【查看第3块PON板第1个PON口下未注册的ONU】
2.F822的onu-type在OLT上默认是不存在的,需要创建一个新的ONU类型为F822,该ONU包括24个以太网,ONU类型名字为ZTE-F822,创建模块过程如下:
HYS-JFL-C200#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
HYS-JFL-C200(config)#pon
HYS-JFL-C200(config-pon)#onu-type epon ZTE-F822 description 24Fe,24Pots 【在Pon模式下,创建一个新的onu-type为ZTE-F822】
◎◎◎◎◎◎◎◎◎◎◎◎注意:创建完后,可以在show onu-type中看到新创建的ONU类型。◎◎◎◎◎◎◎◎◎◎◎◎
HYS-JFL-C200(config-pon)#onu-if ZTE-F822 eth_0/1-24 【给该ONU类型创建24个以太网口】
HYS-JFL-C200(config-pon)#onu-if ZTE-F822 pots_0/1-24 【给该ONU类型创建24个POTS口】
HYS-JFL-C200(config-pon)#auto-dispatch-set ZTE-F822 disable 【配置此ONU类型模板的自动下发属性为不自动下发】
◎◎◎◎◎◎◎◎◎◎◎◎模板如此配置表示对此类onu均实行此类操作,具体使用根据用户需求对单个onu或某类onu配置数据是否自动下发。◎◎◎◎◎◎◎◎◎◎◎◎
3.注册ONU,使能ONU
HYS-JFL-C200(config)#interface epon-olt_0/3/1 【进入PON口】
HYS-JFL-C200(config-if)#onu 3 type ZTE-F822 mac xxxx.xxxx.xxxx 【根据mac注册】
HYS-JFL-C200(config-if)#show onu authentication epon_0/3/1 【查看第3块PON板第3个PON口下已注册的ONU】
HYS-JFL-C200(config-if)#exit
HYS-JFL-C200(config)#
HYS-JFL-C200(config)#show onu all-status epon-olt_0/3/1 【查看第3块PON板第1个PON口下ONU的状态】
HYS-JFL-C200(config)#interface epon-onu_0/3/1:3 【进入内联口】
HYS-JFL-C200(config-if)#authentication enable 【使能ONU】
HYS-JFL-C200(config-if)#switchport mode trunk
HYS-JFL-C200(config-if)#switchport vlan 2047,324-347,1601 tag 【添加VLAN(网管、宽带业务、窄带业务)】
bandwidth upstream fixed 0 fixedpkt 64 assured 10000 maximum 100000 maxburst 16777215 priority 0
bandwidth downstream maximum 100000 maxburst 1555000 【配置上、下行带宽】
4.远程配置ONU管理IP,配置ONU宽带端口VLAN
HYS-JFL-C200(config)#pon-onu-mng epon-onu_0/3/1:3 【进入远程配置ONU模式】
HYS-JFL-C200(epon-onu-mng)#mgmt-ip onu-ip 172.31.0.86 255.255.255.0 6 2047 mgm-ip 61.187.0.0 255.255.0.0 172.31.0.1 status enable 【配置远程管理IP】
HYS-JFL-C200(epon-onu-mng)#isolation disable 【关闭端口保护】
HYS-JFL-C200(epon-onu-mng)#vlan port eth_0/1 mode tag vlan 324 priority 0 【配置宽带端口VLAN】
......
HYS-JFL-C200(epon-onu-mng)#vlan port eth_0/24 mode tag vlan 347 priority 0 【配置宽带端口VLAN】