1.//查看未认证的ONU信息
show gpon onu uncfg gpon-olt_1/1/1
2.//查看已认证的ONU信息(可查看DyingGasp 信息)
show gpon onu state gpon-olt_1/1/1
no onu id //删除onu
3.// 修改SN
ZXAN(config)#interface gpon-onu_1/1/1:1
ZXAN(config-if)#registration-method sn xxxxxxx
4.//查看加密的gemport
show gpon onu gemport gpon-olt_1/1/1
5.//查看mac
show mac gpon onu gpon-onu_1/1/1:1
6.//查看光衰
show pon power attenuation gpon-onu_1/1/1:1
7.查看ONU设备信息
show cpe information gpon-olt_1/1/1 1
或者
show remote-unit information gpon-olt_1/1/1 1
8.//configure TCONT profile (GPON)
在GPON配置模式下,创建T-CONT带宽模板。
ZXAN(config)#gpon
ZXAN(config-gpon)#profile tcont Fix50Ass100Max200 type 5 fixed 51200 assured 102400 maximum 204800
ZXAN(config-gpon)#profile tcont MAX_200M type 4 maximum 204800
ZXAN(config-gpon)#profile tcont Ass100Max300 type 3 assured 102400 maximum 307200
ZXAN(config-gpon)#profile tcont ass_200M type 2 assured 204800
ZXAN(config-gpon)#profile tcont Fix_1G type 1 fixed 1000000
查看T-CONT带宽模板。
show gpon profile tcont
9.注册ONT
//password 注册
inte gpon-olt_1/1/1
onu 1 type xxxx pw xxxxxx
onu 1 type xxxx pw xxxxxx
onu 1 type xxxx sn xxxxx
10. 查看igmo statistics
#show igmp statistics mvlan 1
11. 查看Number of active multicast groups
#show igmp pon-statistics interface gpon-olt_1/1/1
12. 查看 Lost packets counters
#show gpon remote-onu performance ethuni downstream gpon-onu_1/1/1:1
13. 查看Ethernet ports status (Link, Speed, Duplex).
#show gpon remote-onu interface eth gpon-onu_1/1/1:1 eth_0/1
14.ONT升级
dir onuver
delete onuver name //删除不用的onuver
下载测试的onuver到olt上
download onuver FileName ftp ipaddress ipaddress user username password xxxxxx
onuver 更新
cpe update-and-reboot FileName gpon-olt_1/1/1 1
show cpe update-status gpon-olt_1/1/1 1
15.自动升级
cpe task xxx
equipment-type xxxxx
match-vertag unequal onuver
mode online
range port gpon-olt_1/1/1
service-type xxxx
vendor-name xxxx
version-file xxxxx
action update-and-reboot
task add