HP-ICF-UFD-MIB

File: HP-ICF-UFD-MIB.mib (11287 bytes)

Imported modules

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

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
NOTIFICATION-TYPE MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TEXTUAL-CONVENTION RowStatus
hpSwitch

Defined Types

HpUfdTrackEntityType  
Used to indicate the type of entity being tracked.
TEXTUAL-CONVENTION    
  INTEGER ufd(1)  

HpUfdTrackLinksSubtype  
The type of links to monitor or links to disable.
TEXTUAL-CONVENTION    
  INTEGER none(0), portMap(1), lacpKey(2)  

HpicfUfdTrackEntry  
SEQUENCE    
  hpicfUfdTrackId Integer32
  hpicfUfdTrackEntityType HpUfdTrackEntityType
  hpicfUfdLinksToMonitor OCTET STRING
  hpicfUfdLinksToTransition OCTET STRING
  hpicfUfdLinksToMonitorState INTEGER
  hpicfUfdLinksToTransitionState INTEGER
  hpicfUfdTrackEntityState INTEGER
  hpicfUfdTrackEntityRowStatus RowStatus
  hpicfUfdLinksToMonitorType HpUfdTrackLinksSubtype
  hpicfUfdLinksToTransitionType HpUfdTrackLinksSubtype

Defined Values

hpicfUfdMIB 1.3.6.1.4.1.11.2.14.11.5.1.74
The MIB module describes the objects to configure Uplink Failure Detection feature
MODULE-IDENTITY    

hpicfUfdNotifications 1.3.6.1.4.1.11.2.14.11.5.1.74.0
OBJECT IDENTIFIER    

hpicfUfdConfigObjects 1.3.6.1.4.1.11.2.14.11.5.1.74.1
OBJECT IDENTIFIER    

hpicfUfdConformance 1.3.6.1.4.1.11.2.14.11.5.1.74.3
OBJECT IDENTIFIER    

hpicfUfdScalars 1.3.6.1.4.1.11.2.14.11.5.1.74.1.1
OBJECT IDENTIFIER    

hpicfUfdAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.74.1.1.1
Global administrative status of UFD. UFD is globally disabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfUfdNotifyTrackId 1.3.6.1.4.1.11.2.14.11.5.1.74.1.1.2
The track ID corresponding to track data in the Trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..4096  

hpicfUfdTrackEntities 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2
OBJECT IDENTIFIER    

hpicfUfdTrackTable 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1
A Table of UFD track entities. This table is meant for configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfUfdTrackEntry

hpicfUfdTrackEntry 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1
An entry in the table containing information about the entity being tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfUfdTrackEntry  

hpicfUfdTrackId 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.1
A value that uniquely identifies a row in the track entity table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4096  

hpicfUfdTrackEntityType 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.2
The type of the entity being tracked by UFD.
Status: current Access: read-write
OBJECT-TYPE    
  HpUfdTrackEntityType  

hpicfUfdLinksToMonitor 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.3
This is a list of ports configured as links-to-monitor for this track entity.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..1024)  

hpicfUfdLinksToTransition 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.4
This is a list of ports configured as links-to-transition for this track entity. This object will represent the ports in links-to-disable list if the entity type is ufd.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..1024)  

hpicfUfdLinksToMonitorState 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.5
This object specifies the current state of the links-to-monitor. up : At least one port/trunk configured as part of links-to-monitor is linked up. down: All ports/trunks configured as part of links-to-monitor have lost link.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

hpicfUfdLinksToTransitionState 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.6
This object specifies the current state of the links-to-transition. up: UFD has not taken any action on the ports/trunks. autoDisabled : UFD has auto-disabled the ports/trunks.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), autoDisabled(2)  

hpicfUfdTrackEntityState 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.7
State of the tracked entity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), ok(1), failed(2)  

hpicfUfdTrackEntityRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.8
Row status of the tracked entity.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfUfdLinksToMonitorType 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.9
This object specifies the type of hpicfUfdLinksToMonitor object.
Status: current Access: read-write
OBJECT-TYPE    
  HpUfdTrackLinksSubtype  

hpicfUfdLinksToTransitionType 1.3.6.1.4.1.11.2.14.11.5.1.74.1.2.1.1.10
This object specifies the type of hpicfUfdLinksToTransition object.
Status: current Access: read-write
OBJECT-TYPE    
  HpUfdTrackLinksSubtype  

hpicfUfdNotificationPrefix 1.3.6.1.4.1.11.2.14.11.5.1.74.0.0
OBJECT IDENTIFIER    

hpicfUfdLtDAutoDisabled 1.3.6.1.4.1.11.2.14.11.5.1.74.0.0.3
This notification is generated when ports in LtD for this track entity are auto-disabled as a result of LtMs loosing link to partner.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpicfUfdLtDAutoEnabled 1.3.6.1.4.1.11.2.14.11.5.1.74.0.0.4
This notification is generated when ports in LtD for this track entity are auto-enabled as a result of LtMs regaining link to thries partners.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpicfUfdCompliances 1.3.6.1.4.1.11.2.14.11.5.1.74.3.1
OBJECT IDENTIFIER    

hpicfUfdGroups 1.3.6.1.4.1.11.2.14.11.5.1.74.3.2
OBJECT IDENTIFIER    

hpicfUfdCompliance 1.3.6.1.4.1.11.2.14.11.5.1.74.3.1.1
The compliance statement for SNMP entities which implement the UFD MIB
Status: current Access: read-write
MODULE-COMPLIANCE    

hpicfUfdBaseGroup 1.3.6.1.4.1.11.2.14.11.5.1.74.3.2.1
The collection of objects for UFD base group. This group is mandatory.
Status: current Access: read-write
OBJECT-GROUP    

hpicfUfdConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.74.3.2.2
The collection of objects for UFD track entity. This group is mandatory.
Status: current Access: read-write
OBJECT-GROUP    

hpicfUfdNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.74.3.2.3
The collection of objects for UFD notifications.
Status: current Access: read-write
NOTIFICATION-GROUP