OLT-MA5680T开局配置 联系客服

发布时间 : 星期五 文章OLT-MA5680T开局配置更新完毕开始阅读7ec05831f524ccbff021846a

OLT-ONT开局配置说明

一..查看硬件信息

MA5680T(config)#display board 0 //查看所有的单板 0 是框号 -------------------------------------------------------------------------

SlotID BoardName Status SubType0 SubType1 Online/Offline ------------------------------------------------------------------------- 0 1 2 3 4 5 6 7 8

9 H801SCUN Active_normal..............................主控板 主用 10 H801SCUN Standby_normal............................主控板 备用 11 12 13 14 15 16

17 H802EPBC Normal.......................EPON板下挂ONU

18 H805GPBD Normal.......................GPON板下挂ONU 在用 19 H801GICF Normal........................2口上行板

Configuration file has been saved to active board successfully, and then ystem will duplicate it to the standby board 二.配置MA5680T网管数据 MA5680T#config

MA5680T(config)#vlan 4041 smart //配置网管VLAN=4041

MA5680T(config)#port vlan 4041 0/19 0 //从上行口0/19/0透传VLAN

MA5680T(config)#interface vlanif 4041 //创建VLAN接口并进入VLAN接口配置模式 MA5680T(config-if-vlanif2)# ip address 171.17.11.188 255.255.255.0 //配置网管地址 MA5680T(config)#0.0.0.0 0.0.0.0 171.17.11.100 //配置缺省路由 三.绑定Tcont模板

MA5680T(config)# display dba-profile all //查看 DBA 模板 也可自己创建 dba-profile add profile-id 11 profile-name 1M type3 assure 1024 max 2048 dba-profile add profile-id 12 profile-name 2M type3 assure 2048 max 4096 dba-profile add profile-id 14 profile-name 4M type3 assure 4096 max 8192 dba-profile add profile-id 16 profile-name 6M type3 assure 6144 max 12288 dba-profile add profile-id 18 profile-name 8M type3 assure 8192 max 16384 dba-profile add profile-id 10 profile-name 10M type3 assure 10240 max 20480

dba-profile add profile-id 20 profile-name 20M type3 assure 20480 max 40960 dba-profile add profile-id 30 profile-name 30M type3 assure 30720 max 61440 dba-profile add profile-id 50 profile-name 50M type3 assure 51200 max 102400 dba-profile add profile-id 100 profile-name 100M type3 assure 102400 max 204800

type3 为保证带宽的同时设置最大带宽值;

MA5680T(config)#display ont-lineprofile gpon all //查看GPON业务线路模板 没有需添加 MA5680T(config)# ont-lineprofile gpon profile-name gpon-onu profile-id 20

MA5680T(config-gpon-lineprofile-20)# mapping-mode priority //Gem port端口映射为优先级映射(默认为vlan映射)

MA5680T(config-gpon-lineprofile-20)#tcont 1 dba-profile-id 2 // Tcont 1用于管理通道,和dba模板2绑定

MA5680T(config-gpon-lineprofile-20)# tcont 2 dba-profile-id 10 // Tcont 3用于数据业务,和dba模板10绑定

MA5680T(config-gpon-lineprofile-20)# gem add 0 eth tcont 1 priority-queue 5 //建立Gem port,绑定相应的Tcont通道。

MA5680T(config-gpon-lineprofile-20)# gem add 1 eth tcont 2 priority-queue 0

MA5680T(config-gpon-lineprofile-20)# gem mapping 0 0 priority 5 //建立GEM Port端口映射,这里使用优先级映射。

MA5680T(config-gpon-lineprofile-20)# gem mapping 1 0 priority 0 MA5680T(config-gpon-lineprofile-20)#commit MA5680T(config-gpon-lineprofile-20)#quit

FTTH设备:

MA5680T(config)# ont-lineprofile gpon profile-name hg8240 profile-id 24

MA5680T(config-gpon-lineprofile-24)# mapping-mode vlan //设置映射模式为vlan映射 MA5680T(config-gpon-lineprofile-24)# qos-mode gem-car //设置qos模式为gem-car方式 //绑定tcont和dba模板,缺省情况下,tcont 0和dba模板1绑定,不需配置。

MA5680T(config-gpon-lineprofile-24)# tcont 1 dba-profile-id 10 // Tcont 3用于数据业务,和dba模板10绑定

//TCONT0仅用于OMCI管理使用。如果管理业务和其他业务使用Tcont0,会导致业务不通。 MA5680T(config-gpon-lineprofile-24)# gem add 0 eth tcont 1 gem-car 6 //添加GEM PORT,使用流量模板

MA5680T(config-gpon-lineprofile-24)# gem mapping 0 0 vlan 510 MA5680T(config-gpon-lineprofile-24)# commit MA5680T(config-gpon-lineprofile-24)#quit

业务模板:81X,82X系列等家庭终端设备则需要配置相关的业务模板。

//添加GPON业务模板,这里针对HG850A/HG8240为例配置相应的业务模板 MA5680T(config)# ont-srvprofile gpon profile-name hg8240 profile-id 24

MA5680T(config-gpon-srvprofile-24)# ont-port pots 2 eth 4 //设置中断端口数量。850A/8240固定提供4FE+2POTS

MA5680T(config-gpon-srvprofile-24)# multicast-forward untag

//划分端口vlan,HG850/HG8240的管理报文和语音报文通过IPHOST虚拟端口承载 MA5680T(config-gpon-srvprofile-24)# port vlan iphost 100 MA5680T(config-gpon-srvprofile-24)# port vlan iphost 10

//划分端口vlan,ONT的eth用于承载宽带业务,如果采用双层vlan,各端口和vlan对应。 MA5680T(config-gpon-srvprofile-24)# port vlan eth 1 11 MA5680T(config-gpon-srvprofile-24)# port vlan eth 2 12 MA5680T(config-gpon-srvprofile-24)# port vlan eth 3 13 MA5680T(config-gpon-srvprofile-24)# port vlan eth 4 14 MA5680T(config-gpon-srvprofile-24)# commit MA5680T(config-gpon-srvprofile-24)# quit

MA5680T(config)#display snmp-profile all //查看olt的SNMP能力集模板.没有需要添加。

注 :对于HG系列以及MA5606T,UA5000等通过OAM管理模式配置的,不需要考虑此参数。

对于MA561X和MA562X,因为是通过SNMP管理模式配置的,需要设置此参数,可以远程下达SNMP网管参数。 //添加olt的SNMP能力集模板

MA5680T(config)#snmp-profile add profile-id 1 profile-name n2000 v1 public private 172.16.255.2 161 n2000

PON组网,下挂ONU终端。

MA5680T(config)#interface gpon 0/1 //进入到GPON单板模式。

//注册或者确认ONU终端,可以实现离线添加数据,但要清楚设备上联端口和地址码信息。 >GPON MA562x/MA561x系列设备:

ont add 0 0 sn-auth 0000000000000000 snmp ont-lineprofile-id 1 des To_

//添加SNMP参数,(凡通过SNMP管理方式注册的ONU终端,需要远程下发SNMP) ont snmp-profile 0 0 profile-id 1

//配置ONU的管理信息,(凡通过SNMP管理方式注册的ONU终端,需要配置远程管理) ont ipconfig 0 0 static ip-address 172.16.21.3 mask 255.255.255.0 gateway 172.16.21.1 vlan 99 priority 0

//退出PON板模式 quit

//配置业务流PVC,创建vlan交换

service-port vlan 10 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 10 rx-cttr 6 tx-cttr 6 service-port vlan 99 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 99 rx-cttr 6 tx-cttr 6 service-port vlan 222 gpon 0/1/0 ont 0 gemport 2 multi-service user-vlan 222 rx-cttr 6 tx-cttr 6

//保存数据 save

情景三:FTTH业务,GPON组网,下挂ONT终端。

MA5680T(config)#interface gpon 0/1 //进入到GPON单板模式。

//注册或者确认ONT终端,可以实现离线添加数据,但要清楚设备上联端口和地址码信息。 ont add 0 0 sn-auth 0000000000000000 omci ont-lineprofile-id 24 ont-srvprofile-id 24 des To_ //添加ONT的native-vlan

ont port native-vlan 0 0 iphost vlan 10 //iphost是个虚拟端口,是ONT的管理通道和语音通道

ont port native-vlan 0 0 eth 1 vlan 11 ont port native-vlan 0 0 eth 2 vlan 12 ont port native-vlan 0 0 eth 3 vlan 13 ont port native-vlan 0 0 eth 4 vlan 14 quit

//添加业务虚接口,这里数据业务采用了地址转换。

service-port vlan 10 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 10 rx-cttr 6 tx-cttr 6

service-port vlan 222 gpon 0/1/0 ont 0 gemport 2 multi-service user-vlan 11 tag-transform translate-and-add inner-vlan 501 inner-priority 0 rx-cttr 6 tx-cttr 6

service-port vlan 222 gpon 0/1/0 ont 0 gemport 2 multi-service user-vlan 12 tag-transform translate-and-add inner-vlan 502 inner-priority 0 rx-cttr 6 tx-cttr 6

service-port vlan 222 gpon 0/1/0 ont 0 gemport 2 multi-service user-vlan 13 tag-transform translate-and-add inner-vlan 503 inner-priority 0 rx-cttr 6 tx-cttr 6

service-port vlan 222 gpon 0/1/0 ont 0 gemport 2 multi-service user-vlan 14 tag-transform translate-and-add inner-vlan 504 inner-priority 0 rx-cttr 6 tx-cttr 6 save