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狀態(tài):
show interface port ont:1/1/2/3/4 detail
查看所有已經(jīng)注冊O(shè)NU:
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
刪除相應(yīng)的sap:
configure service vpls 832 sap lt:1/1/2:832 create shutdown
configure service vpls 832 no sap lt:1/1/2:832
刪除相應(yīng)的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