CISCO-UDLDP-MIB

File: CISCO-UDLDP-MIB.mib (25120 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
NOTIFICATION-TYPE MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TruthValue ifIndex
ifName ciscoMgmt

Defined Types

CudldpInterfaceEntry  
SEQUENCE    
  cudldpInterfaceEnable TruthValue
  cudldpInterfaceOperStatus INTEGER
  cudldpInterfaceAggressiveMode TruthValue
  cudldpInterfaceAdminMode INTEGER
  cudldpInterfaceOperMode INTEGER
  cudldpIfFastHelloInterval Unsigned32
  cudldpIfOperHelloInterval Unsigned32
  cudldpIfFastHelloOperStatus INTEGER

Defined Values

ciscoUdldpMIB 1.3.6.1.4.1.9.9.118
Cisco Uni Direction Link Detection Protocol MIB
MODULE-IDENTITY    

ciscoUdldpMIBNotifs 1.3.6.1.4.1.9.9.118.0
OBJECT IDENTIFIER    

ciscoUdldpMIBObjects 1.3.6.1.4.1.9.9.118.1
OBJECT IDENTIFIER    

cudldpGlobal 1.3.6.1.4.1.9.9.118.1.1
OBJECT IDENTIFIER    

cudldpInterface 1.3.6.1.4.1.9.9.118.1.2
OBJECT IDENTIFIER    

cudldpFastHello 1.3.6.1.4.1.9.9.118.1.3
OBJECT IDENTIFIER    

cudldpGlobalEnable 1.3.6.1.4.1.9.9.118.1.1.1
This variable is used to enable(true)/disable(false) Uni Direction Link Detection Protocol on the device. cudldpGlobalEnable is deprecated and replaced with cudldpGlobalMode.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

cudldpHelloInterval 1.3.6.1.4.1.9.9.118.1.1.2
Indicates interval in seconds at which each port sends a hello packet to all of its neighbors at steady state when the link has been identified as bidirectional. For platforms which support cudldpHelloIntervalExt, when cudldpHelloIntervalExt reports a value less than the minimum value reportable by cudldpHelloInterval, then cudldpHelloInterval should report its minimum value of 7.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 7..90  

cudldpGlobalMode 1.3.6.1.4.1.9.9.118.1.1.3
Indicates the mode of UDLDP feature on the device. enable -- Uni Direction Link Detection Protocol is enabled on the device. disable -- Uni Directional Link Detection Protocol is disabled on the device. aggresive -- Uni Directional Link Detection protocol is enabled in aggressive mode on the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), aggressive(3)  

cudldpHelloIntervalExt 1.3.6.1.4.1.9.9.118.1.1.4
Indicates interval in seconds at which each port sends a hello packet to all of its neighbors at steady state when the link has been identified as bidirectional.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..90  

cudldpFastHelloLinkFailRptNotifEnable 1.3.6.1.4.1.9.9.118.1.1.5
This object specifies whether cudldpFastHelloLinkFailRptNotification is generated by the system. Setting this object value to 'true' will enable generation of cudldpFastHelloLinkFailRptNotification. Seting this object value to 'false' will disable generation of cudldpFastHelloLinkFailRptNotification.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cudldpFastHelloStatusChangeNotifEnable 1.3.6.1.4.1.9.9.118.1.1.6
This object specifies whether cudldpFastHelloStatusChangeNotification is generated by the system. Setting this object value to 'true' will enable generation of cudldpFastHelloStatusChangeNotification. Seting this object value to 'false' will disable generation of cudldpFastHelloStatusChangeNotification.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cudldpInterfaceTable 1.3.6.1.4.1.9.9.118.1.2.1
The (conceptual) table containing the status of UDLDP on the device's interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CudldpInterfaceEntry

cudldpInterfaceEntry 1.3.6.1.4.1.9.9.118.1.2.1.1
A conceptual row of cudldpInterfaceTable. An entry exists for each interface that supports UDLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  CudldpInterfaceEntry  

cudldpInterfaceEnable 1.3.6.1.4.1.9.9.118.1.2.1.1.1
This variable is used to enable UDLDP on this interface. If cudldpGlobalEnable is set to 'false' then this variable has no effect. cudldpInterfaceEnable is deprecated and replaced with cudldpInterfaceAdminMode.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

cudldpInterfaceOperStatus 1.3.6.1.4.1.9.9.118.1.2.1.1.2
This mib object contains the following values, which has the meaning as: 'shutdown' - An Uni-Direction link has been detected and the port has been disabled. 'indeterminant' - Uni-Direction Link Detection protocol has not collected enough information to determine if the link is bi directional or not. 'biDirectional' - A bi directional link has been detected. 'notApplicable' - Uni-Direction Link Detection Protocol is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER shutdown(1), indeterminant(2), biDirectional(3), notApplicable(4)  

cudldpInterfaceAggressiveMode 1.3.6.1.4.1.9.9.118.1.2.1.1.3
An indication of whether the UDLDP aggressive mode is enabled on this interface. If the aggressive mode is set to 'true', an active port may be shutdown in case of the abrupt loss of its neighbor(s) because the loss of communication (heartbeat) with the neighbor(s) is assumed to be caused by a fault; thus, the cudldpInterfaceOperStatus of the active port will be 'shutdown'. Instead, when the aggressive mode is set to 'false', and if there is a loss of communication with the neighbor(s), then the cudldpInterfaceOperStatus of the active port will be 'indeterminant'. Therefore, this mode is recommended only for links that don't use hubs, media converters or similar devices, and where the unexpected loss of the port's neighbor is not an admissible condition. cudldpInterfaceAggressiveMode is deprecated and replaced with cudldpInterfaceAdminMode.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

cudldpInterfaceAdminMode 1.3.6.1.4.1.9.9.118.1.2.1.1.4
Indicates the Administrative mode of Uni Direction Link Detection Protocol Feature configured on this interface. enable -- Uni Direction Link Detection Protocol is enabled on this interface. disable -- Uni Direction Link Detection Protocol is disabled on this interface. aggressive -- Uni Direction Link Detection protocol is enabled in aggressive mode on this interface. default -- Whether the Uni Directiona Link Detection protocol is enabled or not on this interface depends on the object value of cudldpGlobalMode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), aggressive(3), default(4)  

cudldpInterfaceOperMode 1.3.6.1.4.1.9.9.118.1.2.1.1.5
Indicates the operational mode of Uni Direction Link Detection Protocol Feature on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2), aggressive(3)  

cudldpIfFastHelloInterval 1.3.6.1.4.1.9.9.118.1.2.1.1.6
This object specifies the fast hello interval at which each port sends a hello packet to all of its neighbors at steady state. By setting this object to a positive value, this interface is enabled to send UDLD hello packet at a fast interval as specified by this object value. Setting this object to zero value, this interface is disabled to send UDLD hello packet at fast interval. Instead, the interface will send the UDLD hello packet at the interval as specified by cudldpHelloInterval object (or cudldpHelloIntervalExt if a platform supports cudldpHelloIntervalExt).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cudldpIfOperHelloInterval 1.3.6.1.4.1.9.9.118.1.2.1.1.7
This object indicates the operational interval value at which each port sends a hello packet to all of its neighbors at steady state.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cudldpIfFastHelloOperStatus 1.3.6.1.4.1.9.9.118.1.2.1.1.8
This object indicates the operational status of fast hello UDLD at this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER operational(1), notOperational(2)  

cudldpFastHelloErrorReportEnable 1.3.6.1.4.1.9.9.118.1.3.1
This object specifies whether error reporting is enabled or disabled when a fast hello UDLD link error is detected. 'true' specifies that when a fast hello UDLD link error is detected, the link remains in its current state and a cudldpFastHelloLinkFailRptNotification event will be triggered. 'false' specifies that when a fast hello UDLD link error is detected, the link will be automatically put in error-disable state and no error report will be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cudldpFastHelloMaxPorts 1.3.6.1.4.1.9.9.118.1.3.2
This object indicates the maximum number of interfaces that fast hello UDLD can be enabled to run. When the value of cudldpFastHelloConfigPorts reaches this object value, enabling of fast hello UDLDP on additional interface will fail.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cudldpFastHelloConfigPorts 1.3.6.1.4.1.9.9.118.1.3.3
This object indicates the total number of interfaces that fast hello UDLD is currently enabled.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cudldpFastHelloOperationalPorts 1.3.6.1.4.1.9.9.118.1.3.4
This object indicates the number of interfaces that fast hello UDLD is currently enabled and in operational state.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cudldpFastHelloLinkFailRptNotification 1.3.6.1.4.1.9.9.118.0.1
This notification is generated when UDLDP detects a link failure on a fast hello UDLD link and the value of cudldpFastHelloErrorReportEnable is 'true'. ifName identifies the interface where the link failure is detected.
Status: current Access: read-only
NOTIFICATION-TYPE    

cudldpFastHelloStatusChangeNotification 1.3.6.1.4.1.9.9.118.0.2
This notification is generated when there is a change in the value of cudldpIfFastHelloOperStatus object. cudldpHelloInterval provides the hello interval configured at the device level. cudldpIfFastHelloInterval provides the fast hello interval configured at the interface level. cudldpIfOperHelloInterval indicates the hello interval that is currently operational at this interface. cudldpIfFastHelloOperStatus indicates the operational status of UDLD fast hello at this interface. ifName identifies the interface that trigger the generation of this notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoUdldpMIBConformance 1.3.6.1.4.1.9.9.118.3
OBJECT IDENTIFIER    

ciscoUdldpMIBCompliances 1.3.6.1.4.1.9.9.118.3.1
OBJECT IDENTIFIER    

ciscoUdldpMIBGroups 1.3.6.1.4.1.9.9.118.3.2
OBJECT IDENTIFIER    

ciscoUdldpMIBCompliance 1.3.6.1.4.1.9.9.118.3.1.1
The compliance statement for the CISCO-UDLDP-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoUdldpMIBComplianceRev1 1.3.6.1.4.1.9.9.118.3.1.2
The compliance statement for the CISCO-UDLDP-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoUdldpMIBComplianceRev2 1.3.6.1.4.1.9.9.118.3.1.3
The compliance statement for the CISCO-UDLDP-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoUdldpMIBComplianceRev3 1.3.6.1.4.1.9.9.118.3.1.4
The compliance statement for the CISCO-UDLDP-MIB. This compliance statement is deprecated and superceded by ciscoUdldpMIBComplianceRev4.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoUdldpMIBComplianceRev4 1.3.6.1.4.1.9.9.118.3.1.5
The compliance statement for the CISCO-UDLDP-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoUdldpMIBGroup 1.3.6.1.4.1.9.9.118.3.2.1
A collection of objects for use with the Uni Direction Link Detection Protocol.
Status: deprecated Access: read-only
OBJECT-GROUP    

ciscoUdldpAggreModeOptionalGroup 1.3.6.1.4.1.9.9.118.3.2.2
A collection of optional objects providing UDLDP aggressive mode configuration information.
Status: deprecated Access: read-only
OBJECT-GROUP    

ciscoUdldpMIBGroup2 1.3.6.1.4.1.9.9.118.3.2.3
A collection of objects providing Uni Direction Link Detection Protocol information.
Status: current Access: read-only
OBJECT-GROUP    

ciscoUdldpMIBGroup3 1.3.6.1.4.1.9.9.118.3.2.4
A collection of objects providing Uni Direction Link Detection Protocol information.
Status: current Access: read-only
OBJECT-GROUP    

ciscoUdldpFastHelloGroup 1.3.6.1.4.1.9.9.118.3.2.5
A collection of objects which provides fast hello UDLD information in the device.
Status: current Access: read-only
OBJECT-GROUP    

ciscoUdldpFastHelloNotificationGroup 1.3.6.1.4.1.9.9.118.3.2.6
A collection of notifications which provides fast hello UDLD notifications support in the device.
Status: current Access: read-only
NOTIFICATION-GROUP