HP-ICF-VRRPV3-MIB

File: HP-ICF-VRRPV3-MIB.mib (21500 bytes)

Imported modules

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

Imported symbols

Counter64 MODULE-IDENTITY OBJECT-TYPE
Integer32 IpAddress Counter32
MODULE-COMPLIANCE OBJECT-GROUP ifIndex
InetAddressPrefixLength SnmpAdminString vrrpv3OperationsEntry
vrrpv3AssociatedIpAddrEntry vrrpv3OperationsVrId vrrpv3OperationsInetAddrType
TruthValue RowStatus hpSwitch

Defined Types

HpicfVrrpv3OperationsEntry  
SEQUENCE    
  hpicfVrrpv3VrMode INTEGER
  hpicfVrrpv3VrPreemptDelayTime Integer32
  hpicfVrrpv3VrControl INTEGER
  hpicfVrrpv3VrRespondToPing TruthValue
  hpicfVrrpv3Version INTEGER
  hpicfVrrpv3VrNullAuthCompatibility TruthValue

HpicfVrrpv3TrackEntry  
SEQUENCE    
  hpicfVrrpv3VrTrackType INTEGER
  hpicfVrrpv3VrTrackEntity SnmpAdminString
  hpicfVrrpv3TrackRowStatus RowStatus

HpicfVrrpv3StatsEntry  
SEQUENCE    
  hpicfVrrpv3StatsNearFailovers Counter32

Defined Values

hpicfVrrpv3MIB 1.3.6.1.4.1.11.2.14.11.5.1.90
This MIB module contains HP proprietary extensions to the standard VRRPV3-MIB module.
MODULE-IDENTITY    

hpicfVrrpv3Operations 1.3.6.1.4.1.11.2.14.11.5.1.90.1
OBJECT IDENTIFIER    

hpicfVrrpv3ErrorObjects 1.3.6.1.4.1.11.2.14.11.5.1.90.1.10
OBJECT IDENTIFIER    

hpicfVrrpv3Conformance 1.3.6.1.4.1.11.2.14.11.5.1.90.2
OBJECT IDENTIFIER    

hpicfVrrpv3IPv4AdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.90.1.1
When set to true, this enables VRRP for IPv4 globally on the router. If set to false, this would disable VRRPv3 for IPv4. Default is false.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfVrrpv3IPv6AdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.90.1.2
When set to true, this enables VRRP for IPv6 globally on the router. If set to false, this would disable VRRPv3 for IPv6. Default is false.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfVrrpv3OperationsTable 1.3.6.1.4.1.11.2.14.11.5.1.90.1.3
HP extensions to the vrrpv3OperationsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfVrrpv3OperationsEntry

hpicfVrrpv3OperationsEntry 1.3.6.1.4.1.11.2.14.11.5.1.90.1.3.1
HP extensions for an entry in the vrrpv3OperationsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfVrrpv3OperationsEntry  

hpicfVrrpv3VrMode 1.3.6.1.4.1.11.2.14.11.5.1.90.1.3.1.1
This object denotes whether this VR has been designated as an owner or as a backup. On VR creation, this field is set to uninitialized. The user cannot set the value of this object to uninitialized.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER owner(1), backup(2), uninitialized(3)  

hpicfVrrpv3VrPreemptDelayTime 1.3.6.1.4.1.11.2.14.11.5.1.90.1.3.1.2
This object specifies the time that the owner virtual router will wait before taking control of its virtual IP address. A value of 0 indicates that the pre-empt delay timer is not active
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..600  

hpicfVrrpv3VrControl 1.3.6.1.4.1.11.2.14.11.5.1.90.1.3.1.3
When this object is set to failback (1), it acts as a trigger to intimate VRRP to failback to this router from another. When this object is set to failover (2), it acts as a trigger to intimate VRRP to failover from this router to another. When this object is set to failoverWithMonitoring (3), in addition to triggering VRRP to failover, it triggers VR to monitor for presence of a master. When read, this object always returns invalid (4).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER failback(1), failover(2), failoverWithMonitoring(3), invalid(4)  

hpicfVrrpv3VrRespondToPing 1.3.6.1.4.1.11.2.14.11.5.1.90.1.3.1.4
If set to FALSE, prevents a response to ping requests to the virtual router IP addresses configured on the backup router. If set to TRUE allows response to ping requests to virtual IP addresses configured when virtual router become master. hpicfVrrpv3RespondToPing must also be configured globally to respond to virtual IP ping requests. By default hpicfVrrpv3VrRespondToPing is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfVrrpv3Version 1.3.6.1.4.1.11.2.14.11.5.1.90.1.3.1.5
The configured version of VRRP. IPv6 Virtual Routers supports only v3. Default value for IPv4 virtual Routers is v2 and for IPv6 Virtual Routers is v3.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER v2(2), v3(3)  

hpicfVrrpv3VrNullAuthCompatibility 1.3.6.1.4.1.11.2.14.11.5.1.90.1.3.1.6
When set to TRUE appends authentication data at the end to an IPv6 VRRP packet being sent out. The authentication data is 8 bytes filled with 0 and is applicable only for IPv6 Virtual router. By default hpicfVrrpv3VrNullAuthCompatibility is set to FALSE.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfVrrpv3TrackTable 1.3.6.1.4.1.11.2.14.11.5.1.90.1.4
HP extensions for supporting tracking.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfVrrpv3TrackEntry

hpicfVrrpv3TrackEntry 1.3.6.1.4.1.11.2.14.11.5.1.90.1.4.1
HP extensions for supporting tracking.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfVrrpv3TrackEntry  

hpicfVrrpv3VrTrackType 1.3.6.1.4.1.11.2.14.11.5.1.90.1.4.1.1
This object specifies the type of interface specified by 'hpicfVrrpv3VrTrackEntity'.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER port(1), trunk(2), vlan(3)  

hpicfVrrpv3VrTrackEntity 1.3.6.1.4.1.11.2.14.11.5.1.90.1.4.1.2
This object specifies interface details. Interface detail is interpreted Based on type specified by 'hpicfVrrpv3VrTrackType'. Valid values for different track types are - ------------------------------------ hpicfVrrpv3VrTrackType range ------------------------------------ port '1'..'65535' trunk '1'..'65535' vlan '1'..'65535' ------------------------------------
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..255)  

hpicfVrrpv3TrackRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.90.1.4.1.3
The row status of given track entity.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfVrrpv3StatsTable 1.3.6.1.4.1.11.2.14.11.5.1.90.1.5
Table of virtual router statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfVrrpv3StatsEntry

hpicfVrrpv3StatsEntry 1.3.6.1.4.1.11.2.14.11.5.1.90.1.5.1
An entry in the table, containing statistics information about a given virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfVrrpv3StatsEntry  

hpicfVrrpv3StatsNearFailovers 1.3.6.1.4.1.11.2.14.11.5.1.90.1.5.1.1
This object reports the number of near failovers for backup virtual routers. A near failover occurs when a backup virtual router has not received an advertisement packet from the master virtual router for two advertisement intervals.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfVrrpv3RespondToPing 1.3.6.1.4.1.11.2.14.11.5.1.90.1.6
If this object is set to FALSE globally, it prevents a response to ping requests to the virtual router IP addresses configured on all backup routers.If set to TRUE, allows response to ping requests to virtual IP addresses configured on backup virtual routers when they become master. hpicfVrrpv3VrRespondToPing object must also be configured on a Virtual router to respond to virtual IP ping requests. By default hpicfVrrpv3RespondToPing is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfVrrpv3RemoveConfig 1.3.6.1.4.1.11.2.14.11.5.1.90.1.7
This objects clears all existing vrrp configuration and again intializes it with default values when this is set with value 'true'. It also clears (disables) the global VRRP enable flag. SnmpGet on this will always return false.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfVrrpv3Nonstop 1.3.6.1.4.1.11.2.14.11.5.1.90.1.8
This object defines the operation of VRRP on redundant platforms. When set to TRUE, the VRRP Master router will retain control of virtual-IP addresses across a management card failure on redundant platforms. When set to FALSE, the VRRP Backup router will take control of virtual-IP addresses on the network on the occurrence of a management card failure on the Master VRRP router.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfVrrpv3NotificationCntl 1.3.6.1.4.1.11.2.14.11.5.1.90.1.9
Indicates whether the VRRPv3-enabled router will generate SNMP traps for events defined in this MIB. 'Enabled' results in SNMP traps; 'disabled', no traps are sent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfVrrpv3IPv4RouterChecksumErrors 1.3.6.1.4.1.11.2.14.11.5.1.90.1.10.1
The total number of IPv4 VRRP packets received with an invalid VRRP checksum value. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of vrrpv3GlobalStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfVrrpv3IPv6RouterChecksumErrors 1.3.6.1.4.1.11.2.14.11.5.1.90.1.10.2
The total number of IPv6 VRRP packets received with an invalid VRRP checksum value. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of vrrpv3GlobalStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfVrrpv3IPv4RouterVersionErrors 1.3.6.1.4.1.11.2.14.11.5.1.90.1.10.3
The total number of IPv4 VRRP packets received with an unknown or unsupported version number. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of vrrpv3GlobalStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfVrrpv3IPv6RouterVersionErrors 1.3.6.1.4.1.11.2.14.11.5.1.90.1.10.4
The total number of IPv6 VRRP packets received with an unknown or unsupported version number. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of vrrpv3GlobalStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfVrrpv3IPv4RouterVrIdErrors 1.3.6.1.4.1.11.2.14.11.5.1.90.1.10.5
The total number of IPv4 VRRP packets received with a VRID that is not valid for any virtual router on this router. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of vrrpv3GlobalStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfVrrpv3IPv6RouterVrIdErrors 1.3.6.1.4.1.11.2.14.11.5.1.90.1.10.6
The total number of IPv6 VRRP packets received with a VRID that is not valid for any virtual router on this router. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of vrrpv3GlobalStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfVrrpv3MIBCompliances 1.3.6.1.4.1.11.2.14.11.5.1.90.2.1
OBJECT IDENTIFIER    

hpicfVrrpv3MIBGroups 1.3.6.1.4.1.11.2.14.11.5.1.90.2.2
OBJECT IDENTIFIER    

hpicfVrrpv3MIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.90.2.1.1
The compliance statement for HP routers running VRRPV3 and implementing the HP-ICF-VRRPV3-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfVrrpv3OperGroup 1.3.6.1.4.1.11.2.14.11.5.1.90.2.2.1
A collection of HP proprietary objects to support VRRPV3 configuration on HP routers.
Status: current Access: read-only
OBJECT-GROUP    

hpicfVrrpv3TrackGroup 1.3.6.1.4.1.11.2.14.11.5.1.90.2.2.2
A collection of HP proprietary objects to support VRRPV3 configuration on HP routers.
Status: current Access: read-only
OBJECT-GROUP