DNOS-UDLD-MIB: View SNMP OID List / Download MIB

VENDOR: DELL INC.


 Home MIB: DNOS-UDLD-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 fastPathUdld 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54
The Dell Networking Private MIB for UDLD.
       agentUdldMIBObjects 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1
           agentUdldGlobal 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.1
               agentUdldGlobalMode 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.1.1 integer read-write
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. Enumeration: 'enable': 1, 'disable': 2.
               agentUdldMessageInterval 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.1.2 integer read-write
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.
               agentUdldTimeoutInterval 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.1.3 integer read-write
Indicates Timeout interval in seconds.
               agentUdldReset 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.1.4 integer read-write
Resets all interfaces that have been shutdown by UDLD. On read OID will always be 0. Enumeration: 'reset': 1, 'normalOperation': 0.
           agentUdldInterface 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.2
               agentUdldInterfaceTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.2.1 no-access
The table containing the status of UDLDP on the device's interfaces.
                   agentUdldInterfaceEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.2.1.1 no-access
An entry exists for each interface that supports UDLDP.
                       agentUdldInterfaceOperStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.2.1.1.1 integer read-only
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. Enumeration: 'undetermined': 2, 'biDirectional': 3, 'undetermined-LinkDown': 5, 'shutdown': 1, 'notApplicable': 4.
                       agentUdldInterfaceAdminMode 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.2.1.1.2 integer read-write
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. Enumeration: 'enable': 1, 'disable': 2.
                       agentUdldInterfaceAggresiveMode 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.54.1.2.1.1.3 truthvalue read-write
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.