微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 移动通信 > 通信接入技术 > GPON 华为HG8245在网管上怎么配置数据呀?

GPON 华为HG8245在网管上怎么配置数据呀?

时间:02-08 整理:3721RD 点击:
#ont-srvprofile gpon profile-id 2003

#ont-port eth 4 pots 2

#port vlan eth 1 2003

#port vlan eth 2 2003

#port vlan eth 3 2003

#port vlan eth 4 2003

#commit

#quit

#ont-lineprofile gpon profile-id 2003

#tcont 1 dba-profile-id 111

#gem add 1 eth tcont 1

#gem mapping 1 1 vlan 2003

#gem mapping 1 2 vlan 2003

#gem mapping 1 3 vlan 2003

#gem mapping 1 4 vlan 2003

#commit
#quit

#interface gpon 0/18
#ont add 1 19 sn-auth 48575443B5425910 omci ont-lineprofile-id 2003 ont-srvprofile-id 2003

#ont port native-vlan 1 19 eth 1 vlan 2003

#quit

#service-port vlan 1351 gpon 0/18/1 ont 19 gemport 1 multi-service user-vlan 2003 inbound traffic-table index 111 outbound traffic-table index 111

内外层VLAN已经规划好,DBA模板也创建好的情况下,这样的命令配置后能否使客户端的HG8245设备正常拨号上网?

我错了,原来不用映射4次的,经过学习GPON后终于被我解决了:victory:正确的应该这样做:
[code]#ont-srvprofile gpon profile-id 2003

#ont-port eth 4 pots 2

#port vlan eth 1 2003

#port vlan eth 2 2003

#port vlan eth 3 2003

#port vlan eth 4 2003

#commit

#quit

#ont-lineprofile gpon profile-id 2003

#tcont 1 dba-profile-id 111

#gem add 1 eth tcont 1

#gem mapping 1 1 vlan 2003

#commit
#quit

#interface gpon 0/18
#ont add 1 19 sn-auth 48575443B5425910 omci ont-lineprofile-id 2003 ont-srvprofile-id 2003

#ont port native-vlan 1 19 eth 1 vlan 2003
#ont port native-vlan 1 19 eth 2 vlan 2003
#ont port native-vlan 1 19 eth 3 vlan 2003
#ont port native-vlan 1 19 eth 4 vlan 2003

#quit

#service-port vlan 1351 gpon 0/18/1 ont 19 gemport 1 multi-service user-vlan 2003 inbound traffic-table index 111 outbound traffic-table index 111[/code]

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top