数据规划
宽带业务VLAN 外层QinQVLAN:1050 内层用户VLAN:1999 上行端口 0/18/0 DBA模板
索引号:11 模板类型:type3
保证带宽:10Mbit/s 最大100Mbit/s
ONT线路模板 ONT SN 索引号:12
HG810 SN:48575443B1209F42 ONT业务模板
索引号:12
Gem 对应VLAN Gem 0 邦vlan:1999 ONT
ONT ID:9
ONT接PC端口:ID为1的ETH口 GPBC
GPON端口:0/1/0
2配制步骤
步骤1: 创建VLAN、加入上行端口、设置端口native-vlan
MA5680T(config)#vlan 1050 smart //用于承载宽带业务
MA5680T(config)#vlan attrib 1050 q-in-q //改VLAN属性为q-in-q
MA5680T(config)#port vlan 1050 0/18 0 //透传业务vlan到上行口
步骤2: 配置DBA 模板
不用建,HG810设备改用之前建好的HG850A的DBA模板.DBA ID:11
步骤3: 配置线路模板
MA5680T(config)#ont-lineprofile gpon profile-id 12 profile-name HG810
MA5680T(config-gpon-lineprofile-11)#mapping-mode vlan //设置映射模式
MA5680T(config-gpon-lineprofile-11)#qos-mode gem-car //设置QoS模式
MA5680T(config-gpon-lineprofile-11)#tcont 1 dba-profile-id 11 //绑定tcont和dba模板
MA5680T(config-gpon-lineprofile-11)#gem add 0 eth tcont 1 gem-car 6 //添加GEM port
MA5680T(config-gpon-lineprofile-11)#gem mapping 0 0 vlan 1999 //设置业务映射关系
MA5680T(config-gpon-lineprofile-11)#commit //必须commit,否则配置不生效
MA5680T(config-gpon-lineprofile-11)#quit
步骤4: 配置业务模板
MA5680T(config)#ont-srvprofile gpon profile-id 12 profile-name HG810
MA5680T(config-gpon-srvprofile-11)#ont-port eth 1
MA5680T(config-gpon-srvprofile-11)#port vlan eth 1 1999 //划分ONT端口vlan
MA5680T(config-gpon-srvprofile-11)#commit //必须commit,否则配置不生效
MA5680T(config-gpon-srvprofile-11)#quit
步骤5 :增加ONT
例:MA5680T(config)#interface gpon 0/1 //进入GPON的下行端口
MA5680T(config-if-gpon-0/1)#port 0 ont-auto-find enable //开启0端口的自动发现
MA5680T(config-if-gpon-0/1)#display ont autofind 0 //通过该命令查看自动发现的ONT的SN
Number F/ S/ P SN Password ———————————————————————— 1 0/ 1/ 0 48575443B1209F42
MA5680T(config-if-gpon-0/1)#ont add 0 9 sn-auth 48575443B1209F42 omci ont-lineprofile-id 12 ont-srvprofile-id 12 desc CS,HG810,1050,1999
// 用两个模板邦定HG810(CS,HG810,1050,1999)这是描述
MA5680T(config-if-gpon-0/1)#ont port native-vlan 0 9 eth 1 vlan 1999
MA5680T(config-if-gpon-0/1)#display ont state 0 all //查看ONT的状态
MA5680T(config-if-gpon-0/1)#quit
步骤6 : 添加vlan的业务虚端口
MA5680T(config)#service-port vlan 1050 gpon 0/1/0 ont 9 gemport 0 multi-service user-vlan 1999 rx-cttr 6 tx-cttr 6 //宽带业务虚连接
步骤7: 保存数据
例:MA5680T(config)#save
步骤9: 验证
现场用PC插到HG810 eth1口 可以上网 证明数据没问题
小结:
注册后数据配置如下
interface gpon 0/0
ont add 0 ? sn-auth 12345678990214 omci ont-lineprofile-id 7 ont-srvprofile-id 7
ont port native-vlan 0 ? eth 1 vlan 300
quit
service-port vlan 300 gpon 0/0/0 ont ? gemport 0 multi-service user-vlan 300
save
开局小结
dba-profile add profile-id 11 profile-name 11 type4 max 10000000
vlan 200 smart
port vlan 200 0/19 0
ont-lineprofile gpon profile-id 11 profile-name 11
mapping-mode vlan
qos-mode gem-car
tcont 1 dba-profile-id 11
gem add 0 eth tcont 1 gem-car 6
gem mapping 0 0 vlan 200
commit
quit
ont-srvprofile gpon profile-id 11 profile-name 11
ont-port eth 1
port vlan eth 1 200
commit
quit
interface gpon 0/1
port 0 ont-auto-find enable
native-vlan all vlan 200