收藏 分销(赏)

贝尔OLT业务开通.docx

上传人:仙人****88 文档编号:11315646 上传时间:2025-07-16 格式:DOCX 页数:9 大小:31.63KB 下载积分:10 金币
下载 相关 举报
贝尔OLT业务开通.docx_第1页
第1页 / 共9页
贝尔OLT业务开通.docx_第2页
第2页 / 共9页


点击查看更多>>
资源描述
贝尔OLT业务配置手册 硬件配置 1、创建主控板 configure equipment slot nt-a planned-type fant-f // 创建主控板NTA configure equipment slot nt-b planned-type fant-f //创建NTB 2、打开主控板主备倒换 configure equipment protection-group 1 admin-status unlock 3、配置子框类型(基本类型) configure system security profile admin slot-numbering type-based configure system port-num-in-proto type-based 4、配置背板和LT板接口速率为10g configure system max-lt-link-speed link-speed ten-gb 保存配置数据 admin save 配置完背板速率以后必须要重启生效 admin equipment reboot-isam with-self-test 5、打开上联端口并设置速率(根据实际配置) configure port nt-a:xfp:[1…4] no shutdown configure port nt-a:xfp:[1…4] ethernet speed 1000 configure port nt-b:xfp:[1…4] no shutdown configure port nt-b:xfp:[1…4] ethernet speed 1000 6、配置LT板 typ:isadmin>#configure equipment slot lt:1/1/[1…8] planned-type nglt-a 打开LT板的pon口 typ:isadmin>#configure pon interface 1/1/1/[1…8] fec-dn disable admin-state up ONU配置 7、上下行带宽模板(bandwidth/ shaper profile) configure qos profiles bandwidth UPSTREAM_100M excessive-info-rate 100000 committed-info-rate 0 assured-info-rate 0 delay-tolerance 8 configure qos profiles shaper DOWNSTREAM_100M committed-info-rate 0 committed-burst-size 0 excess-info-rate 100000 type singletokenbucketgpon 8、PQ Profile 模板 (ingress-qos) configure qos profiles ingress-qos PQ0 dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0 dot1-p4-tc 0 dot1-p5-tc 0 dot1-p6-tc 0 dot1-p7-tc 0 9、创建SVLAN2000并绑定PQ profile //单层vlan configure vlan id 2000 mode layer2-terminated in-qos-prof-name name:PQ0 // 或用configure vlan id 2000 mode residential-bridge in-qos-prof-name name:PQ0 //当使用双层vlan时创建SVLAN下的CVLAN configure vlan id stacked:2000:[1001…1100] mode cross-connect in-qos-prof-name name:PQ0 //或用configure vlan id stacked:2000:[1001…1100] mode residential-bridge in-qos-prof-name name:PQ0 ONU数据业务配置 GPON 1、 注册ONU typ:isadmin>#configure pon interface 1/1/8/8 auth-method sn-slid //配置PON口认证模式 typ:isadmin>#info configure equipment ont interface //可以现查看已配置的,避免ONUID冲突 typ:isadmin> # show pon unprovision-onu //查看gpon未认证ONU //注册ONT typ:isadmin># configure equipment ont interface 1/1/8/8/5 sernum TDTC:35B3483A sw-ver-pland disabled voip-allowed enable //SERNUM这一项必须在厂商标志(TDTC)后加冒号 typ:isadmin>configure>equipment>ont>interface>1/1/8/8/5$ admin-state up typ:isadmin>configure>equipment>ont>interface>1/1/8/8/5$ exit all typ:isadmin> show equipment ont interface  //查看GPON ONT装态 typ:isadmin># 2、配置ont card(slot)、UNI及其qos 配置ont card(slot) show equipment ont slot //查看ont上报slot configure equipment ont slot 1/1/8/8/5/1 planned-card-type 10_100base plndnumdataports 1 plndnumvoiceports 0 admin-state up 配置ONU的UNI(网口) configure interface port uni:1/1/8/8/5/1/[1…4] admin-up 配置ONU的UNI(网口)上行速率 configure qos interface 1/1/8/8/5/1/[1...4] upstream-queue 0 bandwidth-profile name:UPSTREAM_100M show interface port //查看port状态 3、svlan 2000配置到NT-A上联端口和lt板 //可用info configure service查看;若已配置无需重复配置。 configure service vpls 2000 customer 1 v-vpls vlan 2000 create configure service vpls 2000 sap nt-a:xfp:2:2000 create configure service vpls 2000 sap lt:1/1/8:2000 create configure service vpls 2000 no shutdown 4、数据业务vlan应用到onu网口上,并把onu打上CLAN(pvid) configure bridge port 1/1/8/8/5/1/[1…4] //数据业务双层vlan应用到ONU configure bridge port 1/1/8/8/5/1/[1...4] vlan-id stacked:2000:[1001...1004] //configure bridge port 1/1/8/8/5/1/[1...4] max-unicast-mac 16 configure bridge port 1/1/8/8/5/1/[1...4] pvid [1001...1004] //数据业务单层vlan应用到ONU // configure bridge port 1/1/8/8/5/1/[1...4] vlan-id 2000 tag single-tagged // configure bridge port 1/1/8/8/5/1/[1...4] pvid 2000 EPON 1、 注册ONU //typ:isadmin>#configure epon interface 1/1/6/8 auth-mode mix //配置PON口认证模式 typ:isadmin>#info configure equipment eont interface //可以现查看已配置的,避免ONUID冲突 typ:isadmin>show epon unprovision-onu //查看epon未认证ONU //注册ONT typ:isadmin>#configure equipment eont interface 1/1/6/8/1 mac-addr fc:b0:c4:1b:d7:88 typ:isadmin>configure>equipment>ont>interface>1/1/8/8/5$ admin-state up typ:isadmin>configure>equipment>ont>interface>1/1/8/8/5$ exit all typ:isadmin>show equipment eont interface //查看EPON ONT装态 typ:isadmin># 下面设置不是很清楚原理,用于SFU vlan自动协商时探测vlan的配置 typ:isadmin># configure equipment eont interface 1/1/6/8/1 port 1/1 vlanid-default 2000 2、配置ont 端口 注:Epon ont在OLT上不配置slot,默认只有slot 1,自动生成对应的euni和ellid,可用show interface port查看,将对应的euni和ellid admin-up。 configure interface port euni:1/1/6/8/1/1/1 admin-up configure interface port ellid:1/1/6/8/1/1 admin-up 创建bridge port configure bridge port 1/1/6/8/1/1 show interface port //查看port状态 3、svlan 2000配置到NT-A上联端口和lt板 //可用info configure service查看 configure service vpls 2000 customer 1 v-vpls vlan 2000 create configure service vpls 2000 sap nt-a:xfp:2:2000 create configure service vpls 2000 sap lt:1/1/6:2000 create configure service vpls 2000 no shutdown 4、数据业务vlan应用到onu网口上,并把onu打上CLAN(pvid) //数据业务双层vlan应用到ONU configure bridge port 1/1/6/8/1/1 vlan-id stacked:2000:[1001...1004] //configure bridge port 1/1/6/8/1/1 max-unicast-mac 16 configure bridge port 1/1/6/8/1/1 pvid [1001...1004] //数据业务单层vlan应用到ONU // configure bridge port 1/1/6/8/1/1 vlan-id 2000 tag single-tagged // configure bridge port 1/1/6/8/1/1 pvid 2000 ONU语音业务配置 GPON 1、注册ONU typ:isadmin># configure equipment ont interface 1/1/8/8/5 sernum TDTC:35B3483A sw-ver-pland disabled voip-allowed enable //需要配置语音业务时注册ONU必须添加voip-allowed enable,否则无法配置语音端口 typ:isadmin>configure>equipment>ont>interface>1/1/8/8/5$ admin-state up 2、配置ont card(slot)、qos show equipment ont slot //查看ont上报slot configure equipment ont slot 1/1/8/8/5/2 planned-card-type pots plndnumdataports 0 plndnumvoiceports 2 configure qos interface 1/1/8/8/5/voip upstream-queue 0 priority 8 bandwidth-profile name: UPSTREAM_100M //也可用默认的语音上行模版“1_1_voip” 3、svlan 45配置到NT-A上联端口和lt板 configure service vpls 45 customer 1 v-vpls vlan 45 create configure service vpls 45 sap nt-a:xfp:2:45 create configure service vpls 45 sap lt:1/1/8:45 create configure service vpls 45 no shutdown 4、语音业务vlan应用到onu voip口上,并打上CLAN(pvid) configure bridge port 1/1/8/8/5/1/1 vlan-id 45 //此处语音vlan下发后语音业务才通,但为什么要下发此处不太清楚 创建语音端口bridge port configure bridge port 1/1/8/8/5/voip 语音vlan应用到语音端口 configure bridge port 1/1/8/8/5/voip vlan-id 45 configure bridge port 1/1/8/8/5/voip pvid 45 5、在ONU上做语音业务相关配置(略) EPON 1、注册ONU typ:isadmin>#configure equipment eont interface 1/1/6/8/1 mac-addr fc:b0:c4:1b:d7:88 2、配置ont 端口 configure bridge port 1/1/6/8/1/1 3、svlan 45配置到NT-A上联端口和lt板 configure service vpls 45 customer 1 v-vpls vlan 45 create configure service vpls 45 sap nt-a:xfp:2:45 create configure service vpls 45 sap lt:1/1/6:45 create configure service vpls 45 no shutdown 4、语音业务vlan应用到onu上 configure bridge port 1/1/6/8/1/1 vlan-id 45 5、在ONU上做语音业务相关配置(略) 附录:常用查看命令 The ‘pon or ont ***’ cmd is used for GPON, and the ‘epon or eont***’ cmd is used for EPON show equipment slot 查看设备  show port 显示上联口装态及配置信息  show interface port 查看ONU ,UNI口,bridge-port ,PON口装态。  show pon unprovision-onu //查看gpon未认证ONU show equipment ont interface  查看ONU装态  show service fdb-mac 查看学习到的MAC(可查看上下联MAC地址)  show vlan fdb-board   查看PON上学到的MAC  show vlan bridge-port-fdb 查看bridge-port学到的MAC地址(可以用来查看某一ONU的某一业务的MAC)  show pon optics 查看PON光功率  show equipment ont optics 查看ONU的收发光功,电压温度。 以上是7360常用查看命令   下面是显示配置命令  info configure equipment slot 显示硬件配置信息  info configure pon interface   显示 PON口配置信息(ONU注册方式及是否打开。)  info configure equipment ont interface <LOID>  显示所有ONU配置信息要,(也可以在后面加入具体的ONU位置查看某一个ONU)    例如: info configure equipment ont interface 1/1/1/2/3       查看第1块PON板第2个PON口的第3个ONU配置信息  info configure equipment ont slot 显示ONU 的ONUCARD信息   上面部分可以用下面的命令可以一次全部查看  info configure equipment ont    info configure interface port   显示UNI口信息及PON是否打开(有admin-up 为打开)  info configure qos profiles bandwidth   显示上行带宽模板  info configure qos profiles shaper        显示下行带宽模板    configure qos interface 1/1/1/2/23/14/1 scheduler-node name:DN_100M info configure service id  显示所有VLAN绑定信息   info configure vlan id     显示VLAN信息  info configure bridge port   显示bridge port 信息   show equipment ont interface 查看猫的序列号和版本编号 admin equipment ont interface 1/1/8/8/12 reboot 重启ONU
展开阅读全文

开通  VIP会员、SVIP会员  优惠大
下载10份以上建议开通VIP会员
下载20份以上建议开通SVIP会员


开通VIP      成为共赢上传

当前位置:首页 > 包罗万象 > 大杂烩

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        抽奖活动

©2010-2026 宁波自信网络信息技术有限公司  版权所有

客服电话:0574-28810668  投诉电话:18658249818

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :微信公众号    抖音    微博    LOFTER 

客服