EdgeSwitch-UDLD-MIB

File: EdgeSwitch-UDLD-MIB.mib (7487 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC EdgeSwitch-REF-MIB
RFC1213-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 TEXTUAL-CONVENTION TruthValue
fastPath DisplayString ifIndex

Defined Types

UdldInterfaceEntry  
SEQUENCE    
  agentUdldInterfaceOperStatus INTEGER
  agentUdldInterfaceAdminMode INTEGER
  agentUdldInterfaceAggresiveMode TruthValue

Defined Values

fastPathUdld 1.3.6.1.4.1.4413.1.1.54
The Ubiquiti Private MIB for FastPath UDLD.
MODULE-IDENTITY    

agentUdldMIBObjects 1.3.6.1.4.1.4413.1.1.54.1
OBJECT IDENTIFIER    

agentUdldGlobal 1.3.6.1.4.1.4413.1.1.54.1.1
OBJECT IDENTIFIER    

agentUdldInterface 1.3.6.1.4.1.4413.1.1.54.1.2
OBJECT IDENTIFIER    

agentUdldGlobalMode 1.3.6.1.4.1.4413.1.1.54.1.1.1
Indicates the mode of UDLDP feature on the device. enable -- Unidirectional Link Detection Protocol is enabled on the device. disable -- Unidirectional Link Detection Protocol is disabled on the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

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

agentUdldTimeoutInterval 1.3.6.1.4.1.4413.1.1.54.1.1.3
Indicates Timeout interval in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 5..60  

agentUdldReset 1.3.6.1.4.1.4413.1.1.54.1.1.4
Resets all interfaces that have been shutdown by UDLD. On read OID will always be 0.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normalOperation(0), reset(1)  

agentUdldInterfaceTable 1.3.6.1.4.1.4413.1.1.54.1.2.1
The table containing the status of UDLDP on the device's interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UdldInterfaceEntry

agentUdldInterfaceEntry 1.3.6.1.4.1.4413.1.1.54.1.2.1.1
An entry exists for each interface that supports UDLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  UdldInterfaceEntry  

agentUdldInterfaceOperStatus 1.3.6.1.4.1.4413.1.1.54.1.2.1.1.1
This mib object contains the following values, which has the meaning as: 'shutdown' - An Unidirectional link has been detected and the port has been disabled. 'undetermined' - Unidirectional Link Detection protocol has not collected enough information to determine if the link is bidirectional or not. 'biDirectional' - A bidirectional link has been detected. 'notApplicable' - Unidirectional Link Detection Protocol is disabled. 'undetermined-LinkDown' - The port would transition into this state when the port link physically goes down due to any reasons other than the port been put into D-Disable mode by UDLD protocol on the switch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER shutdown(1), undetermined(2), biDirectional(3), notApplicable(4), undetermined-LinkDown(5)  

agentUdldInterfaceAdminMode 1.3.6.1.4.1.4413.1.1.54.1.2.1.1.2
Indicates the Administrative mode of Unidirectional Link Detection Protocol Feature configured on this interface. enable -- Unidirectional Link Detection Protocol is enabled on this interface. disable -- Unidirectional Link Detection Protocol is disabled on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentUdldInterfaceAggresiveMode 1.3.6.1.4.1.4413.1.1.54.1.2.1.1.3
Indicates the mode of UDLDP feature on the interface. TRUE -- Aggressive mode is enabled on the interface. FALSE -- Aggressive mode is disabled on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue