• 产品与解决方案
  • 行业解决方案
  • 服务
  • 支持
  • 合作伙伴
  • 新华三人才研学中心
  • 关于我们

06-二层技术-以太网交换

目录

17-IEEE8021-CFM-MIB

本章节下载 17-IEEE8021-CFM-MIB  (305.36 KB)

17-IEEE8021-CFM-MIB


IEEE8021-CFM-MIB

功能介绍

连通错误管理(Connectivity Fault Management)是IEEE 802.1ag对以太网中端到端的OAM(Operations, Administration and Maintenance,操作、管理和维护)的名称。在Comware平台中,该特性称为连通错误检测(Connectivity Fault Detection)。

连通错误检测简称CFD,它是一种二层链路的、端到端的、基于VLAN的OAM机制,主要用于在二层网络中检测链路连通性、确认故障、并确定故障发生的位置。

IEEE8021-CFM-MIB是为了实现可网管的CFD模块定义的MIB。本模块的任务就是在被管理设备上实现此MIB定义的功能。

MIB文件名

ieee8021-cfm.mib

根节点

iso(1).org(3).ieee(111).standards-association-numbered-series-standards(2).lan-man-stds(802).ieee802dot1(1).ieee802dot1mibs(1).ieee8021CfmMib(8)

全局节点详细描述

dot1agCfmMdTableNextIndex

节点名称及OID

最大访问权限

数据类型

有效范围

含义

实现规格

dot1agCfmMdTableNextIndex (1.3.111.2.802.1.1.8.1.5.1)

read-only

Dot1afCfmIndexIntegerNextFree

Unsigned32 (1..4294967295)

维护域表下一个索引

实现与MIB文件定义一致

 

表节点详细描述

dot1agCfmMdTable

【功能描述】

该表用来实现收集维护域信息的功能。

【操作支持情况】

创建约束

修改约束

删除约束

读取约束

·     必须配置索引dot1agCfmMdIndex,该索引由dot1agCfmMdTableNextIndex给出

·     必须配置dot1agCfmMdMdLevel

·     选择性配置dot1agCfmMdFormat,如不配置,默认值charString(4)

·     选择性配置dot1agCfmMdName,当dot1agCfmMdFormat配置为none(1),无论配置还是不配置dot1agCfmMdName,MIB都将自动忽略输入值,而当dot1agCfmMdFormat配置为其他三种格式时,必须配置dot1agCfmMdName,MIB会正常读取输入值

·     选择性配置dot1agCfmMdMhfCreation,如不配置,默认值defMHFnone(1),且取值只能是该值

·     选择性配置dot1agCfmMdMhfIdPermission,如不配置,默认值为sendIdNone(1),取值只能是该值

不支持

支持

支持

【表节点信息】

该表的索引节点是dot1agCfmMdIndex。

节点名称及OID

最大访问权限

数据类型

有效范围

含义

实现规格

dot1agCfmMdIndex (1.3.111.2.802.1.1.8.1.5.2.1.1)

not-accessible

Unsigned32

Unsigned32(1..4294967295)

维护域表索引

实现与MIB文件定义一致

dot1agCfmMdFormat (1.3.111.2.802.1.1.8.1.5.2.1.2)

read-create

Dot1agCfmMaintDomainNameType

INTEGER {

none (1)

dnsLikeName(2)

macAddressAndUint (3)

charString (4)

}

维护域名称的类型

实现与MIB文件定义一致

dot1agCfmMdName (1.3.111.2.802.1.1.8.1.5.2.1.3)

read-create

Dot1agCfmMaintDomainName

OCTET STRING(1..43)

维护域名称

在一个维护域中是唯一的

一旦创建,不能更改

其中在格式为macAddressAndUint(3)时,其输入的格式为八个字节,其中前六个字节代表Mac值,后面两个字节为Subnumber值;

dot1agCfmMdMdLevel (1.3.111.2.802.1.1.8.1.5.2.1.4)

read-create

Dot1agCfmMDLevel

Integer32 (0..7)

维护域的级别

总共有8个,级别分别为0~7

一旦创建,不能更改

dot1agCfmMdMhfCreation (1.3.111.2.802.1.1.8.1.5.2.1.5)

read-create

Dot1agCfmMhfCreation

INTEGER {

defMHFnone(1),

defMHFdefault(2),

defMHFexplicit(3)

}

维护域中管理实体能否创建MHFs的枚举值

对我们的系统无意义

一旦创建不能修改,默认值为defMHFnone(1),取值只能是该值

dot1agCfmMdMhfIdPermission (1.3.111.2.802.1.1.8.1.5.2.1.6)

read-create

Dot1agCfmIdPermission

INTEGER {

sendIdNone(1),

sendIdChassis(2),

sendIdManage(3),

sendIdChassisManage(4)

}

维护域中配置的维护点给发送端ID TLV指定的一些枚举值

默认值为sendIdNone(1),取值只能是该值

dot1agCfmMdMaNextIndex (1.3.111.2.802.1.1.8.1.5.2.1.7)

read-only

Dot1afCfmIndexIntegerNextFree,

Unsigned32 (1..4294967295)

下一个要创建的维护集索引

实现与MIB文件定义一致

dot1agCfmMdRowStatus (1.3.111.2.802.1.1.8.1.5.2.1.8)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

行状态

只支持active(1), createAndGo(4) destroy(6)

dot1agCfmMaNetTable

【功能描述】

该表用来实现收集维护集网络信息的功能。

【操作支持情况】

创建约束

修改约束

删除约束

读取约束

·     必须配置索引dot1agCfmMdIndex,该索引由dot1agCfmMdTable表中的dot1agCfmMdIndex给出

·     必须配置索引dot1agCfmMaIndex、dot1agCfmMaNetName,且配置dot1agCfmMaIndex时,该索引由dot1agCfmMdTable表中的dot1agCfmMdMaNextIndex给出,配置dot1agCfmMaNetName时,字符串中只能包含数字、字母、下划线

·     必须配置dot1agCfmMaNetFormat

·     选择性配置dot1agCfmMaNetCcmInterval,如不配置,默认值为interval1s (4)

只允许修改dot1agCfmMaNetCcmInterval的值

不允许修改其它值,如果想要修改,须先删除此行,再次创建

 

支持

支持

【表节点信息】

该表的索引节点是dot1agCfmMdIndex、dot1agCfmMaIndex。

节点名称及OID

最大访问权限

数据类型

有效范围

含义

实现规格

dot1agCfmMaIndex (1.3.111.2.802.1.1.8.1.6.1.1.1)

not-accessible

Unsigned32

Unsigned32(1..4294967295)

维护集索引

一旦创建,不能更改

dot1agCfmMaNetFormat (1.3.111.2.802.1.1.8.1.6.1.1.2)

read-create

Dot1agCfmMaintAssocNameType

INTEGER {

primaryVid (1),

charString (2),

unsignedInt16 (3), iccFormat (32)

}

维护集名称的格式

一旦创建,不能更改

dot1agCfmMaNetName (1.3.111.2.802.1.1.8.1.6.1.1.3)

read-create

Dot1agCfmMaintAssocName

OCTET STRING (1..45)

维护集名称

一旦创建,不能更改

维护集与所属的维护域的名字长度之和不能超过44字节

dot1agCfmMaNetCcmInterval (1.3.111.2.802.1.1.8.1.6.1.1.4)

read-create

Dot1agCfmCcmInterval

INTEGER {

intervalInvalid (0),

interval300Hz (1),

interval10ms (2),

interval100ms (3),

interval1s (4),

interval10s (5),

interval1min (6),

interval10min (7)

}

发送CCM的间隔

实现与MIB文件定义一致

dot1agCfmMaNetRowStatus (1.3.111.2.802.1.1.8.1.6.1.1.5)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

行状态

只支持active(1), createAndGo(4) 和destroy(6)

dot1agCfmMaMepListTable

【功能描述】

该表用来实现收集维护集网络信息的功能。

【操作支持情况】

创建约束

修改约束

删除约束

读取约束

·     必须配置索引dot1agCfmMdIndex,该索引由dot1agCfmMdTable表中的dot1agCfmMdIndex给出

·     必须配置索引dot1agCfmMaIndex,该索引由dot1agCfmMaNetTable表中的dot1agCfmMaIndex给出

·     必须配置索引dot1agCfmMaMepListIdentifier

不支持

支持

支持

【表节点信息】

该表的索引节点是dot1agCfmMdIndex、dot1agCfmMaIndex、 dot1agCfmMaMepListIdentifier。

节点名称及OID

最大访问权限

数据类型

有效范围

含义

实现规格

dot1agCfmMaMepListIdentifier (1.3.111.2.802.1.1.8.1.6.3.1.1)

not-accessible

Dot1agCfmMepId

Unsigned32 (1..8191)

维护端点ID

一旦创建,不能更改

dot1agCfmMaMepListRowStatus (1.3.111.2.802.1.1.8.1.6.3.1.2)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

行状态

只支持active(1), createAndGo(4) 和destroy(6)

dot1agCfmMepTable

【功能描述】

该表用来实现收集维护端点信息的功能。

【操作支持情况】

创建约束

修改约束

删除约束

读取约束

·     必须配置索引dot1agCfmMdIndex,该索引由dot1agCfmMdTable表中的dot1agCfmMdIndex给出

·     必须配置索引dot1agCfmMaIndex,该索引由dot1agCfmMaNetTable表中的dot1agCfmMaIndex给出

·     必须配置索引dot1agCfmMepIdentifier、dot1agCfmMepIfIndex和非索引dot1agCfmMepDirection

允许修改dot1agCfmMepActive、dot1agCfmMepCciEnabled的值

不允许修改其它值,如果想要修改,须先删除此行,再次创建

支持

支持

【表节点信息】

该表的索引节点是dot1agCfmMdIndex、dot1agCfmMaIndex、dot1agCfmMepIdentifier。

节点名称及OID

最大访问权限

数据类型

有效范围

含义

实现规格

dot1agCfmMepIdentifier (1.3.111.2.802.1.1.8.1.7.1.1.1)

not-accessible

Dot1agCfmMepId

Unsigned32 (1..8191)

维护端点ID

一旦创建,不能更改

dot1agCfmMepIfIndex (1.3.111.2.802.1.1.8.1.7.1.1.2)

read-create

InterfaceIndexOrZero

Integer32 (0..2147483647)

维护端点接口索引

实现与MIB文件定义一致

dot1agCfmMepDirection (1.3.111.2.802.1.1.8.1.7.1.1.3)

read-create

Dot1agCfmMpDirection

INTEGER {

down  (1),

up (2)

}

维护端点方向

一旦创建,不能更改

dot1agCfmMepPrimaryVid (1.3.111.2.802.1.1.8.1.7.1.1.4)

read-create

Unsigned32

Unsigned32(0..16777215)

维护端点的VLAN

取值为0,表示维护端点的VLAN是所属MA的VLAN,或者维护端点没有所属VLAN

dot1agCfmMepActive (1.3.111.2.802.1.1.8.1.7.1.1.5)

read-create

TruthValue

true(1),

false(2)

维护端点使能状态

取值只能为true(1);一旦创建,不能修改

dot1agCfmMepFngState (1.3.111.2.802.1.1.8.1.7.1.1.6)

read-only

Dot1agCfmFngState

INTEGER {

fngReset (1),

fngDefect (2),

fngReportDefect (3),

fngDefectReported(4),

fngDefectClearing(5)

}

维护端点FNG状态机状态

实现与MIB文件定义一致

dot1agCfmMepCciEnabled (1.3.111.2.802.1.1.8.1.7.1.1.7)

read-create

TruthValue

true(1),

false(2)

维护端点CCM报文发送使能状态

实现与MIB文件定义一致

dot1agCfmMepCcmLtmPriority (1.3.111.2.802.1.1.8.1.7.1.1.8)

read-create

Unsigned32

Unsigned32(0..7)

维护端点发送CCM报文优先级

不支持

dot1agCfmMepMacAddress (1.3.111.2.802.1.1.8.1.7.1.1.9)

read-only

MacAddress

OCTET STRING(6)

维护端点 MAC地址

不支持

dot1agCfmMepLowPrDef (1.3.111.2.802.1.1.8.1.7.1.1.10)

read-create

Dot1agCfmLowestAlarmPri

INTEGER {

allDef (1), 

macRemErrXcon(2),

remErrXcon (3),

errXcon (4),

 xcon (5),

noXcon (6)

}

维护端点允许产生告警的故障最低优先级

不支持

dot1agCfmMepFngAlarmTime (1.3.111.2.802.1.1.8.1.7.1.1.11)

read-create

TimeInterval

250..1000

告警延迟时间

不支持

dot1agCfmMepFngResetTime (1.3.111.2.802.1.1.8.1.7.1.1.12)

read-create

TimeInterval

250..1000

告警恢复延迟时间

不支持

dot1agCfmMepHighestPrDefect (1.3.111.2.802.1.1.8.1.7.1.1.13)

read-only

Dot1agCfmHighestDefectPri

INTEGER {

none  (0),

defRDICCM (1),            

defMACstatus  (2), 

defRemoteCCM (3),

defErrorCCM (4), 

defXconCCM  (5)

}

维护端点最高优先级故障

目前系统中仅支持defRemoteCCM(3)、defErrorCCM(4)、defXconCCM (5)三种故障类型

dot1agCfmMepDefects (1.3.111.2.802.1.1.8.1.7.1.1.14)

read-only

Dot1agCfmMepDefects

BITS {             bDefRDICCM(0),

             bDefMACstatus(1),    

bDefRemoteCCM(2),

bDefErrorCCM(3),

bDefXconCCM(4)

}

维护端点故障状态

不支持

dot1agCfmMepErrorCcmLastFailure (1.3.111.2.802.1.1.8.1.7.1.1.15)

read-only

OCTET STRING

OCTET STRING (1..1522)

最后一次接收到的触发DefError的CCM报文

不支持

dot1agCfmMepXconCcmLastFailure (1.3.111.2.802.1.1.8.1.7.1.1.16)

read-only

OCTET STRING

OCTET STRING (1..1522)

最后一次接收到的触发DefXcon的CCM报文

不支持

dot1agCfmMepCcmSequenceErrors (1.3.111.2.802.1.1.8.1.7.1.1.17)

read-only

Counter32

同MIB标准取值

接收到的乱序CCM报文总数

不支持

dot1agCfmMepCciSentCcms (1.3.111.2.802.1.1.8.1.7.1.1.18)

read-only

Counter32

同MIB标准取值

发送的CCM报文总数

不支持

dot1agCfmMepNextLbmTransId (1.3.111.2.802.1.1.8.1.7.1.1.19)

read-only

Unsigned32

同MIB标准取值

下一序列号

不支持

dot1agCfmMepLbrIn (1.3.111.2.802.1.1.8.1.7.1.1.20)

read-only

Counter32

同MIB标准取值

接收到环回应答报文总数

不支持

dot1agCfmMepLbrInOutOfOrder (1.3.111.2.802.1.1.8.1.7.1.1.21)

read-only

Counter32

同MIB标准取值

接收到乱序环回应答报文总数

不支持

dot1agCfmMepLbrBadMsdu (1.3.111.2.802.1.1.8.1.7.1.1.22)

read-only

Counter32

同MIB标准取值

错误环回应答报文总数

不支持

dot1agCfmMepLtmNextSeqNumber (1.3.111.2.802.1.1.8.1.7.1.1.23)

read-only

Unsigned32

同MIB标准取值

Linktrace报文下一序列号

不支持

dot1agCfmMepUnexpLtrIn (1.3.111.2.802.1.1.8.1.7.1.1.24)

read-only

Counter32

同MIB标准取值

LTR报文总数

不支持

dot1agCfmMepLbrOut (1.3.111.2.802.1.1.8.1.7.1.1.25)

read-only

Counter32

同MIB标准取值

发送的环回应答报文总数

不支持

dot1agCfmMepTransmitLbmStatus (1.3.111.2.802.1.1.8.1.7.1.1.26)

read-create

TruthValue

true(1),

false(2)

是否转发LBM报文

不支持

dot1agCfmMepTransmitLbmDestMacAddress (1.3.111.2.802.1.1.8.1.7.1.1.27)

read-create

MacAddress

OCTET STRING(6)

LBM报文目的MAC

不支持

dot1agCfmMepTransmitLbmDestMepId (1.3.111.2.802.1.1.8.1.7.1.1.28)

read-create

Dot1agCfmMepIdOrZero

Integer32 (0..2147483647)

维护端点ID

不支持

dot1agCfmMepTransmitLbmDestIsMepId (1.3.111.2.802.1.1.8.1.7.1.1.29)

read-create

TruthValue

true(1),

false(2)

环回报文发送使用维护端点ID还是目的MAC发送

不支持

dot1agCfmMepTransmitLbmMessages (1.3.111.2.802.1.1.8.1.7.1.1.30)

read-create

Integer32

Integer32(1..1024)

发送的环回报文总数

不支持

dot1agCfmMepTransmitLbmDataTlv (1.3.111.2.802.1.1.8.1.7.1.1.31)

read-create

OCTET STRING

OCTET STRING (0..1500)

TLV中数据

不支持

dot1agCfmMepTransmitLbmVlanPriority (1.3.111.2.802.1.1.8.1.7.1.1.32)

read-create

Integer32

OCTET STRING (0..7)

优先级

不支持

dot1agCfmMepTransmitLbmVlanDropEnable (1.3.111.2.802.1.1.8.1.7.1.1.33)

read-create

TruthValue

true(1),

false(2)

丢包使能

不支持

dot1agCfmMepTransmitLbmResultOK (1.3.111.2.802.1.1.8.1.7.1.1.34)

read-only

TruthValue

true(1),

false(2)

是否发送环回报文

不支持

dot1agCfmMepTransmitLbmSeqNumber (1.3.111.2.802.1.1.8.1.7.1.1.35)

read-only

Unsigned32

同MIB标准取值

第一个环回报文发送标识

不支持

dot1agCfmMepTransmitLtmStatus (1.3.111.2.802.1.1.8.1.7.1.1.36)

read-create

TruthValue

true(1),

false(2)

下一个LTM报文是否发送标识

不支持

dot1agCfmMepTransmitLtmFlags (1.3.111.2.802.1.1.8.1.7.1.1.37)

read-create

BITS

useFDBonly (0)

LTM报文FLAG字段

不支持

dot1agCfmMepTransmitLtmTargetMacAddress (1.3.111.2.802.1.1.8.1.7.1.1.38)

read-create

MacAddress

OCTET STRING(6)

目的MAC地址

不支持

dot1agCfmMepTransmitLtmTargetMepId (1.3.111.2.802.1.1.8.1.7.1.1.39)

read-create

Dot1agCfmMepIdOrZero

Integer32 (0..2147483647)

发送报文是否携带目的MAC标识

不支持

dot1agCfmMepTransmitLtmTargetIsMepId (1.3.111.2.802.1.1.8.1.7.1.1.40)

read-create

TruthValue

true(1),

false(2)

LTM报文是否使用维护端点ID

不支持

dot1agCfmMepTransmitLtmTtl (1.3.111.2.802.1.1.8.1.7.1.1.41)

read-create

Unsigned32

Unsigned32(0..255)

TTL

不支持

dot1agCfmMepTransmitLtmResult (1.3.111.2.802.1.1.8.1.7.1.1.42)

read-only

TruthValue

true(1),

false(2)

是否发送LTM报文

不支持

dot1agCfmMepTransmitLtmSeqNumber (1.3.111.2.802.1.1.8.1.7.1.1.43)

read-only

Unsigned32

同MIB标准取值

LTM报文发送标识

不支持

dot1agCfmMepTransmitLtmEgressIdentifier (1.3.111.2.802.1.1.8.1.7.1.1.44)

read-create

OCTET STRING

OCTET STRING(8)

LTM报文出口标识

不支持

dot1agCfmMepRowStatus (1.3.111.2.802.1.1.8.1.7.1.1.45)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

行状态

只支持active(1), createAndGo(4) 和destroy(6)

dot1agCfmMepPbbTeCanReportPbbTePresence (1.3.111.2.802.1.1.8.1.7.1.1.46)

read-create

TruthValue

true(1),

false(2)

是否有上报PBB-TE能力

不支持

dot1agCfmMepPbbTeTrafficMismatchDefect (1.3.111.2.802.1.1.8.1.7.1.1.47)

read-only

TruthValue

true(1),

false(2)

是否检测到流量匹配错误

不支持

dot1agCfmMepPbbTransmitLbmLtmReverseVid (1.3.111.2.802.1.1.8.1.7.1.1.48)

read-create

IEEE8021VlanIndex

Unsigned32 (1..4094|4096..4294967295)

 

LTM携带PBBVID

不支持

dot1agCfmMepPbbTeMismatchAlarm      (1.3.111.2.802.1.1.8.1.7.1.1.49)

read-create

TruthValue

true(1),

false(2)

检测到PBBTE错误是否告警

不支持

dot1agCfmMepPbbTeLocalMismatchDefect (1.3.111.2.802.1.1.8.1.7.1.1.50)

read-only

TruthValue

true(1),

false(2)

是否检测到本地PBB-TE错误

不支持

dot1agCfmMepPbbTeLocalMismatchSinceReset (1.3.111.2.802.1.1.8.1.7.1.1.51)

read-only

TruthValue

true(1),

false(2)

本地PBB-TE错误是否从reset状态开始

不支持

 

告警信息

dot1agCfmFaultAlarm

【属性】

OID

告警标题

类型

级别

清除告警

缺省状态

1.3.111.2.802.1.1.8.0.1

MEP出现故障

事件告警

警告

-

开启

 

【触发原因】

当MEP持续出现故障时,系统会发送告警。

产生此告警的可能原因包括:

·     两端CFD实体的MD或者MA不一致。

·     两端CFD实体的CCM报文间隔时间不一致。

·     CCM报文里的MEP ID不再本端MEP ID列表里。

·     超时未收到CCM报文。

【系统影响】

无法建立连通性检查,可能导致业务流量倒换或中断。

【状态控制】

该告警无法关闭

【绑定变量】

OID(变量名)

含义

索引节点

类型

取值范围

1.3.111.2.802.1.1.8.1.5.2.1.1 (dot1agCfmMdIndex)

MEP所属的维护域表项的索引

dot1agCfmMdIndex

Integer32

1.. 4294967295

1.3.111.2.802.1.1.8.1.6.1.1.1 (dot1agCfmMaIndex)

MEP所属的维护集网络表项的索引

dot1agCfmMaIndex

Integer32

1.. 4294967295

1.3.111.2.802.1.1.8.1.7.1.1.1 (dot1agCfmMepIdentifier)

MEP ID和MEP表中的最终索引

dot1agCfmMdIndex

dot1agCfmMaIndex

dot1agCfmMepIdentifier

Integer32

1.. 8191

1.3.111.2.802.1.1.8.1.7.1.1.13 (dot1agCfmMepHighestPrDefect)

检测到故障的MEP

dot1agCfmMdIndex

dot1agCfmMaIndex

dot1agCfmMepIdentifier

Dot1agCfmHighestDefectPri

none (0)

defRemoteCCM (3)

defErrorCCM (4)

defXconCCM (5)

 

【处理建议】

1.     确认CFD相关配置是否正确。

2.     检查端口以及链路状态是否正常。

3.     请收集告警信息和配置信息,并联系H3C技术支持工程师。

不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!

新华三官网
联系我们