OLT上增加ONT (命令行方式)2

OLT上增加ONT (命令行方式)



只有在OLT上成功增加ONU后,才能对ONU进行相关配置。
背景信息

增加ONU时,需要对ONU绑定相应模板,包括:DBA模板、线路模板和告警模板。请参考表1提前了解每种模板的功能和配置方法。

图片.png

数据规划

图片.png

图片.png

操作步骤
一、配置GPON ONU模板。
请根据涉及的业务类型选择下面的配置项,这里给的是一个全集。
a、配置DBA模板。
huawei(config)#dba-profile add profile-name fttb_dba_mngt type1 fix 1024
huawei(config)#dba-profile add profile-name fttb_dba_voip type1 fix 4096
huawei(config)#dba-profile add profile-name fttb_dba_hsi type4 max 524288
huawei(config)#dba-profile add profile-name fttb_dba_vod type3 assure 8192 max 16384
huawei(config)#dba-profile add profile-name fttb_dba_iptv type3 assure 8192 max 16384
a、配置ONU线路模板。
i、创建索引号为10的GPON ONU线路模板,名称为fttb(c)。
huawei(config)#ont-lineprofile gpon profile-id 10 profile-name fttb(c)
需要创建的线路模板ID必须是在系统中不存在的,请根据具体的数据规划建立合适的线路模板。这里选取索引为10的线路模板为例。
在线路模板配置模式下,将T-CONT与DBA模板绑定。
huawei(config-gpon-lineprofile-10)#tcont 4 dba-profile-name fttb_dba_mngt
huawei(config-gpon-lineprofile-10)#tcont 5 dba-profile-name fttb_dba_voip
huawei(config-gpon-lineprofile-10)#tcont 6 dba-profile-name fttb_dba_hsi
huawei(config-gpon-lineprofile-10)#tcont 7 dba-profile-name fttb_dba_vod
huawei(config-gpon-lineprofile-10)#tcont 8 dba-profile-name fttb_dba_iptv
ii、在线路模板配置模式下,为各T-CONT创建GEM Port。

QoS规划原则
http://www.zh-cjh.com/guangjieru/3824.html

配置过程中需设置各种业务流的QoS策略,有关QoS数据规划请参见:“QoS规划原则”。

huawei(config-gpon-lineprofile-10)#gem add 11 eth tcont 4  //为T-CONT 4创建index为11的GEM Port。下列配置类似。

huawei(config-gpon-lineprofile-10)#gem add 12 eth tcont 5
huawei(config-gpon-lineprofile-10)#gem add 13 eth tcont 6
huawei(config-gpon-lineprofile-10)#gem add 14 eth tcont 6  
huawei(config-gpon-lineprofile-10)#gem add 15 eth tcont 7
huawei(config-gpon-lineprofile-10)#gem add 16 eth tcont 8
iv、配置GEM Port与ONU侧业务的映射。
配置GEM Port与ONU侧业务的映射模式为采用VLAN方式(默认),并将管理业务流(用户侧VLAN为8)映射到索引为11的GEM Port,将语音业务(用户侧VLAN为200)的业务流映射到索引为12的GEM Port,将上网业务(用户侧VLAN为1001-1016)的业务流映射到索引为13、14的GEM Port,将VOD业务(用户侧VLAN为300)的业务流映射到索引为15的GEM Port,将IPTV业务(用户侧VLAN为1000)的业务流映射到索引为16的GEM Port。

huawei(config-gpon-lineprofile-10)#gem mapping 11 0 vlan 8
huawei(config-gpon-lineprofile-10)#gem mapping 12 0 vlan 200
huawei(config-gpon-lineprofile-10)#gem mapping 13 0 vlan 1001
......
huawei(config-gpon-lineprofile-10)#gem mapping 13 7 vlan 1008
huawei(config-gpon-lineprofile-10)#gem mapping 14 0 vlan 1009
......
huawei(config-gpon-lineprofile-10)#gem mapping 14 7 vlan 1016
huawei(config-gpon-lineprofile-10)#gem mapping 15 0 vlan 300
huawei(config-gpon-lineprofile-10)#gem mapping 16 0 vlan 1000

v、配置完成使用commit命令使配置的参数生效。
huawei(config-gpon-lineprofile-10)#commit
huawei(config-gpon-lineprofile-10)#quit
c、(可选)配置告警门限模板。
系统缺省的GPON告警门限模板ID为1,其中各告警域值为0,即不上报告警。
本实例中采用缺省的告警门限模板,无需配置。

二、在OLT上增加ONU。
ONU通过分光器接在GPON端口0/1/1下,ID为1,序列号为32303131B39FD641,管理模式为SNMP,绑定的线路模板的名称为fttb(c)。
可以选择使用“离线增加ONU”或“确认自动发现ONU”两种方式:
(1)离线增加ONU。
huawei(config)#interface gpon 0/1
huawei(config-if-gpon-0/1)#ont add 1 ontid 1 sn-auth 32303131B39FD641
snmp ont-lineprofile-name fttb(c)
(2)确认自动发现ONU。
huawei(config)#interface gpon 0/1
huawei(config-if-gpon-0/1)#port 1 ont-auto-find enable
huawei(config-if-gpon-0/1)#display ont autofind 1  
huawei(config-if-gpon-0/1)#ont confirm 1 ontid 1 sn-auth 32303131B39FD641
snmp ont-lineprofile-name fttb(c)
(3)(可选)绑定告警门限模板。
缺省情况下,ONU会自动绑定ID为1的告警门限模板,仅当缺省的告警门限模板不满足实际需求时才需要手动绑定。
本示例中使用ID为1的系统缺省模板,所以无须配置。

三、确认ONU状态。
增加ONU后,请使用display ont info命令查询ONU的当前状态,确保ONU的“Control flag”为“active”、“Run State”为“online”、“Config state”为“normal”。
huawei(config-if-gpon-0/1)#display ont info 1 1

图片.png

后续处理
当出现ONU配置状态失败、ONU无法up等情况时:
如果“Control flag”为“deactive”,需要在GPON端口模式下使用ont activate命令激活ONU。
如果出现ONU无法up,即“Run state”为“offline”,可能是物理线路中断,也可能是光模块损坏,需要从器件和线路两方面排查。
如果出现ONU配置状态失败,即“Config state”为“failed”,则说明配置的ONU能力集超出了ONU实际支持的能力,需要在诊断模式下使用display ont failed-configuration命令查看配置失败项及原因,根据具体情况进行修改。

OLT上增加ONT (命令行方式)
http://www.zh-cjh.com/guangjieru/3820.html
OLT上增加ONT (命令行方式)2
http://www.zh-cjh.com/guangjieru/3823.html
OLT上增加ONU(DBA模板、线路模板、业务模板、离线增加和在线确认(自动发现))
http://www.zh-cjh.com/guangjieru/3811.html



1、本站资源长期持续更新。
2、本资源基本为原创,部分来源其他付费资源平台或互联网收集,如有侵权请联系及时处理。
3、本站大部分文章的截图来源实验测试环境,请不要在生产环境中随意模仿,以免带来灾难性后果。

转载请保留出处:  www.zh-cjh.com珠海陈坚浩博客 » OLT上增加ONT (命令行方式)2

作者: cjh


手机扫一扫,手机上查看此文章:

一切源于价值!

其他 模板文件不存在: ./template/plugins/comment/pc/index.htm

未雨绸缪、居安思危!

数据安全、有备无患!

注意操作、数据无价!

一切源于价值!