已关闭问题
GPON 华为HG8245在网管上怎么配置数据呀?  (进入论坛模式)
提问者:我的调调   |  提问时间:2012-2-8 20:37
#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设备正常拨号上网?
关闭所有答案回应    问题答案 ( 1 条 )
我错了,原来不用映射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]
 |  回应该答案 (0)  |  回答者:我的调调   |  2012-2-10 20:45