OLT-MA5680T开局配置.doc_第1页
OLT-MA5680T开局配置.doc_第2页
OLT-MA5680T开局配置.doc_第3页
OLT-MA5680T开局配置.doc_第4页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

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 thenystem will duplicate it to the standby board2 配置MA5680T网管数据MA5680T#configMA5680T(config)#vlan 4041 smart /配置网管VLAN=4041MA5680T(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 /配置缺省路由3 绑定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 40960dba-profile add profile-id 30 profile-name 30M type3 assure 30720 max 61440dba-profile add profile-id 50 profile-name 50M type3 assure 51200 max 102400dba-profile add profile-id 100 profile-name 100M type3 assure 102400 max 204800type3 为保证带宽的同时设置最大带宽值;MA5680T(config)#display ont-lineprofile gpon all /查看GPON业务线路模板 没有需添加MA5680T(config)# ont-lineprofile gpon profile-name gpon-onu profile-id 20MA5680T(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 0MA5680T(config-gpon-lineprofile-20)#commit MA5680T(config-gpon-lineprofile-20)#quitFTTH设备:MA5680T(config)# ont-lineprofile gpon profile-name hg8240 profile-id 24MA5680T(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 510MA5680T(config-gpon-lineprofile-24)# commitMA5680T(config-gpon-lineprofile-24)#quit业务模板:81X,82X系列等家庭终端设备则需要配置相关的业务模板。/添加GPON业务模板,这里针对HG850A/HG8240为例配置相应的业务模板MA5680T(config)# ont-srvprofile gpon profile-name hg8240 profile-id 24MA5680T(config-gpon-srvprofile-24)# ont-port pots 2 eth 4 /设置中断端口数量。850A/8240固定提供4FE+2POTSMA5680T(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 11MA5680T(config-gpon-srvprofile-24)# port vlan eth 2 12MA5680T(config-gpon-srvprofile-24)# port vlan eth 3 13MA5680T(config-gpon-srvprofile-24)# port vlan eth 4 14MA5680T(config-gpon-srvprofile-24)# commitMA5680T(config-gpon-srvprofile-24)# quitMA5680T(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 n2000PON组网,下挂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 6service-port vlan 99 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 99 rx-cttr 6 tx-cttr 6service-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-vlanont port native-vlan 0 0 iphost vlan 10 /iphost是个虚拟端口,是ONT的管理通道和语音通道ont port native-vlan 0 0 eth 1 vlan 11ont port native-vlan 0 0 eth 2 vlan 12ont port native-vlan 0 0 eth 3 vlan 13ont port native-vlan 0 0 eth 4 vlan 14quit/添加业务虚接口,这里数据业务采用了地址转换。service-port vlan 10 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 10 rx-cttr 6 tx-cttr 6service-port vlan 222 gpon 0/1/0

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论