教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 文库大全 > 小学教育 >

HG8240数据配置(OLT部分)

来源:网络收集 时间:2026-08-10
导读: HG8240数据配置(OLT部分) HG8240开局OLT上数据配置 1.创建业务vlan并透传到上行口,宽带业务vlan属性为q-in-q Huawei(config)#vlan 4004 smart Huawei(config)#vlan 3902 smart Huawei(config)#vlan attrib 3902 q-in-q Huawei(config)#port vlan 4

HG8240数据配置(OLT部分)

HG8240开局OLT上数据配置

1.创建业务vlan并透传到上行口,宽带业务vlan属性为q-in-q Huawei(config)#vlan 4004 smart

Huawei(config)#vlan 3902 smart

Huawei(config)#vlan attrib 3902 q-in-q

Huawei(config)#port vlan 4004 0/17 0

Huawei(config)#port vlan 3902 0/17 0

2.说明:系统支持5种类型的DBA模板,分别为:type1(固定带宽)、type2(保证带宽)、type3(保证带宽+最大带宽)、type4(最大带宽)、type5(固定带宽+保证带宽+最大带宽)。

可以使用display dba-profile命令查询DBA模板信息。

Huawei(config)#dba-profile add profile-id 10 profile-name "HSI-10M" type4 max 10240 // 宽带采用最大带宽10M

Huawei(config)#dba-profile add profile-id 12 profile-name "VOIP" type4 max 4096 // 语音采用保证+最大带宽

3.建线路模板:

说明:配置ONT线路模板编号为10,tcont1绑定DBA模板10。Tcont2绑定DBA模板12。T-CONT可以依据DBA模板中的不同配置,提供灵活的动态带宽分配方案;配置GEM Port与ONT侧业务的映射模式为VLAN方式(系统缺省),并将用户侧VLAN 3031、4004的业务流映射到索引为1-2的GEM Port,分别用于宽带上网、语音。

Huawei(config)# ont-lineprofile gpon profile-id 10 profile-name "HG8240"

huawei(config-gpon-lineprofile-10)# tcont 1 dba-profile-id 10 // tcont1绑定DBA模板10

huawei(config-gpon-lineprofile-10)#tcont 2 dba-profile-id 12 // Tcont2绑定DBA模板12

huawei(config-gpon-lineprofile-10)#gem add 1 eth tcont 1 //建立gemport 通道,调用相对应的tcont

huawei(config-gpon-lineprofile-10)#gem add 2 eth tcont 2

huawei(config-gpon-lineprofile-10)#gem mapping 1 0 vlan 3031 //映射宽带业务的cvlan3031,

huawei(config-gpon-lineprofile-10)#gem mapping 2 0 vlan 4004 //映射语音业务的vlan4004

注意::此处映射的vlan是从下行ONU上来的,而不是OLT上行口的vlan

HG8240数据配置(OLT部分)

huawei(config-gpon-lineprofile-10)#commit 注意: 模板数据配置完成后,退出模板模式前,必须使用commit命令使配置生效 ,

4.创建ONT业务模板

说明:ONT业务模板中的端口能力集必须与ONT实际的能力集保持一致。HG8240以太网端口数目为4,POTS端口为2。

建议:业务模板号采用和Cvlan同一个数字的,可以在规划时统一创建,便于开局和维护。

huawei(config-gpon-lineprofile-10)#ont-srvprofile gpon profile-id 3031 profile-name "srv-profile_3031" // 建立3031业务模板

huawei(config-gpon-srvprofile-3031)#ont-port pots 2 eth 4 //配置2个POTS口和4个以太口

huawei(config-gpon-srvprofile-3031)#port vlan eth 1 3031

huawei(config-gpon-srvprofile-3031)#port vlan eth 2 3031

huawei(config-gpon-srvprofile-3031)#port vlan eth 3 3031

huawei(config-gpon-srvprofile-3031)#port vlan eth 4 3031

//指定端口VLAN,此处把4个口都设置3031,便于用户使用

huawei(config-gpon-srvprofile-3031)# commit

注意: 模板数据配置完成后,退出模板模式前,必须使用commit命令使配置生效

5.增加ONU:

ONT所在的GPON端口号为0,ONT编号为0,ONT认证的SN为48575443E928E103,管理协议为OMCI,绑定ONT线路模板10,绑定ONT业务模板3031。

5.1查看上报ONU,有两种方式:

huawei(config)# display ont autofind all //查看ONU信息

--------------------------------------------------------------------- 序列号 框/槽/端口 SN 密码

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

1 0/ 1/0 48575443E928E103 0100001111

2 0/ 2/2 48575443E95B4103 0100001112

表示该ONU从第一块板子第1个PON口上报。

huawei(config)# Interface gpon 0/1

huawei(config-if-gpon-0/1)#port 0 ont-auto-find enable //首次使用时,打开自动发现功能

HG8240数据配置(OLT部分)

huawei(config-if-gpon-0/1)# display ont autofind 0

huawei(config)# display ont autofind all //查看ONU信息

--------------------------------------------------------------------- 序列号 框/槽/端口 SN 密码

--------------------------------------------------------------------- 1 0/ 1/0 48575443E928E103 0100001111

5.2确认上报上来的ONU

huawei(config-if-gpon-0/1)# ont add 0 0 sn-auth 48575443E928E103 omci ont-lineprofile-id 10 ont-srvprofile-id 3031 desc "furuida" //说明:ONT所在的GPON端口号为0,ONT编号为0,ONT认证的SN为48575443E928E103,管理协议为OMCI,绑定ONT线路模板10,绑定ONT业务模板3031。

huawei(config-if-gpon-0/1)# ont add 0 0 password-auth 0100001111 always-on omci ont-lineprofile-id 10 ont-srvprofile-id 3031 desc "furuida"( 密码认证) 后期网管自动工单使用

5.3配置ETH端口1的native VLAN ID为100,此处我们把4个口都配上,以防用户使用错口,此处ont port native-vlan 0 0对应的是ONU确认时的PON口的顺序 huawei(config-if-gpon-0/1)#ont port native-vlan 0 0 eth 1 vlan 3031

huawei(config-if-gpon-0/1)#ont port native-vlan 0 0 eth 2 vlan 3031

huawei(config-if-gpon-0/1)#ont port native-vlan 0 0 eth 3 vlan 3031

huawei(config-if-gpon-0/1)#ont port native-vlan 0 0 eth 4 vlan 3031

另:不是第一次使用此PON口时可以通过display board 0/1看已经用到第几个ONU了 NY-DongHuan-HW5680T(config)#display board 0/1

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

F/S/P ONT-ID SN Control Run Config Match DBA flag state state state type ------------------------------------------------------------------------------

0/ 1/0 0 4857544378F1E003 active up normal match SR 0/ 1/0 1 48575443683CD203 active up normal match SR 0/ 1/0 2 485754436844A303 active up normal match SR 0/ 1/0 3 48575443683E3D03 active up normal match SR 0/1/0 4 48575443683C4703 active up normal match SR …… 此处隐藏:3496字,全部文档内容请下载后查看。喜欢就下载吧 ……

HG8240数据配置(OLT部分).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wenku/1545894.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)