搜档网
当前位置:搜档网 › MA5680T开局指导书

MA5680T开局指导书

目录华为OLT开局组网- 1 -

1、组网图- 1 -

2、数据规划- 1 -

3、配置流程- 2 -

华为OLT开局指导(OLT+ont) - 3 -

1、创建vlan并在上行口做透传- 3 -

2、配置olt管理地址- 3 -

3、创建默认路由- 3 -

4、设置上行端口速率以及双工模式- 3 -

5、查看EMU电源监控信息- 4 -

6、开启PON口自动发现- 4 -

7、增加确认单板- 4 -

8、终端配置模式下添加网管SNMP参数 - 5 -

9、创建DBA模版- 7 -

10、创建流量模版- 8 -

11、创建线路模版- 9 -

12、创建业务模版- 12 -

常用检测查询命令:- 14 -

1进入config终端配置- 14 -

2进入EPON/GPON命令模式- 16 -

3 其他命令- 16 -

光猫注册成功故障处理方法一(Olt侧)- 18 -

1、678错误- 18 -

2、691错误- 19 -

3,IPTV问题(直播黑屏)- 19 -

光猫注册成功故障处理方法二(Olt侧)- 20 -

1、获得IP地址后仍无法上网- 20 -

2、上网掉线- 21 -

3、上网速度慢- 22 -

4、PPPoE拨号失败- 24 -

5、DHCP获取IP地址失败- 26 -

华为OLT开局组网1、组网图

2、数据规划

3、配置流程

华为OLT开局指导(OLT+ont)

telnet 10.11.104.2或用超级终端登录

>>User name:root

>>User password:admin

Huawei>enable

Huawei#config

Huawei (config)#time 2013-05-12 08:18:20 \\设置系统时间,根据实际情况设置

Huawei (config)# switch language-mode \\切换语言模式

Huawei (config)# sysname Huawei _XX\\ 设置系统名称,根据实际情况设置

1、创建vlan并在上行口做透传

Huawei (config)#vlan 10 smart \\ 创建网管vlan 10

Huawei (config)#vlan 2001 to 3000 smart \\ 宽带业务vlan

Huawei (config)#port vlan 10 0/19 0 \\ 将管理VLAN透传到上行端口0框19槽0口

Huawei (config)#port vlan 2001 to 3000 0/19 0 \\ 宽带业务VLAN透传到上行端口0框19槽0口注:确定上行口为可能为0/19 0、0/19 1、0/20/ 0 、0/20 1

2、配置olt管理地址

huawei(config)#interface vlanif 10 //进入管理VLAN

huawei(config-if-vlanif10)# description "GuanLi_vlan" //添加vlan的描述

huawei(config-if-vlanif10)# ip address 192.168.254.2255.255.255.0 //指定管理IP地址

3、创建默认路由

默认路由要指向管理vlan的网关

huawei(config)#ip route-static 0.0.0.0 0.0.0.0 192.168.254.1 //配置设备缺省路由

huawei(config)#save \\保存配置

4、设置上行端口速率以及双工模式

huawei(config)#interface giu 0/19

huawei(config-if-giu-0/19)#speed 0 1000

//配置端口速率,GE口只能配置成1000, 10GE口只能配置成10000 huawei(config-if-giu-0/19)#speed 1 1000

huawei(config-if-giu-0/19)#duplex 0 full //配置双工模式,half为半双工,full为全双工

huawei(config-if-giu-0/19)#duplex 1 full

huawei(config-if-giu-0/19)#auto-neg 0 disable //配置自协商模式,disable为禁止自协商,enable为允许

5、查看EMU电源监控信息

如果没有需要新建系统环境监控模块

huawei(config)#display emu 0

huawei(config)# emu del 0

//如果EMU电源模块添加不正确,需要删除EMU重新添加。此为删除命令

Are you sure to delete this EMU?(y/n)[n]:y

huawei(config)# emu add 0 FAN 01 H801FCBC//新建EMU环境监控电源模块.

huawei(config)#display emu 0//EMU被正确装入的情况下,查看后显示信息如下:huawei(config)#interface emu 0//进入电源模块0.

huawei(config-if-fan-0)#fan speed mode automatic //修改电源风扇速度.

huawei(config-if-fan-0)#quit

6、开启PON口自动发现

EPON模式:

huawei(config)#Intface epon 0/1 //进入到EPON PON板

huawei(config-if-epon-0/1)# port 0 ont-auto-find enable //pon口自动发现ONU使能huawei(config-if-epon-0/1)# port 1 ont-auto-find enable

。。。。。。。

huawei (config-if-epon-0/1)#port 5 ont-auto-find enable

huawei (config-if-epon-0/1)#port 6 ont-auto-find enable

huawei (config-if-epon-0/1)#port 7 ont-auto-find enable

GPON模式:

huawei(config)#Intface gpon 0/1 //进入到GPON PON板

huawei (config-if-gpon-0/1)#port 0 ont-auto-find enable //0号pon口自动发现ONU使能huawei (config-if-gpon-0/1)#port 1 ont-auto-find enable

。。。。。。。

huawei (config-if-gpon-0/1)#port 5 ont-auto-find enable

huawei (config-if-gpon-0/1)#port 6 ont-auto-find enable

huawei (config-if-gpon-0/1)#port 7 ont-auto-find enable

7、增加确认单板

Huawei (config)# board add 0/1 H801EPBC \\ 1槽位增加业务单板EPBC

Huawei (config)#board add 0/19 H801GICF \\增加上行板,只有新安装olt才会用到

Huawei (config)#board add 0/20 H801GICF

8、终端配置模式下添加网管SNMP参数

8、2 带外网管配置

实现NMS,以带外网管的方式对OLT设备进行维护管理,带外网管方式利用非业务通道来传送管理信息,使管理通道与业务通道分离,比带内网管方式提供更可靠的设备管理通路。在OLT故障时,能及时定位网上设备信息,并实时监控。

NMS通过维护网口以带外网管的方式对OLT设备进行维护管理,网络中有主用NMS和备用NMS,在OLT设备上增加一条到NMS的静态路由,并配置SSMPV1的相关参数。

操作步骤:

步骤1设置维护网口IP地址

huawei(config)#interface meth 0

huawei(config-if-meth0)#ip address 10.10.20.1 255.255.255.0

步骤2添加带外网管路由

huawei(config-if-meth0)#quit

huawei(config)#ip route-static 10.10.21.0 24 10.10.20.254

步骤3设置SNMP相关配置参数。

设置团体名

huawei(config)#snmp-agent community read publichuawei(config)#snmp-agent comm unity write private

设置管理员的标识及联系方式

huawei(config)#snmp-agent sys-info contact HW-0755********

设置设备位置信息

huawei(config)#snmp-agent sys-info location Shenzhen_China

设置SNMP版本信息

说明:设置的版本要与NMS设置的版本一致。这里假设NMS版本为SNMP V1。

huawei(config)#snmp-agent sys-info version v1

步骤4

允许发送Trap报文。

步骤5

设置Trap报文目标主机地址。

huawei(config)#snmp-agent target-host trap address 10.10.21.1 securityname pr ivate

huawei(config)#snmp-agent target-host trap address 10.10.21.2 securityname pr ivate

步骤6

将维护网口IP地址作为发送Trap报文的源地址

huawei(config)#snmp-agent trap source meth 0

步骤7

保存数据。

huawei(config)#save

操作结果:N2000 BMS能够对OLT设备进行正常管理。

8、1 带内网管配置

实现NMS以带内网管的方式对OLT设备进行维护管理,在带内网管的方式下,网管交互信息通过设备的业务通道传送,带内网管方式组网灵活,不用附加的设备,节约用户成本,但不便于维护。

NMS通过上行口以带内网管的方式对OLT设备进行维护管理,网络中有主用NMS和备用NMS,在OLT设备上增加一条到NMS的静态路由,并配置SSMPV3的相关参数。

步骤1设置带内网管接口IP地址。

创建网管VLAN

huawei(config)#vlan 1000 standard

添加上行端口

huawei(config)#port vlan 1000 0/19 0

进入网管VLAN接口

huawei(config)#interface vlanif 1000

设置网管VLAN接口IP地址

huawei(config-if-vlanif1000)#ip address 10.10.20.2 255.255.255.0

huawei(config-if-vlanif1000)#quit

DBA模板是用于onu上行带宽控制,1-9 为系统自带的DBA能力集模板。DBA是基于整个ONT调度的,需根据ONT的业务类型和用户数选择适合的带宽类型和带宽大小。注意fix带宽和assure带宽之和不能大于PON接口总带宽。

以下为常用的一些命令:

huawei(config)#display dba-profile all //查看OLT的DBA能力集模板.

huawei(config)#display dba-profile profile-id 20//查看DBA模板20

huawei(config)# dba-profile delete profile-id 20

//删除DBA模板,前提是此DBA模板没有被任何线路模板绑定。

huawei(config)# dba-profile modify profile-id 20

//修改DBA模板,前提是此DBA模板没有被任何线路模板绑定。

添加自定义DBA模板,EPON/GPON通用:

分别设置4M,6M,8M,10M,20M,30M,50M,100M的能力集模板,方便日后使用。

类型(type)分为5种,分别是type1(固定带宽模式),type2(保证带宽模式),type3(保证带宽的同时设置最大带宽值),type4(仅设定最大带宽模式),type5(3种模式的综合,即设置最大带宽,在保证带宽的同时采用固定带宽模式)

huawei(config)#dba-profile add profile-id 14profile-name “dba-profile 4M”type3 assure 4096 max 8192 \\ 创建保证带宽为4M最大带宽为8M的DBA模版

huawei(config)#dba-profile add profile-id 16profile-name “dba-profile 6M”type3 assure 6144 max 12288 \\ 创建保证带宽为6M最大带宽为12M的DBA模版

huawei(config)#dba-profile add profile-id 18profile-name “dba-profile 8M”type3 assure 8192 max 16384 \\ 创建保证带宽为8M最大带宽为16M的DBA模版

huawei(config)#dba-profile add profile-id 10 profile-name “dba-profile 10M” type3 assure 10240 max 20480 \\ 创建保证带宽为10M最大带宽为20M的DBA模版

huawei(config)#dba-profile add profile-id 20 profile-name “dba-profile 20M” type3 assure 20480 max 40960 \\ 创建保证带宽为20M最大带宽为40M的DBA模版

huawei(config)#dba-profile add profile-id 30 profile-name “dba-profile 30M” type3 assure 30720 max 61440 \\ 创建保证带宽为30M最大带宽为60M的DBA模版

huawei(config)#dba-profile add profile-id 50 profile-name “dba-profile 50M” type3 assure 51200 max 102400 \\ 创建保证带宽为50M最大带宽为100M的DBA模版huawei(config)#dba-profile add profile-id100profile-name “dba-profile 100M”type3 assure 102400 max 204800 \\ 创建保证带宽为100M最大带宽为200M的DBA模版

用于onu下行带宽控制

Huawei(config)#traffic table ip index 20 cir 10240 priority 0 priority-policy local-Setting \\创建10M流量模版

Huawei(config)#traffic table ip index 21 cir 102400 priority 0 priority-policy local-Setting \\创建100M流量模版(可根据需要创建其他带宽的流量模版

各业务的业务流流量模板:

Huawei(config)#traffic table ip index 10 name NMS cir off priority user-cos 7 priority-policy tag-In-Package ――――NMS

Huawei(config)#traffic table ip index 11 name PPPOE cir off priority user-cos 0 priority-policy tag-In-Package ――――PPPOE

Huawei(config)#traffic table ip index 12 name IMS cir off priority user-cos 6 priority-policy tag-In-Package ――――IMS

Huawei(config)#traffic table ip index 13 name IPTV cir off priority user-cos 3 priority-policy tag-In-Package ――――IPTV

Huawei(config)#traffic table ip index 14 name ZHUANXIAN cir off priority user-cos 1 priority-policy tag-In-Package ――――ZHUANXIAN

Huawei(config)#traffic table ip index 15 name VPN cir off priority user-cos 2 priority-policy tag-In-Package ――――VPN

系统默认没有线路模板,需创建线路模板1并进入到线路模板模式,系统最多支持4096个线路模板,每个模板均可被ONU终端重复绑定。

以下是常用的一些命令:

Huawei (config)#display ont-lineprofile epon all//查看EPON业务线路模板

Huawei (config)#undo ont-lineprofile epon profile-id 50 //删除线路模板50

Huawei (config)#undo ont-lineprofile epon profile-name hg8240 //删除线路模板hg8240

11、1 EPON模式:

添加用户自定义的EPON线路模板,主要针对实现不同业务的终端使用

11、1、1:设置100M模板,保证100M带宽

Huawei (config)#ont-lineprofile epon profile-id 100 profile-name "line-profile_100"

//创建id:100,名称:"line-profile_100"线路模板

Huawei(config-epon-lineprofile-100)#llid dba-profile-id 100

//线路模板绑定DBA模板100,支持下行加密,系统支持aes-128,

triple-churining两种加密方式,默认加密关闭。

Huawei(config-epon-lineprofile-100)#commit

//注意,添加的线路模板需要提交命令才被接受并保存下来.

Huawei(config-epon-lineprofile-100)#quit

11、1、2:设置10M模板,保证10M带宽

Huawei (config)#ont-lineprofile epon profile-name 10M profile-id 10

Huawei(config-epon-lineprofile-10)#llid dba-profile-id 10

Huawei(config-epon-lineprofile-10)#commit

Huawei(config-epon-lineprofile-10)#quit

……

11、1、3:设置50M模板,保证50M带宽

Huawei (config)#ont-lineprofile epon profile-name 50M profile-id 50

Huawei(config-epon-lineprofile-50)#llid dba-profile-id 50

Huawei(config-epon-lineprofile-50)#commit

Huawei(config-epon-lineprofile-50)#quit

11、2 GPON模式:

添加GPON线路模板,这里针对普通业务的线路模板,采用优先级配置的方式实现.

Priority参数:VLAN优先级

0: Best effort 1: Background 2: Spare 3: Excellent effort 4: Controlled load 5: Video 6: V oice 7: Network control

Huawei (config)#display ont-lineprofile gpon all//查看GPON业务线路模板Huawei (config)#undo ont-lineprofile gpon profile-id 50 //删除线路模板50

Huawei (config)#undo ont-lineprofile gpon profile-name hg8240 //删除线路模板hg8240 11、2、1:添加GPON线路模板,只针对于宽带业务(常用)

huawei(config)#ont-lineprofile gpon profile-id 100 profile-name "line-profile_100"

Huawei(config-gpon-lineprofile-100)#tcont 3 dba-profile-id 100

// Tcont 3用于数据业务,和dba模板100绑定Huawei(config-gpon-lineprofile-100)#gem add 108 eth tcont 3 //添加GEM PORT Huawei(config-gpon-lineprofile-100)#gem add 100 eth tcont 3 //添加GEM PORT Huawei(config-gpon-lineprofile-100)#gem mapping 108 0 vlan 108 //设置映射关系Huawei(config-gpon-lineprofile-100)#gem mapping 100 0 vlan 100

Huawei(config-gpon-lineprofile-100)#commit

Huawei(config-gpon-lineprofile-100)#quit

11、2、2:添加GPON线路模板

Huawei (config)# ont-lineprofile gpon profile-name gpon-onu profile-id 20

Huawei (config-gpon-lineprofile-20)# mapping-mode priority

//Gem port端口映射为优先级映射(默认为vlan映射)

Huawei (config-gpon-lineprofile-20)#tcont 1 dba-profile-id 2

// Tcont 1用于管理通道,和dba模板2绑定

Huawei (config-gpon-lineprofile-20)# tcont 2 dba-profile-id 1

// Tcont 2用于语音通道,和dba模板1绑定

Huawei (config-gpon-lineprofile-20)# tcont 3 dba-profile-id 50

// Tcont 3用于数据业务,和dba模板50绑定

Huawei (config-gpon-lineprofile-20)#gem add 0 eth tcont 1 priority-queue 5

//建立Gem port,绑定相应的Tcont通道。

Huawei (config-gpon-lineprofile-20)# gem add 1 eth tcont 2 priority-queue 6

Huawei (config-gpon-lineprofile-20)#gem add 2 eth tcont 3 priority-queue 0

Huawei (config-gpon-lineprofile-20)# gem mapping 0 0 priority 5

Huawei (config-gpon-lineprofile-20)# gem mapping 2 0 priority 0

Huawei (config-gpon-lineprofile-20)#commit

Huawei (config-gpon-lineprofile-20)#quit

11、2、3:添加GPON线路模板,这里针对FTTH业务的线路模板

Huawei (config)#ont-lineprofile gpon profile-name hg8240 profile-id 24

Huawei (config-gpon-lineprofile-24)#mapping-mode vlan //设置映射模式为vlan映射

Huawei (config-gpon-lineprofile-24)#qos-mode gem-car //设置qos模式为gem-car方式

//绑定tcont和dba模板,缺省情况下,tcont 0和dba模板1绑定,不需配置。

Huawei (config-gpon-lineprofile-24)# tcont 1 dba-profile-id 2

// Tcont 1用于管理通道,和dba模板2绑定

Huawei (config-gpon-lineprofile-24)#tcont 2 dba-profile-id 2

// Tcont 2用于语音通道,和dba模板2绑定

Huawei (config-gpon-lineprofile-24)# tcont 3 dba-profile-id 10

// Tcont 3用于数据业务,和dba模板10绑定

//TCONT0仅用于OMCI管理使用。如果管理业务和其他业务使用Tcont0,会导致业务不通。

//HG8240可以实现宽窄带业务,配置3条TCONT通道,分别承载不同的业务。

1用于管理,2用于语音,3用于数据。

Huawei (config-gpon-lineprofile-24)# gem add 0 eth tcont 1 gem-car 6

//添加GEM PORT,使用流量模板6

Huawei (config-gpon-lineprofile-24)# gem add 1 eth tcont 2 gem-car 6

Huawei (config-gpon-lineprofile-24)# gem add 2 eth tcont 3 gem-car 6

//设置映射关系,建立业务通道和GEM PORT的映射。GEMPORT 1 对应语音业务,GEMPORT 2 对应宽带业务。

Huawei (config-gpon-lineprofile-24)# gem mapping 0 0 vlan 100

//设置映射关系,这里的GEMPORT 0 用于管理。

Huawei (config-gpon-lineprofile-24)# gem mapping 1 0 vlan 10

Huawei (config-gpon-lineprofile-24)#gem mapping 2 0 vlan 11

Huawei (config-gpon-lineprofile-24)#gem mapping 2 1 vlan 12

Huawei (config-gpon-lineprofile-24)# gem mapping 2 2 vlan 13

Huawei (config-gpon-lineprofile-24)# gem mapping 2 3 vlan 14

Huawei (config-gpon-lineprofile-24)# commit

Huawei (config-gpon-lineprofile-24)#quit

12、创建业务模版

业务模板是针对ONT的上的业务,涉及到设备接口相关的配置。对于MA561X和MA562X这类SNMP 管理模式的终端涉及接口相关配置一般在设备上去完成,因此不需配置业务模板。而对于81X,82X系列等家庭终端设备则需要配置相关的业务模板。

常用命令:

Huawei (config)#display ont-srvprofile epon all //查询ONU业务模板。

Huawei (config)#undo ont-srvprofile epon profile-id 1//删除业务模板

12、1 EPON模式:

依据业务需求的不同,需要创建唯一的EPON业务模板与之绑定

1)810e业务模版

Huawei (config)#ont-srvprofile epon profile-id 1 profile-name 810e

Huawei (config-epon-srvprofile-1)#ont-port eth 1 \\表示ont能力,810E一个网口,无pots 口

Huawei (config-epon-srvprofile-1)#port vlan eth 1 1801 \\透传专线vlan1801

Huawei (config-epon-srvprofile-1)#commit

2)813e业务模版

Huawei (config)#ont-srvprofile epon profile-id 2 profile-name 813e

Huawei (config-epon-srvprofile-2)#ont-port eth 4 \\表示ont能力,813E 4个以太口,无pots 口

Huawei (config-epon-srvprofile-2)#port vlan eth 1 1802 \\1口透传专线vlan1802

Huawei (config-epon-srvprofile-2)#commit

3)850e业务模版

Huawei (config)#ont-srvprofile epon profile-id 3 profile-name 850e

Huawei (config-epon-srvprofile-3)#ont-port eth 4 pots 2 \\表示ont能力,850E 4个以太口,两pots口

Huawei (config-epon-srvprofile-3)#port vlan eth 1 1803 \\1口透传专线vlan1803

Huawei (config-epon-srvprofile-3)#commit

注意:因为每个专线用户的vlan都不同,而透传vlan在业务模版下配置,所以现在每个ont即每个专线用户需要一个业务模版;后续补丁可解决此问题,vlan透传在pon口下配置,和以前版本方法一样注:系统默认没有线路模板,需此命令创建线路模板1并进入到线路模板模式,系统最多支持4096个线路模板,每个模板均可被EPON终端重复绑定。线路模板绑定DBA模板,并可设置下行加密,系统支持aes-128,triple-churining两种加密方式,默认加密关闭。并使用commit命令用于提交当前ONT线路模板的参数配置,提交时系统进行该ONT线路模板参数间合法性及当前系统资源是否支持修改的检查,如果通过检查,将使用新的参数配置刷新系统数据库中的数据。如果不配置此命令,当前线路模板的配置将不生效。

12、2 GPON模式:

添加GPON业务模板

常用命令:

Huawei (config)#display ont-srvprofile epon all //查询ONU业务模板。

Huawei (config)#undo ont-srvprofile epon profile-id 1//删除业务模板

1)业务模版一

Huawei (config)#ont-srvprofile gpon profile-id 100 profile-name "srv-profile_100"

Huawei (config-gpon-srvprofile-100)#ont-port pots 1 eth 1

Huawei (config-gpon-srvprofile-100)#port vlan eth 1 translation 100 user-vlan 100

Huawei (config-gpon-srvprofile-100)#port vlan iphost translation 108 user-vlan 108

Huawei (config-gpon-srvprofile-100)#commit

Huawei (config-gpon-srvprofile-100)#quit

2)通用业务模版二

添加GPON业务模板,这里针对HG850A/HG8240为例配置相应的业务模板

Huawei (config)# ont-srvprofile gpon profile-name hg8240 profile-id 24

Huawei (config-gpon-srvprofile-24)#ont-port pots 2 eth 4 //设置中断端口数量。850A/8240固定提供4FE+2POTS

Huawei (config-gpon-srvprofile-24)#multicast-forward untag

//划分端口vlan,HG850/HG8240的管理报文和语音报文通过IPHOST虚拟端口承载

Huawei (config-gpon-srvprofile-24)# port vlan iphost 100

Huawei (config-gpon-srvprofile-24)# port vlan iphost 10

//划分端口vlan,ONT的eth用于承载宽带业务,如果采用双层vlan,各端口和vlan对应。

Huawei (config-gpon-srvprofile-24)# port vlan eth 1 11

Huawei (config-gpon-srvprofile-24)# port vlan eth 2 12

Huawei (config-gpon-srvprofile-24)# port vlan eth 3 13

Huawei (config-gpon-srvprofile-24)# port vlan eth 4 14

Huawei (config-gpon-srvprofile-24)# commit

Huawei (config-gpon-srvprofile-24)# quit

常用检测查询命令:

1进入config终端配置

1 查看自动发现的ONU

Huawei(config)#display ont autofind all

2查看设备单板状态:

Huawei (config)#display board 0

3查看设备端口状态:

Huawei (config)#display board 0/1

4查看全局配置命令:

Huawei (config)#display current-configuration

5查看设备所有告警

Huawei (config)#display alarm active all

6查看上行板光衰

Huawei (config)#interface giu 0/17

Huawei (config-if-giu-0/17)#display port ddm-info 0

7查看上行光模块信息

Huawei (config)#interface giu 0/17

Huawei (config-if-giu-0/17)# display port opticstate 0

8查看ONU的service-port 信息

Huawei (config)#display service-port port 0/1/0 ont 1(0/1/0是框号/槽号/端口号 1是ONU id)9查看用户mac地址上报情况.

Huawei (config)#display mac-address all

10查看vlan XXX下学习到的地址信息,断定ONU用户故障,一般用此法:

Huawei (config)#display mac-address vlan XXX

11查询端口下MAC地址学习情况,需要知道用户所在ONU具体注册的PON口信息.

Huawei (config)#display mac-address port 0/1/0 (0/1/0是框号/槽号/端口号)

12查看DBA 模板

Huawei (config)#display dba-profile all

13查看线路模板

14查看单板上ONU的信息

Huawei (config)#display board 0/1 (0/1是框号/槽号)

15查看整个单板的MAC

Huawei (config)#display mac-address board 0/1(0/1是框号/槽号)

16显示上行口实时流量

Huawei(config-if-giu-0/18)#diisplay port traffic 0

17显示VLAN列表

Huawei(config)#display vlan all

18查看配置中所有的vlan配置细节:

Huawei (config)#display current-configuration section vlan

19自动发现新上报的ONU:

Huawei (config)#display ont autofind all

20查看snmp配置

Huawei (config)# display current-configuration section public

21查看vlan配置

Huawei (config)#display current-configuration section vlan

22查看所有epon单板下配置

Huawei (config)#display current-configuration section epon

23查看模块epon单板下的配置

Huawei (config)# display current-configuration section epon-0/1

24查看service-port配置

Huawei (config)#display current-configuration section bbs

25查看service-port状态

Huawei (config)#display service-port all

26查看系统模板配置信息

Huawei (config)# display current-configuration section global

27查看告警历史(所有)

Huawei (config)#display alarm history all

ONU与OLT间光通路的光衰减必须在15dB--25dB之间

2进入EPON/GPON命令模式

1查看ONU收光功率

Huawei(config-if-epon-0/1)#display ont optical-info 0 1(0是端口号 1是ONU id 号)

2查看ONU的状态

Huawei (config-if-epon-0/1)#display ont info 0 2EPON,0号端口号,2号ONT id 号Huawei (config-if-gpon-0/1)#display ont info 0 2GPON,0号端口号,2号ONT id 号

3查看PON板的端口信息

Huawei(config-if-epon-0/1)#display port info 0(0是端口号)

4查看PON板的端口状态

Huawei(config-if-epon-0/1)#display port state 0(0是端口号)

5查看ONU的注册信息

Huawei(config-if-epon-0/1)#display ont register-info 0 1( 0是端口号 1是ONU id 号)

6查看ONU版本信息

Huawei(config-if-epon-0/1)#display ont version 0 1( 0是端口号 1是ONU id 号)

7显示ONT ETH口实时流量

Huawei(config-if-epon-0/1)#display ont port state 0 0 eth-port all

8重启ONT

Huawei(config-if-epon-0/1)#ont reset 0 3//PON口号/ONT id

9重新注册ONT

Huawei(config-if-epon-0/1)#ont re-register 0 3//PON口号/ONT id

10显示PON口下所有ONT的信息

Huawei(config-if-epon-0/1)#display ont info 0 all

11显示PON口实时流量

Huawei(config-if-epon-0/1)#display port traffic 0

Huawei(config-if-gpon-0/1)#display port traffic 0

3 其他命令

1查询ONT的相关信息

Huawei (config)#display ont info all

2查看活动用户MAC

3查看自身IP

Huawei (config)#IP ipconfig /all

4查看物理号

Huawei (config)#display mgpstnuser 0/2

5复位单板

Huawei (config)#board reset 请慎重使用此命令,影响业务,复位主控板或系统,执行reboot命令 6删除0/3槽位上的业务单板

Huawei (config)#board delete 0/3

7删除物理号

Huawei (config)#mgpstnuser batdel 0/2/0 0/2/63 !在(esl user)模式中!

8 VLAN删除

1、先删

Huawei (config)#undo service-port

2、再删

Huawei (config)#port vlan

3、最后删VLAN

Huawei (config)#vlan

复位MG端口

Huawei (config)#reset

全删除

Huawei (config)#erase flash data

确认0框所有单板

Huawei (config)#board confirm 0

删除

Huawei (config)#ONT ont delete

查看10槽位EPON板配置

Huawei (config)#display current-configuration section epon-0/10

查询ONT的IP地址的相关配置

Huawei (config)#display ont ipconfig

删除ONU全部配置

Huawei (config)#erase flash data

删除流量模板

光猫注册成功故障处理方法一(Olt侧)

1、678错误

第一步,察看用户的业务虚端口数据有无问题

Huawei (config)#Display service-port port 0/x/x ont xx

一般有三条数据,2xxx的是ltms平台和语音通道的数据,3xxx是点播iptv的数据,我们要注意的是1xxx的数据,这条serviceport是用户上网用的(商客和公客的上网vlan可能是4xx-8xx)不同种类的用户vlan标签方式(tag和untag)可能不通,请注意

如:Huawei (config)#display service-port port 0/2/0 ont 40

{ |gemport|sort-by }:

Command:

display service-port port 0/2/0 ont 40

Switch-Oriented Flow List

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

INDEX VLAN VLAN PORT F/ S/ P VPI VCI FLOW FLOW RX TX STATE ID ATTR TYPE TYPE PARA

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

73 1815 common epon 0/2 /0 40 - vlan untag 6 6 up

75 2035 common epon 0/2 /0 40 - vlan 468 8 up

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

Total : 2 (Up/Down : 2/0)

确认数据无问题后

第二步,察看OLT有没有学到电脑的mac地址。

Huawei (config)#Display mac-address port 0/x/x 根据端口看

Huawei (config)#Display mac-address vlan xxx 根据用户vlan看

如果下联mac地址没有学到(只有拨号后才能学到地址),建议检测用户侧光功率是否在临界值,更改光猫的lan端口尝试或更换光猫尝试

Huawei (config)#Interface epon 0/x 或Huawei (config)#Interface gpon 0/x

Huawei (config-if-gpon-0/1)#Display ont optical-info 0 40能够察看olt收到该ont的收光光功率(举例为察看端口0 ontid为40的光猫的光功率)

如果已经学到下联mac地址,上联mac没有学到,建议检查有无在上联口添加vlan数据

Huawei (config)#Display vlan xxxx

显示应为上联口下联口都添加该vlan数据

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

F/S /P Native VLAN State

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

0/19/1 1 up

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

Standard port number: 1

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

INDEX TYPE STATE F/ S/ P VPI VCI FLOWTYPE FLOWPARA

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

73 epon up 0/ 2/ 0 40 - vlan untag

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

Service virtual port number: 1

如上联口遗漏,用如下命令添加(已vlan 1815 上联口为19/1为例)

2、691错误

第一步,检测用户的上网vlan和97库的是否一致

第二步,用测试账号和用户帐号分别在olt模拟拨侧

Huawei (config)#pppoe simulate start

业务虚端口(index<0-32767>):2

用户名(length<1,65>):ad*******

用户密码(length<0,16>):********

鉴权模式:

1. Chap

2. Pap [default:1]:2

超时时间(5-60s)[default:5]:10

XIX/T1/HW5680T-OLT01(config)#

PPPOE 仿真成功

XIX/T1/HW5680T-OLT01(config)#pppoe simulate stop

如都成果说明olt侧数据问题和用户帐号无问题,请上层设备继续检测。

如测试账号成功用户账号不成功,建议检查用户账号和上网vlan是否正确

3,IPTV问题(直播黑屏)

第一步,检查用户组播数据

如果olt下所有用户iptv都不好

建议检查iptv全局数据

Display igmp up-link port

display current-configuration section btv-config

如果是单一用户问题

Display igmp user port 0/x/x 查看用户组播数据

Display service-port port 0/x/x ont xx 查看用户业务虚端口数据

display igmp program member all 查看用户有连接到节目源

display igmp multicast-vlan member port 0/x/x 查看用户的业务虚端口有无加入组播组成员,

display multicast flow-statistic vlan 51 ip x.x.x.x 查看用户看节目源有无数据流下到olt,没有流的话上联设备问题

display statistics service-port xxxx 查看用户的虚端口有无数据流下发,上联有流下联没有流的话,可能是olt单板问题

经过以上数据查询基本能判断问题所在

相关主题