校园网使用全光网案例。本次使用设备有一台OLT ma5800和多台ONU设备。
huawei(config)#sysman server source telnet vlanif 100
huawei(config)#sysman service telnet enable
使用root进行登录,与数通交换机产品有一定差别。
display board 0
board confirm 0/1
gpon板卡需要激活一下,默认只有主控板。配置oun的配置需要在gpon端口下。
针对考试专网创建DBA模板。DBA模板名称为pol_dba__XXX,类型为Type3,保证带宽为10Mbit/s,最大带宽为100Mbit/s。
dba-profile add profile-name pol_dba_XXX type3 assure 10240 max 102400
创建模板名称为pol_line_all的ONU线路模板。
ont-lineprofile gpon profile-name pol_line_all
tcont 1 dba-profile-name pol_dba_kszw
gem add 1 eth tcont 1
commit
创建模板名称为pol_ser的GPON ONU业务模板。配置ETH端口和POTS端口能力集为adaptive,系统将根据上线的ONU的实际能力进行自适应。
huawei(config)#ont-srvprofile gpon profile-name pol_ser
huawei(config-gpon-srvprofile-1)#ont-port eth adaptive pots adaptive
huawei(config-gpon-srvprofile-1)#commit //配置完成后,使用commit命令使配置的参数生效。
huawei(config-gpon-srvprofile-1)#quit
interface gpon 0/1
port 0 ont-auto-find enable
#//使能GPON 0端口的ONU自动发现功能
port 1 ont-auto-find enable
port 2 ont-auto-find enable
port 3 ont-auto-find enable
port 4 ont-auto-find enable
port 5 ont-auto-find enable
port 6 ont-auto-find enable
port 7 ont-auto-find enable
port 8 ont-auto-find enable
port 9 ont-auto-find enable
port 10 ont-auto-find enable
port 11 ont-auto-find enable
port 12 ont-auto-find enable
port 13 ont-auto-find enable
port 14 ont-auto-find enable
port 15 ont-auto-find enable
display ont autofind 0
如果一个PON端口下有多个同类型的ONU,且绑定的线路模板或业务模板相同,可以通过批量确认自动发现的ONU的方式批量增加ONU:
ont confirm 0 all sn-auth omci ont-srvprofile-name pol_ser ont-lineprofile-name pol_line_all
ont-lineprofile gpon profile-name pol_line_all
gem mapping 1 1 vlan 100
commit
配置GPON端口0/1/0,ONU ID为1,ETH端口号1的Native VLAN ID 100。
interface gpon 0/1
ont port native-vlan 0 1 eth 1 vlan 100
ont port native-vlan 0 1 eth 2 vlan 100
ont port native-vlan 0 1 eth 3 vlan 100
ont port native-vlan 0 1 eth 4 vlan 100
huawei(config-if-gpon-0/1)#quit
具体看onu物理端口的数量
service-port vlan 90 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 100 tag-transform translate
display cu (查询全局数据)
display ont info 0 (框) 1 (单板) 0 (端口) 0 (ONU编号) (查询ONU在线情况)
display cu ont 0/1/0 0 (查询此ONU详细配置)
display board 0 (查询单板状态)
display board 0/1 查询此单板详细信息
undo service-port 0 删除业务流,0代表业务流索引
int gpon 0/1 进入PON板删除注册的ONU
ont del 0(端口) 0 (编号)
quit
display mac-address vlan 110 查询此VLAN是否可学到上行
display mac-address ont 0/1/0 0 查询此终端能否学到下行
display ont info by-sn (sn码) 查看这个SN码设备的信息
display ont info 0 1 0 0 查询此终端详细信息
interface gpon 0/1 进到PON板
display ont optical-info 0 0 查询终端收发光
display ont optical-info 0 all 查询此端口下所有终端收发光
display ont register-info 0 0 查询终端最后十次离线时间及原因
display port state 0 查询PON端口状态
display ont info 0 all 显示所有ont 信息
display statistics ont-line-quality 0 0 查询线路质量
display ont tra 0 0 查询此ONT 实时流量
quit
int mpu 0/8(进入主控板)
display port ddm 0 查询上行口收发光
display port state 0 查询上行端口状态
display port traffic 0 查询上行端口流量
display port opticstate 0 查询该端口光模块信息
版权说明:如非注明,本站文章均为 扬州驻场服务-网络设备调试-监控维修-南京泽同信息科技有限公司 原创,转载请注明出处和附带本文链接。
请在这里放置你的在线分享代码