1.注册:
configure equipment ont interface 1/1/2/3/4 sw-ver-pland disabled subslocid 12345678 voip-allowed iphost
//密码注册
configure equipment ont interface 1/1/2/3/4 sw-ver-pland disabled sernum xxxxxxxx voip-allowed iphost
//sn注册
configure equipment ont interface 1/1/2/3/4 slid-visibility enabled-all
configure equipment ont interface 1/1/2/3/4 admin-state up
configure equipment ont slot 1/1/2/3/4/1 planned-card-type 10_100base plndnumdataports 4 plndnumvoiceports 0 admin-state up
//删除ONT==================
configure equipment ont interface 1/1/2/3/4 admin-state down
configure equipment ont no interface 1/1/2/3/4
2.//修改SN
configure equipment ont interface 1/1/2/3/4 admin-state down
configure equipment ont interface 1/1/2/3/4 sernum SCOM:A0600028
configure equipment ont interface 1/1/2/3/4 admin-state up
3.//reboot ONT
admin equipment ont interface 1/1/2/3/4 reboot with-active-image
4.// back up FW switch:
show equipment ont sw-version
configure equipment ont interface 1/1/2/3/4 sw-ver-pland FG824CD3001D //升级并重启
configure equipment ont interface 1/1/2/3/4 sw-ver-pland disabled //删除当前的升级操作
configure equipment ont interface 1/1/2/3/4 sw-dnload-version SCOMFGS202298 //下载,不会激活
info configure equipment ont interface 1/1/2/3/4 //可以查看当前ONT信息
show equipment ont interface 1/1/2/3/4 detail
查看当前OLT上的software
show equipment ont sw-version
5.//ONT自动升级
configure equipment ont interface 1/1/2/3/4 sw-ver-pland auto
configure equipment ont interface 1/1/2/3/4 sw-ver-pland auto/disabled
configure equipment ont interface 1/1/2/3/4 sw-ver-pland FG824CD9801D
6.//显示ONT状态:
show interface port ont:1/1/2/3/4 detail
查看所有已经注册ONU:
show equipment ont interface
show equipment ont interface detail
7.查看端口vlan配置:
info configure bridge port 1/1/2/3/4/1/1
8.//配置iptv:
configure igmp channel vlan:1/1/2/7/12/1/1:11 max-num-group 10 mc-pbit-value 4 mcast-vlan-id 11
9.删除service:
先shutdown vpls:
configure service vpls 832 shutdown
删除相应的sap:
configure service vpls 832 sap lt:1/1/2:832 create shutdown
configure service vpls 832 no sap lt:1/1/2:832
删除相应的sap:
configure service vpls 832 sap nt-a:xfp:3:832 create shutdown
configure service vpls 832 no sap nt-a:xfp:3:832
最后删除:
configure service no vpls 832
10.
查看vlan
info configure vlan(包括每个profile-name所带有的pbit)
在OLT上添加vlan
configure service vpls 2403 customer 1 v-vpls vlan 2403 sap nt-a:xfp:3:2403 create //xfp:1/2/3/4 取决于你wan port 的标签
删除vlan配置
//configure bridge port 1/1/2/4/20/1/1 no pvid...
//configure bridge port 1/1/2/1/4/20/1 no vlan-id....
configure bridge port 1/1/2/4/7/1/1 no vlan-id 881
11.显示alarm信息
show equipment ont operational-data 1/1/2/3/4 detail
12. 查看eth口配置:
info configure bridge port 1/1/2/3/4/1/ ?
show ethernet ont operational-data 1/1/2/3/4/1/1 detail
13.
配置DBA
configure qos profiles bandwidth Fix_100M_Assure_100M_Max_600M committed-info-rate 100000 assured-info-rate 200000 excessive-info-rate 600000
查看OLT的DBA
info configure qos profiles bandwidth(dot1-p0-tc 0)
info configure service 查看service 配置
14.查看ont和olt之间距离:
show equipment ont operational-data 1/1/2/3/4 detail
15.显示光信号强度:
show equipment ont optics 1/1/2/3/4 detail
16.加密、解密
1).Enable encryption
configure equipment ont interface 1/1/2/3/4 admin-state down
configure equipment ont interface 1/1/2/3/4 enable-aes enable
configure equipment ont interface 1/1/2/3/4 admin-state up
2). disable encryption
configure equipment ont interface 1/1/2/3/4 admin-state down
configure equipment ont interface 1/1/2/3/4 no enable-aes
configure equipment ont interface 1/1/2/3/4 admin-state up