华为GPON配置说明.docx

上传人:b****6 文档编号:16770206 上传时间:2023-07-17 格式:DOCX 页数:7 大小:15.88KB
下载 相关 举报
华为GPON配置说明.docx_第1页
第1页 / 共7页
华为GPON配置说明.docx_第2页
第2页 / 共7页
华为GPON配置说明.docx_第3页
第3页 / 共7页
华为GPON配置说明.docx_第4页
第4页 / 共7页
华为GPON配置说明.docx_第5页
第5页 / 共7页
华为GPON配置说明.docx_第6页
第6页 / 共7页
华为GPON配置说明.docx_第7页
第7页 / 共7页
亲,该文档总共7页,全部预览完了,如果喜欢就下载吧!
下载资源
资源描述

华为GPON配置说明.docx

《华为GPON配置说明.docx》由会员分享,可在线阅读,更多相关《华为GPON配置说明.docx(7页珍藏版)》请在冰点文库上搜索。

华为GPON配置说明.docx

华为GPON配置说明

华为GPON配置说明

华为GPON配置说明

几个名词说明

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个:

gemmapping10;gemmapping11,一直到gemmapping17;但是一个线路模板中最多只能创建128条gemmapping;超出会报错。

数据规划

以花都狮岭数据规划为例:

OLT:

网管vlan22;

IP:

172.17.21.132;网关:

172.17.21.129;语音vlan100;语音IP:

172.16.0.11

ONU:

所属OLT的PON口0/18/3

ONUID:

1

ONU网管IP172.17.21.134;网关:

172.17.21.129;

语音vlan100;语音IP:

172.16.0.21

 

数据配置

1.OLT数据配置

创建DBA模板

dba-profileaddprofile-id102profile-nameDBA_2Mtype3assure2048max10240

//保证2M;最大大10M

dba-profileaddprofile-id105profile-nameDBA_5Mtype3assure5120max20480

dba-profileaddprofile-id120profile-nameDBA_20Mtype3assure20480max102400

dba-profileaddprofile-id150profile-nameDBA_50Mtype3assure51200max512000

 

创建线路模板

创建线路模板101:

供ONUID1到5用;由于一个线路模板中gemmapping最多只能创建128条;故一个线路模板不要被过多的ONU调用。

ont-lineprofilegponprofile-id101profile-nameMA5610_1_5

线路模板的编号为101,模板名称MA5610_1_5

tcont1dba-profile-id120

//tcont1绑定120的DBA模板

tcont2dba-profile-id105

//tcont2绑定105的DBA模板

 

tcont3dba-profile-id102

//tcont3绑定102的DBA模板

 

gemadd1ethtcont1

//gem1绑定tcont1

gemadd2ethtcont1

//gem2绑定tcont1

gemadd126ethtcont2

//gem126绑定tcont2

 

gemadd127ethtcont3

//gem127绑定tcont3

 

gemmapping1260vlan100

//gem的1260与vlan100映射

gemmapping1270vlan22

//gem的1270与vlan22映射

commit

//绑定,相当于保持线路模板

quit

 

创建线路模板102:

供ONUID6到10用

ont-lineprofilegponprofile-id102profile-nameMA5610_6_10

tcont1dba-profile-id120

tcont2dba-profile-id105

tcont3dba-profile-id102

gemadd1ethtcont1

gemadd2ethtcont1

gemadd126ethtcont2

gemadd127ethtcont3

gemmapping1260vlan100

gemmapping1270vlan22

commit

quit

创建线路模板103:

供ONUID11到15用

ont-lineprofilegponprofile-id103profile-nameMA5610_11_15

tcont1dba-profile-id120

tcont2dba-profile-id105

tcont3dba-profile-id102

gemadd1ethtcont1

gemadd2ethtcont1

gemadd126ethtcont2

gemadd127ethtcont3

gemmapping1260vlan100

gemmapping1270vlan22

commit

quit

 

创建线路模板104:

供ONUID16到20用

ont-lineprofilegponprofile-id104profile-nameMA5610_16_20

tcont1dba-profile-id120

tcont2dba-profile-id105

tcont3dba-profile-id102

gemadd1ethtcont1

gemadd2ethtcont1

gemadd126ethtcont2

gemadd127ethtcont3

gemmapping1260vlan100

gemmapping1270vlan22

commit

quit

注册ONU

进入0/18槽的PON板

interfacegpon0/18

 

ontadd31sn-auth48575443AAA69E42snmpont-lineprofile-id101

给ONU注册,第3PON口,ONU编号1,SN48575443AAA69E42,线路模板101

 

ontipconfig31staticip-address172.17.21.134mask255.255.255.128gateway172.17.21.129vlan22

给刚刚注册的ONU,下发管理IP地址,网关掩码,ONU上会自动生成一条缺省路由。

 

quit

OLT上透传ONU上来的vlan

service-portvlan22gpon0/18/3ont1gemport127multi-serviceuser-vlan22

//给ONU透传网管vlan22

 

service-portvlan100gpon0/18/3ont1gemport126multi-serviceuser-vlan100

//给ONU透传语音vlan100

 

2.ONU上语音数据配置

telnet172.17.21.134登入到ONU上配置数据

boardconfirm0

//单板确认

fax-modemparametersrfc2198-start-modedisableRfc2198SmartStartup

//关闭2198自启动功能

 

vlan100smart

//创建语音vlan100

portvlan1000/01

//透传vlan100

interfacevlanif100

ipaddress172.16.0.23255.255.254.0

//配置语音地址

quit

 

voip

ipaddressmedia172.16.0.23172.16.0.2

ipaddresssignaling172.16.0.23

//配置媒体IP和信令IP

qui

 

interfaceh2480

y

if-h248attributemgip172.16.0.23mgport2944transferudp

//配置mgip地址,mg端口号以及传输协议udp

if-h248attributeprimary-mgc-ip1172.16.0.2primary-mgc-port2944mgc-domain-name1HDSLPJC9500

//配置mgc的地址,mgc的端口号;mgc的域名

if-h248attributemg-media-ip1172.16.0.23

//配置mg媒体IP

if-h248attributestart-negotiate-version1

//配置H248协议开始协商的版本

if-h248attributedomainNameHDSLONU000003

//配置mg即ONU的域名

resetcold

y

//复位h248接口,发起注册

 

esluser

mgpstnuserbatadd0/3/00/3/310terminalid0

//配置语音用户

qui

save

 

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 法律文书 > 调解书

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2