华为 OLT 添加 ONU 配置 (SNMP管理模式)

上网业务数据规划

OLT PON口 0/8/0

ONU_ID 0

ONU 序列号 4857544323BE233B

外层 VLAN ID 2012

内层VLAN ID 35

用户 FE 端口 ONU 0/1/1

用户VLAN 35

DBA带宽类型 Type 2

流量模板编号 10

DBA 模板编号 30

ONU线路模板编号 40

T-CONT (网管) 0

T-CONT(业务_ 2

GEM (网管) 0

GEM(业务) 1

带宽值 4096

流量模板带宽 大于4096 kbps,小于 8192 kbps

配置GPON线路模板(OLT侧)

配置举例:

进入GPON 线路模板配置模式,编号为40,配置板参数。

复制代码
huawei(config)# ont-lineprofile gpon profile-id 40
huawei(config-gpon-lineprofile-40)#tcont 0 dba-profile-id 30 //带内网管
huawei(config-gpon-lineprofile-40)#tcont 2 dba-profile-id 30 //业务
huawei(config-gpon-lineprofile-40)#gem add 0 eth tcont 0 //带内网管
huawei(config-gpon-lineprofile-40)#gem add 1 eth tcont 2 //业务
huawei(config-gpon-lineprofile-40)#mapping-mode vlan
huawei(config-gpon-lineprofile-40)#gem mapping 0 0 vlan 4000 //带内网管
huawei(config-gpon-lineprofile-40)#gem mapping 1 1 vlan 35 //业务
huawei(config-gpon-lineprofile-40)#commit

手动增加或者确认ONU(OLT侧)

手动增加ONU

复制代码
huawei(config)#interface gpon 0/8
huawei(config-if-gpon-0/8)#ont add 0 0 sn-auth 4857544323BE233B snmp ont-lineprofile-id 40

自动发现后确认ONU

复制代码
huawei(config-if-gpon-0/8)#port 0 ont-auto-find enable
huawei(config-if-gpon-0/8)#ont confirm 0 ontid 0 sn-auth 4857544323BE2338 snmp ont-lineprofile-id 40

配置业务VLAN及加入端口(OLT侧)

增加业务VLAN,设置其类型为Smart,属性为QinQ。

复制代码
huawei(config)#vlan 2012 smart
huawei(config)#vlan attrib 2012 q-in-g

允许上行口通过该业务VLAN

复制代码
huawei(config)#port vlan 2012 0/9 0

添加该VLAN的GPON业务虚端口

复制代码
huawei(config)#service-port vlan 2012 gpon 0/8/0 ont 0 gemport 1 multi-service user-vlan 35 rx-cttr 10 tx-cttr 10

配置网管VLAN及加入端口(OLT侧)

增加业务VLAN,设置其类型为Smart,属性默认为Common。

复制代码
huawei(config)#vlan 4000 smart  

允许上行口通过该业务VLAN

复制代码
huawei(config)#port vlan 4000 0/9 0

配置OLT的网管地址

复制代码
huawei(config)#interface vlanif 4000 
huawei(config-if-vlanif4000)#ip address 172.16.200.1 24

添加该VLAN的GPON业务虚端口(带内网管通道)

复制代码
huawei(config)#service-port vlan 4000 gpon 0/8/0 ont 0 gemport 0 multi-service user-vlan 4000 rx-cttr 10 tx-cttr 10

配置ONU网管参数(OLT侧)

配置ONU的管理地址

复制代码
huawei(config-if-gpon-0/8)#ont ipconfig 0 1 static ip-address 172.16.200.2 mask 255.255.255.0 gateway 172.16.200.1 vlan 4000

Telnet登录ONU

复制代码
huawei(config)#ping 172.16.200.2
huawei(config)#telnet 172.16.200.2
>>User name:root
>>User password:mduadmin

ONU用户VLAN与流量模板配置(ONU侧)

创建用户VLAN

复制代码
EA5821(config)#vlan 35

配置用户VLAN上行口

复制代码
EA5821(config)#port vlan 35 0/0 1

配置ONU的流量模板

复制代码
EA5821(config)#traffic table ip index 10 cir 4096 pir 8192 cbs 2048 pbs 4096 priority user-cos 50 priority-policy Tag-In-Package

注:可以使用如下命令查询ONU系统内存在的流量模板信息:

复制代码
EA5821(config)#display traffic table ip from-index 0

ONU业务虚端口配置(ONU侧)

配置业务虚端口//添加ONU上对应的 ETH 1-4 号端口业务流,指定用户VLAN,并且限速。

复制代码
EA5821(config)#service-port vlan 35 eth 0/1/1 user-vlan untagged rx-cttr 10 tx-cttr 10 
EA5821(config)#service-port vlan 35 eth 0/1/2 user-vlan untagged rx-cttr 10 tx-cttr 10 
EA5821(config)#service-port vlan 35 eth 0/1/3 user-vlan untagged rx-cttr 10 tx-cttr 10 
EA5821(config)#service-port vlan 35 eth 0/1/4 user-vlan untagged rx-cttr 10 tx-cttr 10 
相关推荐
nbsaas-boot1 小时前
基于 HTTP 构建 MCP Tools 的完整工程解析
网络·网络协议·http·ai
i建模1 小时前
SSL: CERTIFICATE_VERIFY_FAILED feishu 机器人CoPaw
运维·网络·网络协议·ssl·openclaw
艾莉丝努力练剑1 小时前
alarm系统调用的一次性原理揭秘
linux·运维·服务器·开发语言·网络·人工智能·学习
王码码20351 小时前
Flutter for OpenHarmony:使用 pluto_grid 打造高性能数据网格
flutter·http·华为·架构·harmonyos
兰.lan1 小时前
【黑马ai测试】HTTP协议-抓包工具定位-弱网测试-缺陷介绍
网络·python·网络协议·http
ACP广源盛139246256731 小时前
IX8024@ACP#重构新一代 AI 算力产品的高速扩展架构
网络·人工智能·嵌入式硬件·计算机外设·电脑
多年小白3 小时前
Anthropic发布Mythos模型:为什么网络安全板块先跌为敬
网络·人工智能·科技·ai编程
fresh hacker3 小时前
【Linux系统】通用的“系统排障”
linux·运维·服务器·网络·php
liwulin05063 小时前
【ESP32-S3】WiFi 网页遥控 + WebSocket 实时控制编码电机+ 实时数据显示 + 急停 + 速度滑块
网络·websocket·网络协议
脑极体3 小时前
鸿蒙编码与鸿蒙安全:中小企业智能化的双翼展翅
安全·华为·harmonyos