MIBs Depot

CISCO-UDLDP-MIB

Registered at
1.3.6.1.4.1.9.9.118
Last updated
2009-11-09 09:00
Organization
Cisco Systems, Inc.
Revisions
2009-11-09 09:00, 2007-11-27 00:00, 2003-02-21 00:00, 2002-10-10 00:00, 2000-04-10 00:00, 1998-11-10 00:00
Namespace
cisco
Source file
CISCO-UDLDP-MIB
Digest
sha256:ff587a31d923f98001b9d5f283c13a38995951d864c669c4603c3b99decc76fe

Description

Cisco Uni Direction Link Detection Protocol MIB

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lan-switch-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBifIndex, ifName
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

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

Objects

NameOIDSyntaxAccessStatus
ciscoUdldpMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.118.0
ciscoUdldpMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.118.1
cudldpGlobal
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.118.1.1
cudldpGlobalEnable
OBJECT-TYPE
This variable is used to enable(true)/disable(false) Uni Direction Link Detection Protocol on the device. cudldpGlobalEnable is deprecated and replaced with cudldpGlobalMode.
1.3.6.1.4.1.9.9.118.1.1.1TruthValueread-writedeprecated
cudldpHelloInterval
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.1.2INTEGER (7..90)read-writecurrent
cudldpGlobalMode
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.1.3INTEGER {enable(1), disable(2), aggressive(3)}read-writecurrent
cudldpHelloIntervalExt
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.1.4Unsigned32 (1..90)read-writecurrent
cudldpFastHelloLinkFailRptNotifEnable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.1.5TruthValueread-writecurrent
cudldpFastHelloStatusChangeNotifEnable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.1.6TruthValueread-writecurrent
cudldpInterface
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.118.1.2
cudldpInterfaceTable
OBJECT-TYPE
The (conceptual) table containing the status of UDLDP on the device's interfaces.
1.3.6.1.4.1.9.9.118.1.2.1not-accessiblecurrent
cudldpInterfaceEntry
OBJECT-TYPE
A conceptual row of cudldpInterfaceTable. An entry exists for each interface that supports UDLDP.
1.3.6.1.4.1.9.9.118.1.2.1.1not-accessiblecurrent
cudldpInterfaceEnable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.2.1.1.1TruthValueread-writedeprecated
cudldpInterfaceOperStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.2.1.1.2INTEGER {shutdown(1), indeterminant(2), biDirectional(3), notApplicable(4)}read-onlycurrent
cudldpInterfaceAggressiveMode
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.2.1.1.3TruthValueread-writedeprecated
cudldpInterfaceAdminMode
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.2.1.1.4INTEGER {enable(1), disable(2), aggressive(3), default(4)}read-writecurrent
cudldpInterfaceOperMode
OBJECT-TYPE
Indicates the operational mode of Uni Direction Link Detection Protocol Feature on this interface.
1.3.6.1.4.1.9.9.118.1.2.1.1.5INTEGER {enable(1), disable(2), aggressive(3)}read-onlycurrent
cudldpIfFastHelloInterval
OBJECT-TYPE
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).
1.3.6.1.4.1.9.9.118.1.2.1.1.6Unsigned32read-writecurrent
cudldpIfOperHelloInterval
OBJECT-TYPE
This object indicates the operational interval value at which each port sends a hello packet to all of its neighbors at steady state.
1.3.6.1.4.1.9.9.118.1.2.1.1.7Unsigned32read-onlycurrent
cudldpIfFastHelloOperStatus
OBJECT-TYPE
This object indicates the operational status of fast hello UDLD at this interface.
1.3.6.1.4.1.9.9.118.1.2.1.1.8INTEGER {operational(1), notOperational(2)}read-onlycurrent
cudldpFastHello
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.118.1.3
cudldpFastHelloErrorReportEnable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.3.1TruthValueread-writecurrent
cudldpFastHelloMaxPorts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.118.1.3.2Unsigned32read-onlycurrent
cudldpFastHelloConfigPorts
OBJECT-TYPE
This object indicates the total number of interfaces that fast hello UDLD is currently enabled.
1.3.6.1.4.1.9.9.118.1.3.3Unsigned32read-onlycurrent
cudldpFastHelloOperationalPorts
OBJECT-TYPE
This object indicates the number of interfaces that fast hello UDLD is currently enabled and in operational state.
1.3.6.1.4.1.9.9.118.1.3.4Unsigned32read-onlycurrent
ciscoUdldpMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.118.3
ciscoUdldpMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.118.3.1
ciscoUdldpMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.118.3.2

Notifications

NameOIDStatus
cudldpFastHelloLinkFailRptNotification
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.9.118.0.1current
cudldpFastHelloStatusChangeNotification
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.9.118.0.2current

Conformance

NameOIDStatus
ciscoUdldpMIBCompliance
MODULE-COMPLIANCE
The compliance statement for the CISCO-UDLDP-MIB.
1.3.6.1.4.1.9.9.118.3.1.1deprecated
ciscoUdldpMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement for the CISCO-UDLDP-MIB.
1.3.6.1.4.1.9.9.118.3.1.2deprecated
ciscoUdldpMIBComplianceRev2
MODULE-COMPLIANCE
The compliance statement for the CISCO-UDLDP-MIB.
1.3.6.1.4.1.9.9.118.3.1.3deprecated
ciscoUdldpMIBComplianceRev3
MODULE-COMPLIANCE
The compliance statement for the CISCO-UDLDP-MIB. This compliance statement is deprecated and superceded by ciscoUdldpMIBComplianceRev4.
1.3.6.1.4.1.9.9.118.3.1.4deprecated
ciscoUdldpMIBComplianceRev4
MODULE-COMPLIANCE
The compliance statement for the CISCO-UDLDP-MIB.
1.3.6.1.4.1.9.9.118.3.1.5current
ciscoUdldpMIBGroup
OBJECT-GROUP
A collection of objects for use with the Uni Direction Link Detection Protocol.
1.3.6.1.4.1.9.9.118.3.2.1deprecated
ciscoUdldpAggreModeOptionalGroup
OBJECT-GROUP
A collection of optional objects providing UDLDP aggressive mode configuration information.
1.3.6.1.4.1.9.9.118.3.2.2deprecated
ciscoUdldpMIBGroup2
OBJECT-GROUP
A collection of objects providing Uni Direction Link Detection Protocol information.
1.3.6.1.4.1.9.9.118.3.2.3current
ciscoUdldpMIBGroup3
OBJECT-GROUP
A collection of objects providing Uni Direction Link Detection Protocol information.
1.3.6.1.4.1.9.9.118.3.2.4current
ciscoUdldpFastHelloGroup
OBJECT-GROUP
A collection of objects which provides fast hello UDLD information in the device.
1.3.6.1.4.1.9.9.118.3.2.5current
ciscoUdldpFastHelloNotificationGroup
NOTIFICATION-GROUP
A collection of notifications which provides fast hello UDLD notifications support in the device.
1.3.6.1.4.1.9.9.118.3.2.6current