华为GPON配置说明.doc_第1页
华为GPON配置说明.doc_第2页
华为GPON配置说明.doc_第3页
华为GPON配置说明.doc_第4页
华为GPON配置说明.doc_第5页
已阅读5页,还剩2页未读 继续免费阅读

下载本文档

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

文档简介

华为GPON配置说明几个名词说明1数据规划1数据配置21.OLT数据配置2创建DBA模板2创建线路模板2注册ONU5OLT上透传ONU上来的vlan52.ONU上语音数据配置5几个名词说明1. DBA模板:创建的dba模板时给tcont引用的,dba模板的作用是对整台ONU上行进行限速。一个PON口上行带宽为1G,实际能用的只有900M,所以要对ONU的上行进行合理分配。2. Tcont:tcont是连接dba和gemport的通道,也就是说gemport是通过和tcont联系,才把dba的作用引用过来。3. Gemport:gemport是OLT线程工作的最小单元,前面的dba,tcont都是最终给gemport用。4. 线路模板ont-lineprofile:ONU注册时要选相应线路模板,里面包含tcont,gem等信息5. DBA模板,线路模板,可以创建多个;一个线路模板中:tcont 有八个0-7,gem可以创建128个0-127;一个gem中可有映射8个:gem mapping 1 0;gem mapping 1 1,一直到gem mapping 1 7;但是一个线路模板中最多只能创建128条gem mapping;超出会报错。 数据规划以花都狮岭数据规划为例:OLT:网管vlan 22; IP: 172.17.21.132;网关:172.17.21.129;语音vlan 100;语音IP:172.16.0.11ONU:所属OLT的PON口 0/18/3 ONUID:1 ONU 网管IP 172.17.21.134; 网关:172.17.21.129;语音vlan 100;语音IP:172.16.0.21数据配置1.OLT数据配置创建DBA模板dba-profile add profile-id 102 profile-name DBA_2M type3 assure 2048 max 10240 /保证2M;最大大10Mdba-profile add profile-id 105 profile-name DBA_5M type3 assure 5120 max 20480dba-profile add profile-id 120 profile-name DBA_20M type3 assure 20480 max 102400dba-profile add profile-id 150 profile-name DBA_50M type3 assure 51200 max 512000创建线路模板创建线路模板101:供ONU ID 1到5用;由于一个线路模板中gem mapping最多只能创建128条;故一个线路模板不要被过多的ONU调用。ont-lineprofile gpon profile-id 101 profile-name MA5610_1_5线路模板的编号为101,模板名称MA5610_1_5tcont 1 dba-profile-id 120 /tcont1绑定120的DBA模板tcont 2 dba-profile-id 105 /tcont2绑定105的DBA模板tcont 3 dba-profile-id 102/tcont3绑定102的DBA模板gem add 1 eth tcont 1/gem 1绑定tcont1gem add 2 eth tcont 1/gem 2绑定tcont1gem add 126 eth tcont 2/gem 126绑定tcont2gem add 127 eth tcont 3/gem 127绑定tcont3gem mapping 126 0 vlan 100/gem的126 0 与vlan100映射gem mapping 127 0 vlan 22/gem的127 0 与vlan22映射commit/绑定,相当于保持线路模板quit创建线路模板102:供ONU ID 6到10用ont-lineprofile gpon profile-id 102 profile-name MA5610_6_10tcont 1 dba-profile-id 120 tcont 2 dba-profile-id 105 tcont 3 dba-profile-id 102gem add 1 eth tcont 1gem add 2 eth tcont 1gem add 126 eth tcont 2gem add 127 eth tcont 3gem mapping 126 0 vlan 100gem mapping 127 0 vlan 22commitquit创建线路模板103:供ONU ID 11到15用ont-lineprofile gpon profile-id 103 profile-name MA5610_11_15tcont 1 dba-profile-id 120 tcont 2 dba-profile-id 105 tcont 3 dba-profile-id 102gem add 1 eth tcont 1gem add 2 eth tcont 1gem add 126 eth tcont 2gem add 127 eth tcont 3gem mapping 126 0 vlan 100gem mapping 127 0 vlan 22commitquit创建线路模板104:供ONU ID 16到20用ont-lineprofile gpon profile-id 104 profile-name MA5610_16_20tcont 1 dba-profile-id 120 tcont 2 dba-profile-id 105 tcont 3 dba-profile-id 102gem add 1 eth tcont 1gem add 2 eth tcont 1gem add 126 eth tcont 2gem add 127 eth tcont 3gem mapping 126 0 vlan 100gem mapping 127 0 vlan 22commitquit注册ONU进入0/18槽的PON板interface gpon 0/18ont add 3 1 sn-auth 48575443AAA69E42 snmp ont-lineprofile-id 101给ONU注册,第3PON口,ONU 编号1,SN 48575443AAA69E42,线路模板101ont ipconfig 3 1 static ip-address 172.17.21.134 mask 255.255.255.128 gateway 172.17.21.129 vlan 22给刚刚注册的ONU,下发管理IP地址,网关掩码,ONU上会自动生成一条缺省路由。quitOLT上透传ONU上来的vlanservice-port vlan 22 gpon 0/18/3 ont 1 gemport 127 multi-service user-vlan 22/给ONU透传网管vlan22service-port vlan 100 gpon 0/18/3 ont 1 gemport 126 multi-service user-vlan 100/给ONU透传语音vlan1002.ONU上语音数据配置telnet 172.17.21.134 登入到ONU上配置数据board confirm 0/单板确认fax-modem parameters rfc2198-start-mode disableRfc2198SmartStartup/关闭2198自启动功能vlan 100 smart/创建语音vlan100port vlan 100 0/0 1/透传vlan100interface vlanif 100ip address 172.16.0.23 255.255.254.0/配置语音地址quitvoip ip address media 172.16.0.23 172.16.0.2 ip address signaling 172.16.0.23/配置媒体IP和信令IPquiinterface h248 0y if-h248 attribute mgip 172.16.0.23 mgport 2944 transfer udp/配置mgip地址,mg端口号以及传输协议udp if-h248 attribute primary-mgc-ip1 172.16.0.2 primary-mgc-port 2944 mgc-domain-name1 HDSLPJC9500/配置mgc的地址,mgc的端口号;mgc的域名 if-h248 attribute mg-media-ip1 172.16.0.23/配置mg媒体IP if-h248 attr

温馨提示

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

评论

0/150

提交评论