EXTREME-CFM-MIB

File: EXTREME-CFM-MIB.mib (15141 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
EXTREME-BASE-MIB IEEE8021-CFM-MIB

Imported symbols

NOTIFICATION-TYPE MODULE-IDENTITY OBJECT-TYPE
Unsigned32 TEXTUAL-CONVENTION RowStatus
DisplayString InterfaceIndexOrZero extremeAgent
dot1agCfmMdIndex dot1agCfmMaIndex dot1agCfmMepIdentifier
Dot1afCfmIndexIntegerNextFree Dot1agCfmMepId

Defined Types

ExtremeCfmGroupOperStatus  
Indicates the operational status of a group associated with a MEP on a port of an association in a given domain: down(1) indicates group is non-operational. up(2) indicates group is operational.
TEXTUAL-CONVENTION    
  INTEGER down(1), up(2)  

ExtremeCfmGroupNextIndexEntry  
SEQUENCE    
  extremeCfmGroupNextIndex Dot1afCfmIndexIntegerNextFree

ExtremeCfmGroupEntry  
SEQUENCE    
  extremeCfmGroupIndex Unsigned32
  extremeCfmGroupName DisplayString
  extremeCfmGroupStatus ExtremeCfmGroupOperStatus
  extremeCfmMepIfIndex InterfaceIndexOrZero
  extremeCfmGroupRemoteMEPs DisplayString
  extremeCfmGroupClients DisplayString
  extremeCfmGroupRowStatus RowStatus

ExtremeCfmGroupMepDbEntry  
SEQUENCE    
  extremeCfmGroupMepDbRMepId Dot1agCfmMepId
  extremeCfmGroupMepDbRowStatus RowStatus

Defined Values

extremeCfm 1.3.6.1.4.1.1916.1.47
Connectivity Fault Management Extreme Objects MIB. This is an extension to IEEE8021-CFM-MIB for all extreme specific CFM objects.
MODULE-IDENTITY    

extremeCfmNotifications 1.3.6.1.4.1.1916.1.47.0
OBJECT IDENTIFIER    

extremeCfmMibObjects 1.3.6.1.4.1.1916.1.47.1
OBJECT IDENTIFIER    

extremeCfmMibConformance 1.3.6.1.4.1.1916.1.47.2
OBJECT IDENTIFIER    

extremeCfmGroup 1.3.6.1.4.1.1916.1.47.1.1
OBJECT IDENTIFIER    

extremeCfmGroupNextIndexTable 1.3.6.1.4.1.1916.1.47.1.1.1
This object contains an unused value for extremeCfmGroupIndex in the extremeCfmGroupTable, or a zero to indicate that none exist.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeCfmGroupNextIndexEntry

extremeCfmGroupNextIndexEntry 1.3.6.1.4.1.1916.1.47.1.1.1.1
The conceptual row of extremeCfmGroupNextIndexTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeCfmGroupNextIndexEntry  

extremeCfmGroupNextIndex 1.3.6.1.4.1.1916.1.47.1.1.1.1.1
Value to be used as the index of the Group table entries, for this Maintenance association End Point Identifier when the management entity wants to create a new row in that table.
Status: current Access: read-only
OBJECT-TYPE    
  Dot1afCfmIndexIntegerNextFree  

extremeCfmGroupTable 1.3.6.1.4.1.1916.1.47.1.1.2
This table includes configuration objects and operations for the Group function, mainly used by the registered clients like ERPS,EAPS to know link detection failure through CFM. Each row in the table represents a Group for the defined MEP. This table uses four indices. The first three indices are the indices of the Maintenance Domain, MaNet, and MEP tables. The fourth index is the specific Group on the selected MEP. A Group is created on an existing MEP using extremeCfmGroupIndex in the row creation. Only few objects are writable in this table. The writable objects in this table need to be persistent upon reboot or restart of a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeCfmGroupEntry

extremeCfmGroupEntry 1.3.6.1.4.1.1916.1.47.1.1.2.1
The conceptual row of extremeCfmGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeCfmGroupEntry  

extremeCfmGroupIndex 1.3.6.1.4.1.1916.1.47.1.1.2.1.1
An index to the CFM Groups configuration table which indicates the specific group associated with a MEP. extremeCfmGroupTableNextIndex needs to be inspected to find an available index for row-creation. Referential integrity is necessary, i.e., the index needs to be persistent upon a reboot or restart of a device. The index is never reused for other groups on the same MEP while this group is active. The index value keeps increasing until it wraps to 0. This is to facilitate access control based on a fixed index for an EMS, since the index is not reused.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

extremeCfmGroupName 1.3.6.1.4.1.1916.1.47.1.1.2.1.2
The name of a CFM group. Group name can have alpha-numeric, '-' and '_'. It should start with alphabet.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

extremeCfmGroupStatus 1.3.6.1.4.1.1916.1.47.1.1.2.1.3
Whether the group is operational or not. The status is set based on associated MEP status and is informed to registered clients. It is set to 'Up' when the group is operational. It is set to 'Down' when the group is non-operational.
Status: current Access: read-only
OBJECT-TYPE    
  ExtremeCfmGroupOperStatus  

extremeCfmMepIfIndex 1.3.6.1.4.1.1916.1.47.1.1.2.1.4
This object is the interface index of the interface either a bridge port, or an aggregated IEEE 802.1 link within a bridge port, to which the MEP and hence the group is attached. Upon a restart of the system, the system SHALL, if necessary, change the value of this variable so that it indexes the entry in the interface table with the same value of ifAlias that it indexed before the system restart. If no such entry exists, then the system SHALL set this variable to 0.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

extremeCfmGroupRemoteMEPs 1.3.6.1.4.1.1916.1.47.1.1.2.1.5
Lists the Remote MEPs associated with a group. Not all Remote MEPs of an MA may be associated with a group.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..256)  

extremeCfmGroupClients 1.3.6.1.4.1.1916.1.47.1.1.2.1.6
Lists all the registered clients with a group. The clients are informed with link failure or recovery through group status notifications.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..256)  

extremeCfmGroupRowStatus 1.3.6.1.4.1.1916.1.47.1.1.2.1.7
The status of the row. All columns must have a valid value before a row can be activated.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeCfmGroupMepDbTable 1.3.6.1.4.1.1916.1.47.1.1.3
The group Remote MEP Database. A database, maintained by every group, that maintains information about other MEPs in that group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeCfmGroupMepDbEntry

extremeCfmGroupMepDbEntry 1.3.6.1.4.1.1916.1.47.1.1.3.1
The Group Remote MEP Database table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeCfmGroupMepDbEntry  

extremeCfmGroupMepDbRMepId 1.3.6.1.4.1.1916.1.47.1.1.3.1.1
Maintenance association End Point Identifier of a remote MEP whose information from the group MEP Database is to be returned.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1agCfmMepId  

extremeCfmGroupMepDbRowStatus 1.3.6.1.4.1.1916.1.47.1.1.3.1.2
The status of the row. All columns must have a valid value before a row can be activated.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeCfmGroupStatusDownUpAlarm 1.3.6.1.4.1.1916.1.47.0.1
A Group status is changed. A notification (DownUpAlarm) is sent to the management entity with the OID of the Group that has detected the status change. The management entity receiving the notification can identify the system from the network source address of the notification, and can identify the Group reporting the status by the indices in the OID of the extremeCfmGroupStatus variable in the notification: dot1agCfmMdIndex - Also the index of the MEP's Maintenance Domain table entry (dot1agCfmMdTable). dot1agCfmMaIndex - Also an index (with the MD table index) of the MEP's Maintenance Association network table entry (dot1agCfmMaNetTable), and (with the MD table index and component ID) of the MEP's MA component table entry (dot1agCfmMaCompTable). dot1agCfmMepIdentifier - MEP Identifier and final index into the MEP table (dot1agCfmMepTable). extremeCfmGroupIndex -Group Identifier and final index into the Group table (extremeCfmGroupTable).
Status: current Access: read-create
NOTIFICATION-TYPE    

extremeCfmMibCompliances 1.3.6.1.4.1.1916.1.47.2.1
OBJECT IDENTIFIER    

extremeCfmMibGroups 1.3.6.1.4.1.1916.1.47.2.2
OBJECT IDENTIFIER    

extremeCfmMepGroup 1.3.6.1.4.1.1916.1.47.2.2.1
Objects for the cfm group.
Status: current Access: read-create
OBJECT-GROUP    

extremeCfmMepDbGroup 1.3.6.1.4.1.1916.1.47.2.2.2
Objects for the cfm group Remote MEP.
Status: current Access: read-create
OBJECT-GROUP    

extremeCfmNotificationsGroup 1.3.6.1.4.1.1916.1.47.2.2.3
Objects for the Notifications group.
Status: current Access: read-create
NOTIFICATION-GROUP    

extremeCfmCompliance 1.3.6.1.4.1.1916.1.47.2.1.1
The compliance statement for support of the Extreme CFM MIB module.
Status: current Access: read-create
MODULE-COMPLIANCE