telnet操作指令
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
telnet XX.XX.XX.XX 登陆OLT
Username: zte 登陆账号
Password: zte 密码
XY-DX-ML-C200# configure terminal 进入conf模式
XY-DX-ML-C200(config)#
show run interface epon-olt_0/6/1 查看PON口0/6/1下面的ONU设备数据
Building configuration...
no shutdown
vlan-smart-qinq enable tls-vlan 4051 此处4051不为固定值
p2p mode group
onu 1 type E8-C-EPON loid 0859748464970 ip-cfg auto-cfg
onu 2 type E8-C-EPON loid 0859511426555 ip-cfg auto-cfg
onu 4 type E8-C-EPON loid 0859998882967 ip-cfg auto-cfg
onu 5 type E8-C-EPON loid 0859901152429 ip-cfg auto-cfg
onu 6 type E8-C-EPON loid 0859108428982 ip-cfg auto-cfg
onu 7 type E8-C-EPON loid 0859278554819 ip-cfg auto-cfg
onu 8 type E8-C-EPON loid 0859775017507 ip-cfg auto-cfg
onu 9 type E8-C-EPON loid 0859355913971 ip-cfg auto-cfg
onu 10 type E8-C-EPON loid 0859588719458 ip-cfg auto-cfg
onu 11 type E8-C-EPON loid 0859645502846 ip-cfg auto-cfg 此模式为LOID认证模式onu 12 type E8-C-EPON mac e42f.268a.fb09 ip-cfg auto-cfg 此模式为MAC地址认证,需改为LOID认证才能注册
interface epon-olt_0/6/1 进入0/6/1口
XY-DX-ML-C200(config-if)# onu 26 type E8-C-EPON loid 0859057304530 ip-cfg auto-cfg 添加某LOID设备到ONU X号
例:查看ONU-2 号设备
show run interface epon-onu_0/6/1 :23 查看0/6/1口下2号ONU设备数据
Building configuration...
switchport mode trunk vport 1
switchport vlan 1 tag vport 1 只看此处,此处应为switchport vlan 1,4001 tag vport 1 如有电话为switchport vlan 1,4001,3801 tag vport 1
authentication enable
loid 0859511426555
description $$吴荣金$$no description
splitter 1 line 1
user-info no user's information
bandwidth upstream fixed 0 fixedpkt 64 assured 10000 maximum 100000 maxburst 4
5000 priority 0
bandwidth downstream maximum 100000 maxburst 1555000
encrypt direction downstream enable vport 1
encrypt direction both disable vport 2
bind-status disable
autocfg disable
interface epon-onu_0/6/1:2 进入0/6/1口下ONU 2号设备
XY-DX-ML-C200(config-if)# switchport vlan 4001 tag vport 1 添加4001(管理)
XY-DX-ML-C200(config-if)# switchport vlan 3801 tag vport 1 添加3801(语音)
XY-DX-ML-C200(config-if)# exit 退出
XY-DX-ML-C200(config)# exit 退出
XY-DX-ML-C200# write 保存
修改PON板支持LOID认证模式(hybrid),关闭静默开关
ZXAN(config)#epon
ZXAN(config-epon)#soft-ware authentication mode 0/2 hybrid unknown-onu-reject
vlan-smart-qinq enable 直接加这条就可以了的
vlan-smart-qinq ingress-port epon-olt_0/1/1 cvlan 1001 to 2000 svlan 3308
vlan-smart-qinq ingress-port epon-olt_0/3/3 cvlan 1001 to 2000 svlan 3306 switchport tls vlan 4003 vport 1 改端口模式
vlan-smart-qinq ingress-port epon-olt_0/2/2 cvlan 1001 to 2000 svlan 3305
CC1AFA-35300CC1AFA2F3EA2
onu-type-if E8-C-EPON eth_0/3 vlan-smart-qinq enable tls-vlan 4061 vlan-smart-qinq ingress-port epon-olt_1/3/1 cvlan 1001 to 2000 svlan 3304
on onu 1
interface epon-olt_0/6/1
vlan-smart-qinq ingress-port epon-olt_0/2/1 cvlan 1001 to 2000 svlan 3302
service-port 1260 vlan 3301 gpon 0/4/0 ont 20 gemport 1 multi-service user-vlan 1755 tag-transform default inbound traffic-table index 14 outbound
traffic-table index 14
service-port 1261 vlan 3801 gpon 0/4/0 ont 20 gemport 0 multi-service user-vlan 3801 tag-transform translate
220.172.255.22