HP-ICF-UDLD-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-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
 hpicfUdldMIB 1.3.6.1.4.1.11.2.14.11.5.1.33
This MIB module describes objects to configure the UniDirectional Link Detection (UDLD) feature.
       hpicfUdldNotifications 1.3.6.1.4.1.11.2.14.11.5.1.33.0
           hpicfUdldNotificationPrefix 1.3.6.1.4.1.11.2.14.11.5.1.33.0.0
               hpicfUdldLinkfault 1.3.6.1.4.1.11.2.14.11.5.1.33.0.0.1
This notification is generated when the link failure occurs.
               hpicfUdldLinkUp 1.3.6.1.4.1.11.2.14.11.5.1.33.0.0.2
This notification is generated when UDLD link goes from down to up.
       hpicfUdldObjects 1.3.6.1.4.1.11.2.14.11.5.1.33.1
           hpicfUdldConfig 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1
               hpicfUdldConfigTimeInterval 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.1 unsigned32 read-write
The interval in deciseconds between UDLD packets. The same interval can also be set in milliseconds with hpicfUdldConfigTimeIntervalMs.
               hpicfUdldConfigMaxRetries 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.2 unsigned32 read-write
The number of unanswered UDLD packets allowed before declaring the link faulty.
               hpicfUdldPortConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.3 no-access
The table that controls UDLD status on individual ports.
                   hpicfUdldPortConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.3.1 no-access
An entry in the hpicfUdldPortConfigTable.
                       hpicfUdldPortAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.3.1.1 integer read-write
The hpicfUdldPortAdminStatus can be enabled/disabled The value enable(1) means that UDLD is enabled. the value disable(2) means that UDLD is disabled. Enumeration: 'enable': 1, 'disable': 2.
                       hpicfUdldPortVlanId 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.3.1.2 integer32 read-write
The vlan id associated with tagged UDLD control packets. The value of 0 indicates that UDLD control packets are untagged.
               hpicfUdldConfigForwardMode 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.4 integer read-write
The port transmission mode while UDLD verification is in progress. The value 'verifyThenForward' will block ports until a successful UDLD exchange is established. The value forwardThenVerify will forward traffic normally while UDLD link verification is in progress and ports will not be blocked until the UDLD retry count is exceeded. Enumeration: 'verifyThenForward': 1, 'forwardThenVerify': 2.
               hpicfUdldConfigTimeIntervalMs 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.5 unsigned32 read-write
The interval in milliseconds between sending UDLD packets. The default is 5 seconds. Some devices may not allow values less than 1 second due to the load it puts on the CPU. Devices that do allow values less than 1 second may restrict the number of ports that can have UDLD enabled. Some devices may also round the value up to a multiple of their clock granularity, for example 33ms.
           hpicfUdldStats 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2
               hpicfUdldPortStatsTable 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1 no-access
A table containing UDLD statistics for individual ports.
                   hpicfUdldPortStatsEntry 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1 no-access
UDLD statistics for a particular physical port.
                       hpicfUdldStatsPortCurrentState 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.1 integer read-only
The desired status of UDLD on a port. If the associated hpicfUdldStatsPortCurrentState object has a value of 'offline(1)', then the port or udld is administratively disabled. If the associated hpicfUdldStatsPortCurrentState object has a value of 'failure(2)', then the port and udld are administratively enabled, but udld packets are not being received successfully. Link may or may not be present. If the associated hpicfUdldStatsPortCurrentState object has a value of 'up(3)', then udld is enabled and udld packets are being received successfully in both directions. Enumeration: 'unknown': 0, 'offline': 1, 'up': 3, 'failure': 2.
                       hpicfUdldStatsPortNeighborMAC 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.2 macaddress read-only
The MAC address of the adjacent switch.
                       hpicfUdldStatsPortNeighborPort 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.3 integer32 read-only
The port number of the adjacent switch.
                       hpicfUdldStatsPortTotalTx 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.4 counter32 read-only
The number of UDLD control packets sent from this port.
                       hpicfUdldStatsPortTotalRx 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.5 counter32 read-only
The number of UDLD control packets received on this port.
                       hpicfUdldStatsPortNumStateChange 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.6 counter32 read-only
The number of state transitions.
                       hpicfUdldStatsPortStatus 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.7 integer32 read-only
The value of this object indicates whether the port is blocked by UDLD or not.
               hpicfUdldStatsClearAll 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.2 truthvalue read-write
When the value of this object is set to TRUE, the UDLD transmit, receive and state change statistics are cleared. A get request for this object always returns FALSE.
       hpicfUdldConformance 1.3.6.1.4.1.11.2.14.11.5.1.33.2
           hpicfUdldCompliances 1.3.6.1.4.1.11.2.14.11.5.1.33.2.1
               hpicfUdldCompliance 1.3.6.1.4.1.11.2.14.11.5.1.33.2.1.1
The compliance statement for SNMP entities which implement the UDLD MIB.
               hpicfUdldCompliance2 1.3.6.1.4.1.11.2.14.11.5.1.33.2.1.2
The compliance statement for SNMP entities that implement the UDLD MIB.
               hpicfUdldCompliance3 1.3.6.1.4.1.11.2.14.11.5.1.33.2.1.3
The compliance statement for SNMP entities that implement the UDLD MIB.
           hpicfUdldGroups 1.3.6.1.4.1.11.2.14.11.5.1.33.2.2
               hpicfUdldPortConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.33.2.2.1
The collection of objects which are used to configure the UDLD implementation behavior. This group is mandatory for ports which implement the UDLD.
               hpicfUdldPortStatsGroup 1.3.6.1.4.1.11.2.14.11.5.1.33.2.2.2
The collection of objects which are used to represent UDLD statistics. This group is mandatory for ports which implement the UDLD.
               hpicfUdldNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.33.2.2.3
Notification used for signaling change in Link state.
               hpicfUdldStatsGroup 1.3.6.1.4.1.11.2.14.11.5.1.33.2.2.4
The collection of objects that are used to perform operations on UDLD related statistics.
               hpicfUdldPortConfigGroup1 1.3.6.1.4.1.11.2.14.11.5.1.33.2.2.5
The collection of objects which are used to configure the UDLD implementation behavior. This group is mandatory for ports which implement the UDLD.