HP-ICF-PIM

File: HP-ICF-PIM.mib (35185 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
PIM-MIB HP-ICF-OID INET-ADDRESS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
IpAddress Integer32 Unsigned32
TimeTicks MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TruthValue RowStatus
pimInterfaceEntry pimComponentEntry pimRPSetComponent
hpSwitch InetAddressType InetAddress
InetAddressPrefixLength

Defined Types

HpicfPimStaticRPSetEntry  
SEQUENCE    
  hpicfPimStaticRPSetGroupAddress IpAddress
  hpicfPimStaticRPSetGroupMask IpAddress
  hpicfPimStaticRPSetAddress IpAddress
  hpicfPimStaticRPSetOverride TruthValue
  hpicfPimStaticRPSetRowStatus RowStatus

HpicfPimIfEntry  
SEQUENCE    
  hpicfPimIfAddress IpAddress
  hpicfPimIfTrigHelloInterval Integer32
  hpicfPimIfHelloHoldtime Integer32
  hpicfPimIfLanPruneDelay TruthValue
  hpicfPimIfPropagationDelay Integer32
  hpicfPimIfOverrideInterval Integer32
  hpicfPimIfGenerationID TruthValue
  hpicfPimIfJoinPruneHoldtime Unsigned32
  hpicfPimIfGraftRetryInterval Integer32
  hpicfPimIfMaxGraftRetries Integer32
  hpicfPimIfSRTTLThreshold Unsigned32
  hpicfPimIfLanDelayEnabled TruthValue
  hpicfPimIfSRCapable TruthValue
  hpicfPimIfDRPriority Unsigned32
  hpicfPimIfNBRTimeout Integer32

HpicfPimComponentEntry  
SEQUENCE    
  hpicfPimComponentCBSRAdminStatus INTEGER
  hpicfPimComponentCBSRAddress IpAddress
  hpicfPimComponentCBSRPriority Integer32
  hpicfPimComponentCBSRHashMaskLength Integer32
  hpicfPimComponentCBSRMessageInterval Integer32
  hpicfPimComponentCRPPriority Integer32
  hpicfPimComponentCRPAdvInterval Unsigned32
  hpicfPimComponentBSRPriority Unsigned32
  hpicfPimComponentBSRHashMaskLength Unsigned32
  hpicfPimComponentBSRUpTime TimeTicks
  hpicfPimComponentBSRNextMessage TimeTicks

HpicfPimStaticRpfEntry  
SEQUENCE    
  hpicfPimStaticRpfSourceAddressType InetAddressType
  hpicfPimStaticRpfSourceAddress InetAddress
  hpicfPimStaticRpfSourcePrefixLength InetAddressPrefixLength
  hpicfPimStaticRpfAddressType InetAddressType
  hpicfPimStaticRpfAddress InetAddress
  hpicfPimStaticRpfRowStatus RowStatus
  hpicfPimStaticRpfOverrideState INTEGER

Defined Values

hpicfPimMIB 1.3.6.1.4.1.11.2.14.11.5.1.20
This MIB module contains HP proprietary extensions to the standard PIM MIB (RFC 2934).
MODULE-IDENTITY    

hpicfPimObjects 1.3.6.1.4.1.11.2.14.11.5.1.20.1
OBJECT IDENTIFIER    

hpicfPimTraps 1.3.6.1.4.1.11.2.14.11.5.1.20.1.0
OBJECT IDENTIFIER    

hpicfPim 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1
OBJECT IDENTIFIER    

hpicfPimConformance 1.3.6.1.4.1.11.2.14.11.5.1.20.2
OBJECT IDENTIFIER    

hpicfPimGroups 1.3.6.1.4.1.11.2.14.11.5.1.20.2.1
OBJECT IDENTIFIER    

hpicfPimCompliances 1.3.6.1.4.1.11.2.14.11.5.1.20.2.2
OBJECT IDENTIFIER    

hpicfPimAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.1
The operational status of the PIM routing protocol on this router. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfPimStateRefreshInterval 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.2
The interval between successive State Refresh messages originated by this router. Default is 60 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..300  

hpicfPimSPTThreshold 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.3
Specifies a threshold for switching to the Shortest Path Tree (SPT) on this router. If the object has the special value of -1, the Shared Tree rooted to the Rendezvous Point (RP) will be used indefinitely on the router. Default is -1.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpicfPimTrapControl 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.4
Indicates whether the PIM-enabled router will generate SNMP traps for PIM events. The set bit means 'enabled'. - neighborLoss(0) This bit controls whether the notification trap is allowed to be sent when the neighbor timer expires and the router has no other neighbors on the same interface with a lower IP address than itself. - hardMrtFull(1) This bit controls whether the notification trap is allowed to be sent when the MRT table is full and the error has been originated by hardware. - softMrtFull(2) This bit controls whether the notification trap is allowed to be sent when the MRT table is full and the error has been originated by software.
Status: current Access: read-write
OBJECT-TYPE    
  BITS neighborLoss(0), hardMrtFull(1), softMrtFull(2)  

hpicfPimStaticRPSetTable 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.5
The (conceptual) table containing statically configured Rendezvous Points (RPs) for IP multicast group mappings. This information is being used in the PIM Sparse mode only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfPimStaticRPSetEntry

hpicfPimStaticRPSetEntry 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.5.1
An entry (row) in the hpicfPimStaticRPSetTable. NOTE: the pimRPSetComponent is an index that uniquely identifies the component. Each protocol instance connected to a separate domain should have a different index value.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfPimStaticRPSetEntry  

hpicfPimStaticRPSetGroupAddress 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.5.1.1
The IP multicast group address which, when combined with hpicfPimStaticRPSetGroupMask, gives the group prefix for which this entry contains information about the statically configured RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpicfPimStaticRPSetGroupMask 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.5.1.2
The multicast group address mask which, when combined with hpicfPimStaticRPSetGroupAddress, gives the group prefix for which this entry contains information about the statically configured RP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpicfPimStaticRPSetAddress 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.5.1.3
The IP address of statically configured RP for the given IP multicast group(s).
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpicfPimStaticRPSetOverride 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.5.1.4
If true, indicates that the router should ignore the information learned by a BSR if there is a conflict between the information this static entry contains and the information that is learned by the BSR. Default is false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfPimStaticRPSetRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.5.1.5
The status of this row, by which new entries may be created, or old entries deleted from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfPimIfTable 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6
HP extensions to the pimInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfPimIfEntry

hpicfPimIfEntry 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1
HP extensions for an entry in the pimInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfPimIfEntry  

hpicfPimIfAddress 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.1
This is copy of pimInterfaceAddress with read-create access. PIM uses this source address to send its protocol packets out on this interface. This address can be set to one of IP addresses of the interface or 255.255.255.255 if the address is determined dynamically based on the current IP configuration. The currently used source address is value of pimInterfaceAddress in the latter case.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpicfPimIfTrigHelloInterval 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.2
The maximum time before a triggered PIM Hello message is transmitted on this interface. Default is 5 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..5  

hpicfPimIfHelloHoldtime 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.3
The value set in the Holdtime field of Hello messages transmitted on this interface. This should be 3.5 times the value of pimInterfaceHelloInterval. Default is 105 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 17..1050  

hpicfPimIfLanPruneDelay 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.4
Turns the LAN Prune Delay options ON and OFF, on this interface. Default is true.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfPimIfPropagationDelay 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.5
The value inserted into the LAN Prune Delay field of a LAN Prune Delay option on this interface. Default is 500 milliseconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 250..2000  

hpicfPimIfOverrideInterval 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.6
The value inserted into the Override Interval field of a LAN Prune Delay option on this interface. Default is 2500 milliseconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 500..6000  

hpicfPimIfGenerationID 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.7
Turns the Generation ID option ON and OFF, on this interface. Default is false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfPimIfJoinPruneHoldtime 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.8
The value inserted into the Holdtime field of a Join/ Prune message sent on this interface. The value should be 3.5 times pimInterfaceJoinPruneInterval. Default is 210 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpicfPimIfGraftRetryInterval 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.9
The interval a PIM router waits for a Graft Ack before re-sending a Graft on this interface. Default is 3 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10  

hpicfPimIfMaxGraftRetries 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.10
The maximum number of times this router will re-send a Graft on this interface. Default is 2.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10  

hpicfPimIfSRTTLThreshold 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.11
The Time To Live in a PIM-DM State Refresh message at which it is not forwarded on this interface. Default is 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpicfPimIfLanDelayEnabled 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.12
Evaluates to TRUE if all routers on this interface are using the LAN Prune Delay Option.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpicfPimIfSRCapable 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.13
Evaluates to TRUE if all routers on this interface are using the State Refresh Capable Option.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpicfPimIfDRPriority 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.14
The Designated Router Priority inserted into the DR priority option on this interface. Default is 1.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpicfPimIfNBRTimeout 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.6.1.15
Time interval after which the router will consider a neighbor to not be present, if no PIM Hello messages arrived on the interface. Default is 180 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 60..8000  

hpicfPimComponentTable 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7
HP extensions to the pimComponentTable - the (conceptual) table containing objects specific to a PIM domain. One row exists for each domain to which the router is connected. Typically, a PIM-SM router will be a member of exactly one domain, however, the table also supports routers which may form a border between two PIM-SM domains and do not forward Bootstrap messages between them.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfPimComponentEntry

hpicfPimComponentEntry 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1
HP extensions for an entry in the pimComponentTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfPimComponentEntry  

hpicfPimComponentCBSRAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.1
This objects specifies whether or not the router configured to be a Candidate BSR for the local PIM region. Default is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfPimComponentCBSRAddress 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.2
The IP address the Candidate BSR router will advertise for the local PIM region.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpicfPimComponentCBSRPriority 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.3
The priority for Candidate BSR router. In BSR election process the candidate BSR with the highest (numerically bigger) priority becomes the BSR. If the priority values are the same, the router with the larger IP address is the BSR. Default is 0.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

hpicfPimComponentCBSRHashMaskLength 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.4
Specifies the length (in bits) of a multicast group address to use when mapping a group to one of the candidate RPs from the RP-Set whose group-prefix includes the group. The recommended value for IPv4 is 30, for IPv6 is 126. Default is 30.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..128  

hpicfPimComponentCBSRMessageInterval 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.5
If this router is the elected BSR, then this is the interval for sending (multicast out) periodic Bootstrap (RP-Set) messages on all PIM SM interfaces. Default is 60 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..65535  

hpicfPimComponentCRPPriority 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.6
The priority for the Candidate RP for the local PIM domain. Determines which Candidate RPs get selected by the BSR to be in the RP Set. The smaller value means the higher priority (a value of zero is the highest possible priority). Default is 192.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

hpicfPimComponentCRPAdvInterval 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.7
The interval at which the Candidate RP transmits (unicast to the elected BSR) advertise messages in the local PIM domain.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfPimComponentBSRPriority 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.8
The priority of the Bootstrap Router (BSR) elected for the local PIM region.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfPimComponentBSRHashMaskLength 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.9
The hash mask length of the elected Bootstrap Router (BSR).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfPimComponentBSRUpTime 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.10
Length of time that the elected Bootstrap Router (BSR) has been up.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hpicfPimComponentBSRNextMessage 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.7.1.11
Time in which the next bootstrap message is due from the elected Bootstrap Router (BSR).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hpicfPimRemoveConfig 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.8
PIM is halted. This objects clears all existing PIM configuration, intializes the pim config to the default state. SnmpGet on this will always return false. An SnmpSet of false has no effect.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfPimStaticRpfTable 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.9
The (conceptual) table containing statically configured reverse path forwarding (RPF) source address to interface mappings. This information is currently used in the PIM sparse mode only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfPimStaticRpfEntry

hpicfPimStaticRpfEntry 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.9.1
A row in the hpicfPimStaticRpfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfPimStaticRpfEntry  

hpicfPimStaticRpfSourceAddressType 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.9.1.1
The IP address type of the statically configured multicast source.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hpicfPimStaticRpfSourceAddress 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.9.1.2
The IP address of the statically configured multicast source.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

hpicfPimStaticRpfSourcePrefixLength 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.9.1.3
The prefix length of the statically configured multicast source.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

hpicfPimStaticRpfAddressType 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.9.1.4
The type of RPF address for this route. The value of this object must be equal to a value appropriate for the corresponding instance of the hpicfPimStaticRpfSourceAddressType object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hpicfPimStaticRpfAddress 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.9.1.5
The IP address of the interface to use for RPF checks.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

hpicfPimStaticRpfRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.9.1.6
The status of this row, by which new entries may be created, or old entries deleted from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfPimStaticRpfOverrideState 1.3.6.1.4.1.11.2.14.11.5.1.20.1.1.9.1.7
The state of this RPF override entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inActive(2)  

hpicfPimHardMRTFull 1.3.6.1.4.1.11.2.14.11.5.1.20.1.0.1
This notification signifies that the MRT table is full and the error has been originated by hardware. This trap should be generated whenever a multicast flow or MRT entry cannot be added.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpicfPimSoftMRTFull 1.3.6.1.4.1.11.2.14.11.5.1.20.1.0.2
This notification signifies that the MRT table is full and the error has been originated by software. This trap should be generated whenever a multicast flow or MRT entry cannot be added.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpicfPimNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.20.2.1.1
A collection of notifications that extends notifications defined in RFC 2934 - used for signaling important PIM events.
Status: current Access: read-only
NOTIFICATION-GROUP    

hpicfPimBaseGroup 1.3.6.1.4.1.11.2.14.11.5.1.20.2.1.2
A collection of objects to support basic PIM configuration information on HP routers.
Status: current Access: read-only
OBJECT-GROUP    

hpicfPimStaticRPSetMappingGroup 1.3.6.1.4.1.11.2.14.11.5.1.20.2.1.3
A collection of objects to support management of static Rendezvous Point (RP) to IP multicast group mappings.
Status: current Access: read-only
OBJECT-GROUP    

hpicfPimSparseIfGroup 1.3.6.1.4.1.11.2.14.11.5.1.20.2.1.4
A collection of objects that extends objects defined in pimInterfaceTable and used to support management of interfaces operating in PIM Sparse Mode.
Status: current Access: read-only
OBJECT-GROUP    

hpicfPimDenseIfGroup 1.3.6.1.4.1.11.2.14.11.5.1.20.2.1.5
A collection of objects that extends objects defined in pimInterfaceTable and used to support management of interfaces operating in PIM Dense Mode.
Status: current Access: read-only
OBJECT-GROUP    

hpicfPimComponentGroup 1.3.6.1.4.1.11.2.14.11.5.1.20.2.1.6
A collection of objects that extends objects defined in pimComponentTable (RFC 2934).
Status: current Access: read-only
OBJECT-GROUP    

hpicfPimStaticRpfGroup 1.3.6.1.4.1.11.2.14.11.5.1.20.2.1.7
A collection of objects defined in hpicfPimStaticRpfTable.
Status: current Access: read-only
OBJECT-GROUP    

hpicfPimSparseMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.20.2.2.1
The compliance statement for HP routers running PIM Sparse Mode and implementing the HP-ICF-PIM MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfPimDenseMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.20.2.2.2
The compliance statement for HP routers running PIM Dense Mode and implementing the HP-ICF-PIM MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfPimNotificationCompliance 1.3.6.1.4.1.11.2.14.11.5.1.20.2.2.3
The collection of notifications that extends notifications defined in RFC 2934 - used for signalling important PIM events.
Status: current Access: read-only
MODULE-COMPLIANCE