文档名称 文档密级:
资料编码 华为员工、合作方工程师 国内接入网技术支持部 产品名称 产品版本 资料版本 MA5680T MA562xE V800R105C33B011 V800R305C01B011 使用对象 编写部门
MA5680T、MA562xE开局指导书
拟 制: 审 核: 审 核: 批 准:
肖成生(宽带) 范治渝(语音) 日 期: 日 期: 日 期: 日 期: 2008年04月15日
华 为 技 术 有 限 公 司
版权所有 侵权必究
2016-3-15
华为机密,未经许可不得扩散 第1页, 共17页
文档名称 文档密级:
MDU基本业务配置实例
第一章 基本宽带业务配置
1、组网图
IP城域网 5680T:OLT
分光器 MA5620EHG813E PC1 PC2 PC3
2、组网说明(以下配置过程使用版本MA5680T:V800R105C33B011;
MA5620E:V800R305C01B011,如果使用其它版本,配置命令可能不一样)
1、MA5680T使用0/20/0上行到会聚交换机,再到BAS
2、MA5680T使用EPON接口0/15/0下带一个ONT和一个MDU,ONT采用HG813E,MAC=0073-073B-F274,分配ontid为0; MDU 使用MA5620E,MAC=0018-8256-3E47,分配ontid为1。
3、MA5680T和MA5620E的带内网管VLAN使用VLAN=100。MA5680T的带内
2016-3-15
华为机密,未经许可不得扩散
第2页, 共17页
文档名称 文档密级:
网管地址为:192.168.100.1/24,MA5620E的带内网管地址为:192.168.100.2/24,网关地址为192.168.100.254/24。 4、PC1、PC2、PC3使用的业务VLAN分别为1001、1002、1003,PC1接在HG813E的第4口,PC2、PC3分别接在MA5620E的0/1/2、0/1/3。
3、业务配置流程
创建VLAN 配置VLAN上行口 添加ONT模板和ONT 配置业务虚端口 [配置ONT端口VLAN | native vlan ] 保存
4、系统数据配置
4.1 配置两个针对HG813E、MA5620E的能力集模板并确认
MA5680T(config)#ont-profile { add
2016-3-15
华为机密,未经许可不得扩散
第3页, 共17页
文档名称 文档密级:
{ profile-id<17,128> }:20 {
Command: ont-profile add epon profile-id 20 Press 'Q' or 'q' to quit input
> Ont Manage Mode<1-SNMP, 2-SNMP-NOPARA, 3-OAM> [3]:3 > Is UNI configuration concerned?<1-not concern, 2-concern> [2]:2 > ONT FE ports list(format: 1,3-5,7 )<0-100> [-]:1-4 > ONT GE ports list(format: 1,3-5,7 )<0-100> [-]:
> 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 : 20 Profile-Name : ont-profile_20
//添加Profile-ID=20用来支持HG813E MA5680T(config)#ont-profile add epon profile-id 30 {
Command: ont-profile add epon profile-id 30 Press 'Q' or 'q' to quit input
> Ont Manage Mode<1-SNMP, 2-SNMP-NOPARA, 3-OAM> [3]:1 > Is UNI configuration concerned?<1-not concern, 2-concern> [2]:1
Adding an ONT profile succeeded Profile-ID : 30 Profile-Name : ont-profile_30
//添加Profile-ID=30用来支持MA5620E MA5680T(config)# interface epon 0/15 //进入EPON单板配置模式
MA5680T(config-if-epon-0/15)# port 0 ont-auto-find enable //打开端口自动发现功能
MA5680T(config-if-epon-0/15)# ! EVENT WARNING 2008-04-11 18:06:16 ALARM NAME :ONU in Auto-find state alarm PARAMETERS :FrameID: 0, SlotID: 15, PortID: 0, MAC: 0073-073B-F274, Password: -
! EVENT WARNING 2008-04-11 18:06:41 ALARM NAME :ONU in Auto-find state alarm PARAMETERS :FrameID: 0, SlotID: 15, PortID: 0, MAC: 0018-8256-3E47, Password: -
//ONU自动上报设备MAC
MA5680T(config-if-epon-0/15)#ont confirm 0 { ontid
{ ontid<0,63> }:0
{ password-auth<14,14> }:0073-073B-F274 { profile-id
2016-3-15
华为机密,未经许可不得扩散
第4页, 共17页
文档名称 文档密级:
{ profile-id<1,128> }:20 {
//使用profile-id=20确认MAC=0073-073B-F274的HG813E
MA5680T(config-if-epon-0/15)# ont confirm { portid<0,3> }:0 { ontid<14,14> }: 0018-8256-3E47 { profile-id
//使用profile-id=30确认MAC=0018-8256-3E47的MA5620E MA5680T(config-if-epon-0/15)#display ont info //查看ONT状态
{ portid<0,3>|remote
Command: display ont info 0 all -----------------------------------------------------------------------------
F/S/P ONT-ID MAC Control Run Config Match Loopback Flag State State State State -----------------------------------------------------------------------------
0/15/0 0 0073-073B-F274 active up normal match disable 0/15/0 1 0018-8256-3E47 active up normal match disable -----------------------------------------------------------------------------
In port 0, the total of ONTs are: 2 MA5680T(config-if-epon-0/15)#
4.2 配置MA5680T的带内网管数据
MA5680T(config)#vlan 100 smart //配置带内网管VLAN=100
MA5680T(config)#port vlan 100 0/20 0 //从上行口0/20/0透传VLAN
MA5680T(config)#interface vlanif 100
//创建VLAN接口并进入VLAN接口配置模式
MA5680T(config-if-vlanif100)# ip address 192.168.100.1 255.255.255.0 //配置带内网管地址
MA5680T(config)#ip route-static 0.0.0.0 0.0.0.0 192.168.100.254 //配置缺省路由
4.3 配置MA5620E的带内网管数据(MA5620E可以在MA5680T实现远程配置,如果是近端通过串口登录,配置步骤参考MA5680T的带内网管配置,只是上行口不一样,MA5620E上行口固定为0/0/1)
2016-3-15
华为机密,未经许可不得扩散
第5页, 共17页