瑞斯康达ONU设备互通配置指导手册(20090531) 下载本文

内容发布更新时间 : 2024/4/28 7:00:35星期一 下面是文章的全部内容请认真阅读。

EPON系统ONU互通配置指导手册

Adding an ONT profile succeeded Profile-ID : 19

Profile-Name : ont-profile_19

//此例子是ISCOM5101B的,其他型号的话,上面的参数需要变动。

//添加能力集模板时,只用改此参数即可,其他参数都用默认值;直接回车就行了

第3步:添加DBA模板

MA5680T (config)#DBA-profile add

{profile-id|profile-name|type1|type2|type3|type4|type5 }:profile-id { profile-id<10,512> }:10 //DBA模板的号码为10

{ type1|profile-name|type2|type3|type4|type5 }:type2 //此参数不需要动,固定为type2

{ assure }:assure //可保证带宽,此参数固定为assure { assure-bandwidth<512,1235456> }:102400 //上行带宽的值

Command: DBA-profile add profile-id 10 type2 assure 102400

//DBA模板控制上行流量, CIR控制下行流量

第4步:进入olt的pon口打开自动发现功能

以0/1业务板槽位上的第0端口为例

MA5680T (config)#interface epon 0/1 0/1表示EPON 业务板槽位

MA5680T (config-if-epon-0/1)#port 0 ont-auto-find enable 打开端口0自动发现onu的功能

第5步:显示olt端口下的新的onu

此时在olt的pon下连接新的onu后可以用以下命令查看;

MA5680T (config)#display ont autofind all epon -------------------------------------------------- Number F/S/P MAC -------------------------------------------------- 1 0/ 1/ 0 001E-E322-A833 --------------------------------------------------

第7步:在pon口下添加onu

MA5680T (config)#interface epon 0/1

第 21 页 共 42 页

21

EPON系统ONU互通配置指导手册

0/1表示EPON 业务板槽位

MA5680T (config-if-epon-0/1)#ont add 0 0 mac-auth 001E-E322-A833 profile-id 19 dba-profile 10 cir 102400 desc “raiscom_1\

第一个”0”: pon口的端口号;

第二个”0”: ONT的编号,此编号值得范围为0-63; 001E-E322-A833:新加onu的mac地址; 19:ont能力集模板的编号; 10:dba模板的编号; 102400:下行带宽的值;

“raiscom_1\:对此新加onu的描述;

第8步:查看5680T单板状态和下挂onu的状态信息

MA5680T(config)#display board 0/1

---------------------------------------

Board Name : H801EPBA Board Status : Normal --------------------------------------- ------------------------------------------

Port Port type ------------------------------------------

0 EPON 1 EPON 2 EPON 3 EPON ------------------------------------------

-----------------------------------------------------------------------------------------------------------

F/S/P ONT-ID MAC Control Run Config Match LoopBack Flag State State State State ----------------------------------------------------------------------------------------------------------- 0/ 1/0 0 001E-E322-A833 active up config match disable ----------------------------------------------------------------------------------------------------------- In port 0, the total number of ONUs is: 1 In port 1, the total number of ONUs is: 0 In port 2, the total number of ONUs is: 0 In port 3, the total number of ONUs is: 0

注:只有当与红色信息相同的状态时, ONT才算添加成功, 工作状态才正常.

如果不一致,1、请检查ont能力集模板的相关参数;2、检查增加onu时mac地址和实际的mac地址是否匹配;

第 22 页 共 42 页

22

EPON系统ONU互通配置指导手册

第9步:开通pon口的qinq功能(根据具体业务配置)

MA5680T(config)#interface epon 0/1

MA5680T(config)#port 0 tag-based-vlan

使第一个端口支持q-in-q特性!

第10步:增加业务虚端口(根据具体业务配置)

MA5680T(config)#service-port vlan 1196 epon 0/1/0 ont 0 multi-service user-vlan 3001 MA5680T(config)#service-port vlan 1196 epon 0/1/0 ont 0 multi-service user-vlan 3002

1196:外层标签

0/1/0:5680T上的第0个pon口 0:onu的编号;

3001、3002:内层vlan,也就是从楼宇交换机上透传上来的vlan;

3.4 MA5680t相关命令及解析

1、网管配置

huawei(config)#vlan 106 standard

添加vlan并指定vlan类型 网管vlan都应属此类型

huawei(config)#port vlan 106 0/20 0

使网管vlan通过上行口透传出去 其中0/20 0的0/20表示0框20槽,后面的0表示第0个上行口

huawei(config)#interface vlan 106 创建三层接口地址

huawei(config-if-vlanif106)#ip address 221.1.193.238 255.255.255.252 添加管理地址

huawei(config)#ip route-static 0.0.0.0 0.0.0.0 221.1.193.237 添加默认路由 后面的地址为网关地址

2、业务配置

huawei(config)#Vlan 1196 smart

添加vlan并指定vlan类型,smart类型vlan和standard vlan的区别是:standard vlan和smart vlan都可以有多个下行口,但是对于standard vlan来说,属于同一个vlan的两个下行口之间可以互通;对于smart vlan来说,属于同一个vlan的两个下行口之间不能互通

第 23 页 共 42 页

23

EPON系统ONU互通配置指导手册

huawei(config)#vlan attrib 1196 q-in-q

指定vlan的属性为支持q-in-q,此处的1196指的是外层vlan

huawei(config)#Port vlan 1196 0/20 0

使q-in-q vlan通过上行口透传出去 其中0/20 0的0/20表示0框20槽,后面的0表示第0个上行口

添加ont能力集模板,它的作用是指定onu和5680T通信的一些参数;一种类型的ont模板只需要在5680T上添加一次;比如562局的5680T上已经添加过ont模板了,那么以后再添加此种类型(当前用的onu型号都是HG810E)的onu时就不用再添加此模板了;

huawei (config)#ont-profile add epon profile-id 19 { |profile-name }:

Command:

ont-profile add epon profile-id 19 Press 'Q' or 'q' to quit input

> Ont Manage Mode<1-SNMP, 2-SNMP-NOPARA, 3-OAM> [3]: > Is UNI configuration concerned?<1-not concern, 2-concern> [2]: > ONT FE ports list(format: 1,3-5,7 )<0-100> [-]:

> ONT GE ports list(format: 1,3-5,7 )<0-100> [-]:1

添加能力集模板时,只用改此参数即可,其他参数都用默认值;直接回车就行了 > Number of POTS ports<0-16> [0]: > TDM port type<1-E1> [1]:

> Number of TDM ports<0-8> [0]: Adding an ONT profile succeeded Profile-ID : 19

Profile-Name : ont-profile_19

//此例子是HG810e的,其他型号的话,上面的参数需要变动。

添加DBA模板

huawei(config)#DBA-profile add

{profile-id|profile-name|type1|type2|type3|type4|type5 }:profile-id { profile-id<10,512> }:10 DBA模板的号码为10

{ type1|profile-name|type2|type3|type4|type5 }:type2 此参数不需要动,固定为type2

{ assure }:assure 可保证带宽,此参数固定为assure { assure-bandwidth<512,1235456> }:102400 上行带宽的值

Command: DBA-profile add profile-id 10 type2 assure 102400

DBA模板控制上行流量, CIR控制下行流量

第 24 页 共 42 页

24

EPON系统ONU互通配置指导手册

huawei(config)#interface epon 0/1 0/1表示EPON 业务板槽位

huawei(config-if-epon-0/1)#port 0 ont-auto-find enable 打开端口0自动发现onu的功能

此功能打开后,如果pon口下边连上新的onu后可以通过下面命令看到 MA5680T(config)#display ont autofind all epon -------------------------------------------------- Number F/S/P MAC --------------------------------------------------

1 0/ 1/ 0 001E-E322-A833 --------------------------------------------------

增加onu

MA5680T(config-if-epon-0/1)#ont add 0 0 mac-auth 001E-E322-A833 profile-id 19 dba-profile 10 cir 102400 desc “To-NongJiJu-GJ\ 第一个”0”: pon口的端口号;

第二个”0”: ONT的编号,此编号值得范围为0-63; 001E-E322-A833:新加onu的mac地址; 19:ont能力集模板的编号; 10:dba模板的编号; 102400:下行带宽的值;

“To-NongJiJu-GJ\:对此新加onu的描述;

删除onu

查看5680T单板状态和下挂onu的状态信息 MA5680T(config)#display board 0/1

---------------------------------------

Board Name : H801EPBA Board Status : Normal --------------------------------------- ------------------------------------------

Port Port type ------------------------------------------

0 EPON 1 EPON 2 EPON 3 EPON ------------------------------------------

第 25 页 共 42 页

25