上海贝尔7360 OLT手动开通I240WQ ONU步骤_onu绑定步骤

2020-02-28 其他范文 下载本文

上海贝尔7360 OLT手动开通I240WQ ONU步骤由刀豆文库小编整理,希望给你工作、学习、生活带来方便,猜你可能喜欢“onu绑定步骤”。

上海贝尔7360 OLT手动开通ONU步骤

1、通过TL1方式登录OLT,查看是否有新LOID上报至OLT

先TELNET上网管

telnet 134.207.16.82

用户名:root

密码:5520AMS@QZ-DX

再TELNET上OLT,如10.107.31.6 端口102

3telnet 10.107.31.6 1023//134.207.16.82为OLT的IP地址,后面加1023端口号

按一下回车键,弹出以下提示,选T

Would you like a TL1 login(T)or TL1 normal seion(N)? [N]: T

输入帐号密码登录:

Enter Username: SUPERUSER//注意:用户名和密码都是大写

Enter Paword: ANS#150

IP 0

“PON-1-1-1-2,PON:MN,NEWONT,NSA,,,://从第1槽的第2个PON口发现新的ONU”SERNUM = ALCLF8AE75F7,SLID =0001684291, LOID =***9“”;

2、如何在OLT创建一个FTTH终端

登录北向

telnet 134.207.16.82 12015//12015为北向端口 telnet进去以后,登录命令如下:

LOGIN:::CTAG::UN=manager,PWD=123456;

增加ONU://红色字体为需要根据实际情况更改的参数

ADD-ONU::OLTID=134.207.16.82,PONID=1-1-1-2:CTAG::AUTHTYPE=LOID,ONUID=***9,ONUTYPE=E8-C;

ADD-PONVLAN::OLTID=134.207.16.82,PONID=1-1-1-2,ONUIDTYPE=LOID,ONUID=***9:CTAG::CVLAN=201,SVLAN=2312,UV=41;(注意GPON网管的SVLAN是一块板一个,如何知道SVLAN是多少?后续会有命令再看)

ADD-PONVLAN::OLTID=134.207.16.82,PONID=1-1-1-2,ONUIDTYPE=LOID,ONUID=***9:CTAG::CVLAN=45,SVLAN=2312,UV=45;

ADD-PONVLAN::OLTID=134.207.16.82,PONID=1-1-1-2,ONUIDTYPE=LOID,ONUID=***9:CTAG::CVLAN=46,SVLAN=2312,UV=46;

如何删除ONU,也是通过北向接口进行删除:

DEL-ONU::OLTID=134.207.16.82,PONID=1-1-1-2:CTAG::ONUIDTYPE=LOID,ONUID=***9;

退出

LOGOUT:::CTAG::;

3、如何查看注册的终端是否正常在线

通过CLI方式登录OLT,查看新建ONU的注册状态和业务是否正常

telnet 134.207.16.82//134.207.16.82为OLT的IP地址,无需加端口号

用户名:root

密码:5520AMS@QZ-DX

再TELNET上OLT,如10.107.31.6

login: isadmin//注意:用户名和密码都是小写

paword: ans#150

typ:isadmin># info configure equipment ont//检索新创的ONU的接口编号 configure equipment

#--------------------echo “equipment”

#--------------------ont

interface 1/1/1/2/1 sw-ver-pland 3FE53862AOCI76

sernum ALCL:F8AE75F7

subslocid WILDCARD

voip-allowed enable

log-auth-id ***9//检索到新创ONU的接口编号为1/1/1/2/1

admin-state up

exit

slot 1/1/1/2/1/1 planned-card-type 10_100base plndnumdataports 4 plndnumvoiceports 0 exit

exit

#--------------------

leg:isadmin># show interface port ont:1/1/1/2/1//查看新创ONU的状态

===================================== port table

===================================== port|admin-status|opr-status

--------------------+------------+------------------ont:1/1/1/2/1upup//注册成功---------------------port count :

1leg:isadmin># show vlan bridge-port-fdb//查看ONU业务是否正常

===================================== bridge-port-fdb table

===================================== port|vlan-id|mac|fdb-id|status |vmac

-------------------+-----------------+-----------------+-----------------+-------+-1/1/1/2/1/1/14100:19:c7:e9:24:a6 stacked:2312:0learned 00:00:00:00:00:00

1/1/1/2/1/1/14600:19:c7:e9:24:a5 stacked:2312:0learned 00:00:00:00:00:00//41和46VLAN都能正常学习到MAC地址,说明业务正常

---------------------bridge-port-fdb count :

23、如何查看一块光板配置的SVLAN是多少?

telnet 134.207.16.82//134.207.16.82为OLT的IP地址,无需加端口号

用户名:root

密码:5520AMS@QZ-DX

再TELNET上OLT,如10.107.31.6

login: isadmin//注意:用户名和密码都是小写

paword: ans#150

typ:isadmin># info configure service

---------------

customer 1 create

description “Default customer”

exit

ies 1 customer 1 create

interface “OAM”create

addre 10.107.31.6/24

sap nt:vp:1:2001 create

exit

exit

no shutdown

exit

vpls 2 customer 1 v-vpls vlan 2001 create

stp

shutdown

exit

sap nt-a:eth:1:0 create

exit

sap nt-a:xfp:1:2001 create

exit

no shutdown

exit

vpls 2601 customer 1 v-vpls vlan 2601 create

stp

shutdown

exit

sap nt-a:xfp:1:2601 create

exit

sap lt:1/1/1:2601 create1槽位光板的SVLAN为2601

exit

no shutdown

exit

vpls 2602 customer 1 v-vpls vlan 2602 create

stp

shutdown

exit

sap nt-a:xfp:1:2602 create

exit

sap lt:1/1/2:2602 create2槽位的SVLAN为2602

exit4、如何查看FTTH配置的业务VLAN是否配置:

telnet 134.207.16.82//134.207.16.82为OLT的IP地址,无需加端口号 用户名:root

密码:5520AMS@QZ-DX

再TELNET上OLT,如10.107.31.6

login: isadmin//注意:用户名和密码都是小写

paword: ans#150

typ:isadmin># info configure bridge port 1/1/1/8/1/1/1(1槽8光口,ONTID=1)configure bridge

#----------------------------

echo “bridge”

#----------------------------

port 1/1/1/8/1/1/1

max-unicast-mac 16

vlan-id 41

network-vlan stacked:2601:300

vlan-scope local

exit

vlan-id 45

network-vlan stacked:2601:45

vlan-scope local

exit

vlan-id 46

network-vlan stacked:2601:46

vlan-scope local

exit

exit

#----------------------------

typ:isadmin>#

《上海贝尔7360 OLT手动开通I240WQ ONU步骤.docx》
将本文的Word文档下载,方便收藏和打印
推荐度:
上海贝尔7360 OLT手动开通I240WQ ONU步骤
点击下载文档
相关专题 onu绑定步骤 步骤 上海贝尔 OLT onu绑定步骤 步骤 上海贝尔 OLT
[其他范文]相关推荐
    [其他范文]热门文章
      下载全文