2023年12月25日发(作者:)

华为ONU离线故障分析

Onu离线原因通常为停电、光缆断、光路衰耗大、设备故障。通过在olt上查看ONU设备信息,可以初步判断出故障原因。

MA5680T(config)# display ont info 0 10 4 0

显示10板4口第0个onu信息。

或者进入PON板。

MA5680T(config)#inter epon 0/10

PDS_SanFenJu_MA5680T(config-if-epon-0/10)#display ont info 4 0

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

F/S/P : 0/10/4

ONT-ID : 0

Control flag : active 如果此项为deactivated,则需要用ont active

4 0激活,再查看状态

Run state : offline

Config state : initial

Match state : initial

ONT LLID : -

ONT IP address/mask : 123.7.139.20/24

ONT distance(m) : -

ONT RTT(TQ) : -

Memory occupation : -

CPU occupation : -

Temperature : -

Authentic type : MAC-auth

MAC : 781D-BA6B-62AD

Management mode : SNMP

Software work mode : normal

Multicast mode : IGMP-Snooping

SNMP profile ID : 10

SNMP profile name : ZHWG

Description : SHILOU-ceshi-MA5620

Last down cause : dying-gasp此项显示的是当前设备离线原因

Last up time : 2013-12-06 00:58:27+08:00

Last down time : 2013-12-11 09:31:50+08:00

Last dying gasp time : 2013-12-11 09:31:50+08:00

ONT online duration : -

Type D support : Not support

Isolation state : normal

ONT NNI type : 1G/1G

Interoperability-mode : Unknown

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

Line profile ID : 1

Line profile name : line-profile_1

1

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

Notes: * indicates configured by the discrete command

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

FEC switch :Disable

Encrypt type :off

DBA Profile-ID :9

Traffic-table-index :6

Traffic-table-name :ip-traffic-table_6

Dba-threshold :

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

Queue-set-index Q1 Q2 Q3 Q4 Q5 Q6

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

1 - - - - - - -

2 - - - - - - -

3 - - - - - - -

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

Alarm policy profile ID : 0

Alarm policy profile name : alarm-policy_0

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

中文模式下显示的信息

PDS_SanFenJu_MA5680T(config-if-epon-0/10)#display ont info 4 0

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

框/槽/端口 : 0/10/4

ONT编号 : 0

控制标志 : 激活

运行标志 : 离线

配置状态 : 初始状态

匹配状态 : 初始状态

ONT逻辑链路标识 : -

ONT IP地址/掩码 : 123.7.139.20/24

ONT 距离(米) : -

ONT RTT查询(时间量子) : -

内存利用率 : -

CPU利用率 : -

温度 : -

认证方式 : MAC认证

MAC地址 : 781D-BA6B-62AD

管理模式 : SNMP

工作模式 : 正常

组播模式 : IGMP_Snooping

SNMP模板编号 : 10

SNMP模板名称 : ZHWG

描述 : SHILOU-ceshi-MA5620

最后一次下线原因 : dying-gasp

Q7 Q8

-

-

-

2

最后一次上线时间 : 2013-12-06 00:58:27+08:00

最后一次下线时间 : 2013-12-11 09:31:50+08:00

最后一次掉电时间 : 2013-12-11 09:31:50+08:00

ONT在线时长 : -

是否支持Type D : 不支持

隔离状态 : 正常

ONT网络侧接口类型 : 1G/1G

ONT互通模式 : 未知

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

线路模板编号 : 1

线路模板名称 : line-profile_1

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

说明: * 标识通过离散命令配置

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

FEC开关 :去使能

加密类型 :关

DBA模板编号 :9

流控模板索引 :6

流控模板名称 :ip-traffic-table_6

DBA队列阈值 :

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

DBA队列集索引 Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8

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

1 - - - - - - - -

2 - - - - - - - -

3 - - - - - - - -

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

告警策略模板编号 : 0

告警策略模板名称 : alarm-policy_0

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

Olt上显示的onu最后一次下线原因通常为: dying-gasp、los、losi三种情况。

dying-gasp为停电、los为光缆断、losi为光路信号丢失。

dying-gasp:可以确定为供电中断。如果设备电源板故障,告警应为losi。

Los:可以确定为光缆断,如果光模块故障或被拔出,告警应为losi。

Losi:当光缆衰耗大或设备故障时出现losi告警。此类故障的判定要结合onu所出的环境。如果pon口下只有一台设备或多台设备只有一台设备出现losi告警,需到实地进行收光判定。如果有多台设备,并且有2台以上同时出现losi告警,则应为分光器及分光器以上主干光缆衰耗大。

3