show ip route static 察看路由
查看端口状态:
ZXAN(config)#interface gei_0/4/1
ZXAN(config-if)#show interface
6:设置系统时间
ZXAN#clock set hh:mm:ss month day year
Month: 各个月份的英文缩写
Day:这一个月中的天数
Year:年,范围在2001~2098
一位数时候不要前面加0,例如1月1日不要用01,01,否则报错
1.1.1 ONU的认证注册ZXAN#show onu unauthentication epon-olt_0/x/x(显示相关PON口下未注册认证的ONU)中心局我已经开通0/3/2
ZXAN#show onu authentication epon-olt_0/x/x(显示相关PON口下已注册认证的ONU)
ZXAN#show onu all-status epon-olt_0/x/x(显示相关PON口下所有ONU的状态)
ZXAN#show onu detail-info epon-onu_0/5/1:1(显示ONU的Admin State,即是否开通)
1.ZXAN<config>#interface epon-olt_0/x/x(进入PON口)
2.ZXAN<config-if>#onu 1 type ZTE-9806 mac 0015.EB71.F6C8(根据MAC地址添加ONU)9806h是大小写自己看一下
0/x/x根据实际情况决定
ZXAN<config-if>#no onu 1(删除ONU)
ZXAN#show onu bandwidth downstream/upstream epon-olt_0/5/1(显示某个PON口下所有ONU的上下行带宽)
ZXAN#show onu bandwidth downstream/upstream epon-onu_0/5/1:1(显示某个ONU的上下行带宽)
ZXAN<config-if>#bandwidth downstream maximum 100000(设置下行最大带宽)
ZXAN<config-if>#bandwidth upstream maximum 100000(设置上行最大带宽)
ZXAN<config-if>#mac 0015.EB71.F658(修改ONU的MAC地址,该命令的主要用途是当更换ONU的时候,可以不用重做数据,只要将相关ONUID对应的MAC地址改成新ONU的MAC地址即可)