HP-ICF-PIM6

File: HP-ICF-PIM6.mib (23354 bytes)

Imported modules

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

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
Unsigned32 Counter32 TimeTicks
MODULE-COMPLIANCE OBJECT-GROUP TruthValue
RowStatus hpSwitch InterfaceIndex
InetAddressType InetAddress

Defined Types

HpicfPim6IfEntry  
SEQUENCE    
  hpicfPim6IfIndex InterfaceIndex
  hpicfPim6IfAddressType InetAddressType
  hpicfPim6IfAddress InetAddress
  hpicfPim6IfMode INTEGER
  hpicfPim6IfTrigHelloInterval Unsigned32
  hpicfPim6IfHelloHoldtime Unsigned32
  hpicfPim6IfLanPruneDelay TruthValue
  hpicfPim6IfPropagationDelay Unsigned32
  hpicfPim6IfOverrideInterval Unsigned32
  hpicfPim6IfGenerationID TruthValue
  hpicfPim6IfJoinPruneHoldtime Unsigned32
  hpicfPim6IfGraftRetryInterval Unsigned32
  hpicfPim6IfMaxGraftRetries Integer32
  hpicfPim6IfSRTTLThreshold Unsigned32
  hpicfPim6IfLanDelayEnabled TruthValue
  hpicfPim6IfSRCapable TruthValue
  hpicfPim6IfNBRTimeout Integer32
  hpicfPim6IfNBRCount Counter32
  hpicfPim6IfNegotiatedPropagationDelay TimeTicks
  hpicfPim6IfNegotiatedOverrideInterval TimeTicks
  hpicfPim6IfAssertHoldInterval Counter32
  hpicfPim6IfNumRoutersNotUsingLanDelay Counter32
  hpicfPim6IfHelloInterval Unsigned32
  hpicfPim6IfStatus RowStatus

Defined Values

hpicfPim6MIB 1.3.6.1.4.1.11.2.14.11.5.1.122
This MIB module contains HP proprietary extensions to the standard PIM MIB (RFC 5060).
MODULE-IDENTITY    

hpicfPim6Objects 1.3.6.1.4.1.11.2.14.11.5.1.122.1
OBJECT IDENTIFIER    

hpicfPim6Traps 1.3.6.1.4.1.11.2.14.11.5.1.122.1.0
OBJECT IDENTIFIER    

hpicfPim6 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1
OBJECT IDENTIFIER    

hpicfPim6Conformance 1.3.6.1.4.1.11.2.14.11.5.1.122.2
OBJECT IDENTIFIER    

hpicfPim6Groups 1.3.6.1.4.1.11.2.14.11.5.1.122.2.1
OBJECT IDENTIFIER    

hpicfPim6Compliances 1.3.6.1.4.1.11.2.14.11.5.1.122.2.2
OBJECT IDENTIFIER    

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

hpicfPim6StateRefreshInterval 1.3.6.1.4.1.11.2.14.11.5.1.122.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  

hpicfPim6TrapControl 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.3
Indicates whether the PIMv6-enabled router will generate SNMP traps for PIMv6 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.
Status: current Access: read-write
OBJECT-TYPE    
  BITS neighborLoss(0), hardMrtFull(1)  

hpicfPim6IfTable 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4
HP extensions to the pimInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfPim6IfEntry

hpicfPim6IfEntry 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1
HP extensions for an entry in the pimInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfPim6IfEntry  

hpicfPim6IfIndex 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.1
The ifindex value of this PIMv6 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpicfPim6IfAddressType 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.2
The address type of this PIMv6 interface.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpicfPim6IfAddress 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.3
The primary IP address of this router on this PIMv6 interface. The InetAddressType is given by the pimInterfaceAddressType object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|8|16|20)  

hpicfPim6IfMode 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.4
The configured mode of this PIMv6 interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dense(1), sparse(2)  

hpicfPim6IfTrigHelloInterval 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.5
The maximum time before this router sends a triggered PIMv6 Hello message on this interface. This object corresponds to the 'Trigered_Hello_Delay' timer value defined in the PIM-SM specification. A value of zero has no special meaning and indicates that triggered PIMv6 Hello messages should always be sent immediately.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..60  

hpicfPim6IfHelloHoldtime 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.6
The value set in the Holdtime field of PIMv6 Hello messages transmitted on this interface. A value of 65535 represents an 'infinite' holdtime. Implementations are recommended to use a holdtime that is 3.5 times the value of hpicfPim6InterfaceHelloInterval,or 65535 if hpicfPim6InterfaceHelloInterval is set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

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

hpicfPim6IfPropagationDelay 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.8
The expected propagation delay between PIMv6 routers on this network or link.This router inserts this value into the Propagation_Delay messages sent on this interface. Implementations SHOULD enforce a lower bound on the permitted values for this object to allow for scheduling and processing delays within local router.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..32767  

hpicfPim6IfOverrideInterval 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.9
The value this router inserts into the Override_Interval field of the LAN Prune Delay option in the PIMv6 Hello messages it sends on this interface. When overriding a prune, PIMv6 routers pick a random timer up to the value of this object. The more PIMv6 routers that are active on a network,the more likely it is that the prune will be overridden after a small proportion of this time has elapsed. The more PIMv6 routers are active on this network, the larger this object should be to obtain an optimal spread of prune override latencies.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

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

hpicfPim6IfJoinPruneHoldtime 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.11
The value inserted into the Holdtime field of a PIMv6 Join/Prune message sent on this interface. A value of 65535 represents an 'infinite' holdtime. Implementations are recommended to use a holdtime that is 3.5 times the value of hpicfPim6JoinPruneInterval, or 65535 if hpicfpiPim6JoinPruneInterval is set to zero. PIMv6-DM implementations are recommended to use the value of hpicfPim6IfPruneLimitInterval.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

hpicfPim6IfGraftRetryInterval 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.12
The minimum interval that must transpire between two successive Grafts sent by a router. This object corresponds to the 'Graft_Retry_Period' timer value defined in the PIMv6-DM specification. This object is used only by PIMv6-DM.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

hpicfPim6IfMaxGraftRetries 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.13
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  

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

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

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

hpicfPim6IfNBRTimeout 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.17
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  

hpicfPim6IfNBRCount 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.18
PIMv6 Neighbor Count.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfPim6IfNegotiatedPropagationDelay 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.19
Negotiated PIMv6 LAN/Propagation Delay (ms).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hpicfPim6IfNegotiatedOverrideInterval 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.20
Negotiated PIMv6 Override Interval (ms).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hpicfPim6IfAssertHoldInterval 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.21
PIMv6 Assert Hold Interval (s).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfPim6IfNumRoutersNotUsingLanDelay 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.22
Number of routers on network not using LAN Delay.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfPim6IfHelloInterval 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.23
The frequency at which PIMv6 Hello messages are transmitted on this interface. This object corresponds to the 'Hello_Period' timer value defined in the PIM-SM specification. A value of zero represents an 'infinite' interval, and indicates that periodic PIM Hello messages should not be sent on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..18000  

hpicfPim6IfStatus 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.4.1.24
The status of this entry. Creating the entry enables PIMv6 on the interface; destroying the entry disables PIMv6 on the interface. This status object can be set to active(1) without setting any other columnar objects in this entry. All writeable objects in this entry can be modified when the status of this entry is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfPim6RemoveConfig 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.5
PIMv6 is halted. This objects clears all existing PIMv6 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  

hpicfPim6NumStaticRpfEntries 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.6
Total number of Static RPF entries.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfPim6Version 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.7
Currently running PIM Version.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfPim6StarGEntries 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.8
Total number of entries in the (*,G) table
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfPim6SGEntries 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.9
Total number of entries in the (S,G) table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfPim6TotalNeighborCount 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.10
PIMv6 Neighbor Count.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfPim6JoinPruneInterval 1.3.6.1.4.1.11.2.14.11.5.1.122.1.1.11
The default interval at which periodic PIMv6-SM Join/Prune messages are to be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpicfPim6DenseMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.122.2.2.1
The compliance statement for HP routers running PIMv6 Dense Mode and implementing the HP-ICF-PIM6 MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

hpicfPim6UcastRoutingCompliance 1.3.6.1.4.1.11.2.14.11.5.1.122.2.2.2
The compliance statement for HP routers running PIMv6 and related Unicast routing info.
Status: current Access: read-write
MODULE-COMPLIANCE    

hpicfPim6GlobalCountersCompliance 1.3.6.1.4.1.11.2.14.11.5.1.122.2.2.3
The compliance statement for HP routers running PIMv6 and related global statistics data.
Status: current Access: read-write
MODULE-COMPLIANCE    

hpicfPim6BaseGroup 1.3.6.1.4.1.11.2.14.11.5.1.122.2.1.1
A collection of objects to support basic PIM v6 configuration information on HP routers.
Status: current Access: read-write
OBJECT-GROUP    

hpicfPim6DenseIfGroup 1.3.6.1.4.1.11.2.14.11.5.1.122.2.1.2
A collection of objects that extends objects defined in pimInterfaceTable and used to support management of interfaces operating in PIMv6 Dense Mode.
Status: current Access: read-write
OBJECT-GROUP    

hpicfPim6InterfaceInfoCompliance 1.3.6.1.4.1.11.2.14.11.5.1.122.2.2.4
The compliance statement for HP routers running PIMv6 and related interface and neighbor info.
Status: current Access: read-write
MODULE-COMPLIANCE    

hpicfPim6InterfaceExtensionsGroup 1.3.6.1.4.1.11.2.14.11.5.1.122.2.1.3
A collection of objects that extends objects defined in pimInterfaceTable.
Status: current Access: read-write
OBJECT-GROUP    

hpicfPim6StaticRpfExtensionsGroup 1.3.6.1.4.1.11.2.14.11.5.1.122.2.1.4
A collection of objects that extend hpicfPim6StaticRpfTable.
Status: current Access: read-write
OBJECT-GROUP    

hpicfPim6GlobalCounterGroup 1.3.6.1.4.1.11.2.14.11.5.1.122.2.1.5
A collection of global PIMv6 counter objects.
Status: current Access: read-write
OBJECT-GROUP