HP-ICF-UDLD-MIB

File: HP-ICF-UDLD-MIB.mib (12382 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB HP-ICF-OID

Imported symbols

OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Integer32 Counter32 Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
MacAddress TruthValue ifIndex
hpSwitch

Defined Types

HpicfUdldPortConfigEntry  
SEQUENCE    
  hpicfUdldPortAdminStatus INTEGER
  hpicfUdldPortVlanId Integer32

HpicfUdldPortStatsEntry  
SEQUENCE    
  hpicfUdldStatsPortCurrentState INTEGER
  hpicfUdldStatsPortNeighborMAC MacAddress
  hpicfUdldStatsPortNeighborPort Integer32
  hpicfUdldStatsPortTotalTx Counter32
  hpicfUdldStatsPortTotalRx Counter32
  hpicfUdldStatsPortNumStateChange Counter32
  hpicfUdldStatsPortStatus Integer32

Defined Values

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.
MODULE-IDENTITY    

hpicfUdldNotifications 1.3.6.1.4.1.11.2.14.11.5.1.33.0
OBJECT IDENTIFIER    

hpicfUdldObjects 1.3.6.1.4.1.11.2.14.11.5.1.33.1
OBJECT IDENTIFIER    

hpicfUdldConformance 1.3.6.1.4.1.11.2.14.11.5.1.33.2
OBJECT IDENTIFIER    

hpicfUdldConfig 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1
OBJECT IDENTIFIER    

hpicfUdldStats 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2
OBJECT IDENTIFIER    

hpicfUdldConfigTimeInterval 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.1
The interval in seconds at which the UDLD enabled ports exchange proprietary pulse packet. Here 10 is 1 sec, 11 is 1.1 sec, and so on. The default value for hpicfUdldConfigTimeInterval object is 5 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 10..100  

hpicfUdldConfigMaxRetries 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.2
Maximum number of retries to wait for a response. The default value for hpicfUdldConfigMaxRetries object is 4.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 3..10  

hpicfUdldPortConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.3
The table that controls UDLD status on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfUdldPortConfigEntry

hpicfUdldPortConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.3.1
An entry in the hpicfUdldPortConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfUdldPortConfigEntry  

hpicfUdldPortAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.3.1.1
The hpicfUdldPortAdminStatus can be enabled/disabled The value enable(1) means that UDLD is enabled. the value disable(2) means that UDLD is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfUdldPortVlanId 1.3.6.1.4.1.11.2.14.11.5.1.33.1.1.3.1.2
The vlan id associated with tagged UDLD control packets. The value of 0 indicates that UDLD control packets are untagged.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4094  

hpicfUdldPortStatsTable 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1
A table containing UDLD statistics for individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfUdldPortStatsEntry

hpicfUdldPortStatsEntry 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1
UDLD statistics for a particular physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfUdldPortStatsEntry  

hpicfUdldStatsPortCurrentState 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), offline(1), failure(2), up(3)  

hpicfUdldStatsPortNeighborMAC 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.2
The MAC address of the adjacent switch.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hpicfUdldStatsPortNeighborPort 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.3
The port number of the adjacent switch.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfUdldStatsPortTotalTx 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.4
The number of UDLD control packets sent from this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfUdldStatsPortTotalRx 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.5
The number of UDLD control packets received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfUdldStatsPortNumStateChange 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.6
The number of state transitions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfUdldStatsPortStatus 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.1.1.7
The value of this object indicates whether the port is blocked by UDLD or not.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfUdldStatsClearAll 1.3.6.1.4.1.11.2.14.11.5.1.33.1.2.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfUdldNotificationPrefix 1.3.6.1.4.1.11.2.14.11.5.1.33.0.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-write
NOTIFICATION-TYPE    

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.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpicfUdldCompliances 1.3.6.1.4.1.11.2.14.11.5.1.33.2.1
OBJECT IDENTIFIER    

hpicfUdldGroups 1.3.6.1.4.1.11.2.14.11.5.1.33.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-write
MODULE-COMPLIANCE    

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.
Status: current Access: read-write
MODULE-COMPLIANCE    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
NOTIFICATION-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP