?99G GPON(MA5600T+HG8010)开局指导书 1 1.组网图 图1 MA5600T和HG8010组网图 2 2.配置指导2.1 2.1宽带业务配置指导2.1.1 2.1.1 数据规划
ONT ID:0 ONT接PC端口:ID为1的ETH口
2.1.2 2.1.2配置流程图 2.1.3 2.1.3 配置步骤步骤1: 创建VLAN、加入上行端口、 MA5680T(config)#vlan 1001 smart //用于承载宽带业务 MA5680T(config)#port vlan 1001 0/19 0 步骤2: 配置DBA 模板 MA5680T(config)#dba-profile add profile-id 13 profile-name HG8010 type2 assure 10240 //若使用系统缺省模板,则不用创建 步骤3: 配置线路模板 MA5680T(config)#ont-lineprofile gpon profile-id 13 profile-name HG8010 MA5680T(config-gpon-lineprofile-13)#mapping-mode vlan //设置映射模式 MA5680T(config-gpon-lineprofile-13)#tcont 1 dba-profile-id 13 //绑定tcont和dba模板,缺省情况下,tcont 0和dba模板1绑定,不需配置。 MA5680T(config-gpon-lineprofile-13)#gem add 1 eth tcont 1 //添加GEM port MA5680T(config-gpon-lineprofile-13)#gem mapping 1 1 vlan 1001 //设置映射关系 MA5680T(config-gpon-lineprofile-13)#commit //必须commit,否则配置不生效 MA5680T(config-gpon-lineprofile-13)#quit 步骤4: 配置业务模板 MA5680T(config)#ont-srvprofile gpon profile-id 13 profile-name HG8010 MA5680T(config-gpon-srvprofile-13)#ont-port eth 1 MA5680T(config-gpon-srvprofile-13)#port vlan eth 1 1001 //划分端口vlan,ONT的eth1用于承载宽带业务 MA5680T(config-gpon-srvprofile-13)#commit //必须commit,否则配置不生效 MA5680T(config-gpon-srvprofile-13)#quit 步骤5 :增加ONT 例:MA5680T(config)#interface gpon 0/7 //进入GPON的下行端口 MA5680T(config-if-gpon-0/7)#port 0 ont-auto-find enable //开启0端口的自动发现猫的序列号功能 MA5680T(config-if-gpon-0/7)#display ont autofind 0 //通过该命令查看自动发现的ONT的SN MA5680T(config-if-gpon-0/7)#ont add 0 0 sn-auth 32303131AE405A41 omci ont-lineprofile-id 13 ont-srvprofile-id 13 MA5680T(config-if-gpon-0/7)#display ont state 0 all //查看ONT的状态 MA5680T(config-if-gpon-0/7)#quit 步骤6 : 添加vlan的业务需端口 MA5680T(config)#service-port vlan 1001 gpon 0/7/0 ont 0 gemport 1 multi-service user-vlan 1001 rx-cttr 6 tx-cttr 6 //使用默认流量模板6 步骤7: 设置ONT端口的native-vlan MA5680T(config)#interface gpon 0/7 MA5680T(config-if-gpon-0/7)#ont port native-vlan 0 0 eth 1 vlan 1001 MA5680T(config-if-gpon-0/7)#quit 步骤8: 保存数据 MA5680T(config)#save
|