CISCO-IETF-VRRP-07-MIB

File: CISCO-IETF-VRRP-07-MIB.mib (65274 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB INET-ADDRESS-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Integer32 Unsigned32
IpAddress MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TEXTUAL-CONVENTION RowStatus
MacAddress TruthValue TimeStamp
TimeInterval StorageType ifIndex
InetAddressType InetAddress ciscoExperiment

Defined Types

C07VrId  
A number which, along with IP version and interface index (IfIndex), serves to uniquely identify a virtual router on a given VRRP router. There is no relationship between VrId value used on a IPv4 interface and VrId value used on IPv6 interface. It is legal to use same VrId value on IPv4 and IPv6 interfaces.
TEXTUAL-CONVENTION    
  Integer32 1..255  

C07VrrpOperationsEntry  
SEQUENCE    
  c07vrrpOperationsInetAddrType InetAddressType
  c07vrrpOperationsVrId C07VrId
  c07vrrpOperationsVirtualMacAddr MacAddress
  c07vrrpOperationsState INTEGER
  c07vrrpOperationsPriority Unsigned32
  c07vrrpOperationsAddrCount Integer32
  c07vrrpOperationsMasterIpAddr InetAddress
  c07vrrpOperationsPrimaryIpAddr InetAddress
  c07vrrpOperationsAdvInterval TimeInterval
  c07vrrpOperationsPreemptMode TruthValue
  c07vrrpOperationsAcceptMode TruthValue
  c07vrrpOperationsUpTime TimeStamp
  c07vrrpOperationsStorageType StorageType
  c07vrrpOperationsRowStatus RowStatus

C07VrrpAssociatedIpAddrEntry  
SEQUENCE    
  c07vrrpAssociatedIpAddr InetAddress
  c07vrrpAssociatedStorageType StorageType
  c07vrrpAssociatedIpAddrRowStatus RowStatus

C07VrrpRouterStatisticsEntry  
SEQUENCE    
  c07vrrpStatisticsMasterTransitions Counter32
  c07vrrpStatisticsRcvdAdvertisements Counter32
  c07vrrpStatisticsAdvIntervalErrors Counter32
  c07vrrpStatisticsIpTtlErrors Counter32
  c07vrrpStatisticsRcvdPriZeroPackets Counter32
  c07vrrpStatisticsSentPriZeroPackets Counter32
  c07vrrpStatisticsRcvdInvalidTypePkts Counter32
  c07vrrpStatisticsAddressListErrors Counter32
  c07vrrpStatisticsPacketLengthErrors Counter32
  c07vrrpStatisticsRcvdInvalidAuthentications Counter32
  c07vrrpStatisticsDiscontinuityTime TimeStamp
  c07vrrpStatisticsRefreshRate Unsigned32

C07VrrpOperEntry  
SEQUENCE    
  c07vrrpOperVrId C07VrId
  c07vrrpOperVirtualMacAddr MacAddress
  c07vrrpOperState INTEGER
  c07vrrpOperAdminState INTEGER
  c07vrrpOperPriority Integer32
  c07vrrpOperIpAddrCount Integer32
  c07vrrpOperMasterIpAddr IpAddress
  c07vrrpOperPrimaryIpAddr IpAddress
  c07vrrpOperAuthType INTEGER
  c07vrrpOperAuthKey OCTET STRING
  c07vrrpOperAdvertisementInterval Integer32
  c07vrrpOperPreemptMode TruthValue
  c07vrrpOperVirtualRouterUpTime TimeStamp
  c07vrrpOperProtocol INTEGER
  c07vrrpOperRowStatus RowStatus

C07VrrpAssoIpAddrEntry  
SEQUENCE    
  c07vrrpAssoIpAddr IpAddress
  c07vrrpAssoIpAddrRowStatus RowStatus

C07VrrpRouterStatsEntry  
SEQUENCE    
  c07vrrpStatsBecomeMaster Counter32
  c07vrrpStatsAdvertiseRcvd Counter32
  c07vrrpStatsAdvertiseIntervalErrors Counter32
  c07vrrpStatsAuthFailures Counter32
  c07vrrpStatsIpTtlErrors Counter32
  c07vrrpStatsPriorityZeroPktsRcvd Counter32
  c07vrrpStatsPriorityZeroPktsSent Counter32
  c07vrrpStatsInvalidTypePktsRcvd Counter32
  c07vrrpStatsAddressListErrors Counter32
  c07vrrpStatsInvalidAuthType Counter32
  c07vrrpStatsAuthTypeMismatch Counter32
  c07vrrpStatsPacketLengthErrors Counter32

Defined Values

ciscoVrrp07MIB 1.3.6.1.4.1.9.10.143
This MIB describes objects used for managing Virtual Router Redundancy Protocol version 3 (VRRPv3) for IPv4 and IPv6. This MIB supports VRRP for IPv4 and IPv6 protocols simultaneously running on a given interface of a router. Copyright (C) The Internet Society (2009).
MODULE-IDENTITY    

c07vrrpOperations 1.3.6.1.4.1.9.10.143.1
OBJECT IDENTIFIER    

c07vrrpStatistics 1.3.6.1.4.1.9.10.143.2
OBJECT IDENTIFIER    

c07vrrpConformance 1.3.6.1.4.1.9.10.143.3
OBJECT IDENTIFIER    

c07vrrpNodeVersion 1.3.6.1.4.1.9.10.143.1.1
This value identifies the particular version of the VRRP supported by this node. This object is deprecated in the IP Version Independent MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

c07vrrpNotificationCntl 1.3.6.1.4.1.9.10.143.1.2
Indicates whether the VRRP-enabled router will generate SNMP notifications for events defined in this MIB. 'Enabled' results in SNMP notifications; 'disabled', no notifications are sent.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

c07vrrpOperationsTable 1.3.6.1.4.1.9.10.143.1.7
Unified Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpOperationsEntry' items which describe the operational characteristics of a virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    C07VrrpOperationsEntry

c07vrrpOperationsEntry 1.3.6.1.4.1.9.10.143.1.7.1
An entry in the vrrpOperationsTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of the IP version, VRID and ifIndex. ifIndex represents a physical interface of the router. Note that rows in this table can be distinguished on a multi-stacked device running VRRP over IPv4 and IPv6 on the same physical interface. Rows in the table cannot be modified unless the value of 'vrrpOperationsState' has transitioned to 'initialize'
Status: current Access: not-accessible
OBJECT-TYPE    
  C07VrrpOperationsEntry  

c07vrrpOperationsInetAddrType 1.3.6.1.4.1.9.10.143.1.7.1.1
The IP address type of C07VrrpOperationsEntry. This value applies to both vrrpOperationsMasterIpAddr and vrrpOperationsPrimaryIpAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

c07vrrpOperationsVrId 1.3.6.1.4.1.9.10.143.1.7.1.2
This object contains the Virtual Router Identifier (VRID).
Status: current Access: not-accessible
OBJECT-TYPE    
  C07VrId  

c07vrrpOperationsVirtualMacAddr 1.3.6.1.4.1.9.10.143.1.7.1.3
The virtual MAC address of the virtual router. Although this object can be derived from the 'vrrpOperationsVrId' object, it is defined so that it is easily obtainable by a management application and can be included in VRRP-related SNMP notifications.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

c07vrrpOperationsState 1.3.6.1.4.1.9.10.143.1.7.1.4
The current state of the virtual router. This object has three defined values: - `initialize', which indicates that the virtual router is waiting for a startup event. - `backup', which indicates the virtual router is monitoring the availability of the master router. - `master', which indicates that the virtual router is forwarding packets for IP addresses that are associated with this router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), backup(2), master(3)  

c07vrrpOperationsPriority 1.3.6.1.4.1.9.10.143.1.7.1.5
This object specifies the priority to be used for the virtual router master election process. Higher values imply higher priority. A priority of '0', although not settable, is sent by the master router to indicate that this router has ceased to participate in VRRP and a backup virtual router should transition to become a new master. A priority of 255 is used for the router that owns the associated IP address(es) for VRRP over IPv4 and hence not settable. A 'badValue(3)' should be returned when a user tries to set 0 or 255 for this object.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

c07vrrpOperationsAddrCount 1.3.6.1.4.1.9.10.143.1.7.1.6
The number of IP addresses that are associated with this virtual router. This number is equal to the number of rows in the vrrpAssociatedAddrTable that correspond to a given IP version/VRID/ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

c07vrrpOperationsMasterIpAddr 1.3.6.1.4.1.9.10.143.1.7.1.7
The master router's real IP address. Master router would set this address to vrrpOperationsPrimaryIpAddr while transitioning to master state. For backup routers, this is the IP address listed as the source in VRRP advertisement last received by this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

c07vrrpOperationsPrimaryIpAddr 1.3.6.1.4.1.9.10.143.1.7.1.8
In the case where there are more than one IP Address (associated IP addresses) for a given `ifIndex', this object is used to specify the IP address that will become the vrrpOperationsMasterIpAddr', should the virtual router transition from backup state to master.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

c07vrrpOperationsAdvInterval 1.3.6.1.4.1.9.10.143.1.7.1.9
The time interval, in centiseconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval 1..4095  

c07vrrpOperationsPreemptMode 1.3.6.1.4.1.9.10.143.1.7.1.10
Controls whether a higher priority virtual router will preempt a lower priority master.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

c07vrrpOperationsAcceptMode 1.3.6.1.4.1.9.10.143.1.7.1.11
Controls whether a virtual router in Master state will accept packets addressed to the address owner's IPv6 address as its own if it is not the IPv6 address owner. Default is False. This object is not relevant for rows representing VRRP over IPv4 and should be set to false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

c07vrrpOperationsUpTime 1.3.6.1.4.1.9.10.143.1.7.1.12
This is the value of the `sysUpTime' object when this virtual router (i.e., the `vrrpOperationsState') transitioned out of `initialized'.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

c07vrrpOperationsStorageType 1.3.6.1.4.1.9.10.143.1.7.1.13
The storage type for this conceptual row. Write access is not required. It is optional to support nonVolatile StorageType enumeration.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

c07vrrpOperationsRowStatus 1.3.6.1.4.1.9.10.143.1.7.1.14
The RowStatus variable should be used in accordance to installation and removal conventions for conceptual rows. When `vrrpOperationsRowStatus' is set to active(1), no other objects in the conceptual row can be modified. To create a row in this table, a manager sets this object to either createAndGo(4) or createAndWait(5). Until instances of all corresponding columns are appropriately configured, the value of the Corresponding instance of the `vrrpOperationsRowStatus' column will be read as notReady(3). In particular, a newly created row cannot be made active(1) until (minimally) the corresponding instance of vrrpOperationsInetAddrType, vrrpOperationsVrId and vrrpOperationsPrimaryIpAddr has been set and there is at least one active row in the `vrrpAssociatedIpAddrTable' defining an associated IP address. notInService(2) should be used to administratively bring the row down. A typical order of operation to add a row is: 1. Create a row in vrrpOperationsTable with createAndWait(5). 2. Create one or more corresponding rows in vrrpAssociatedIpAddrTable. 3. Populate the vrrpOperationsEntry. 4. set vrrpOperationsRowStatus to active(1). A typical order of operation to delete an entry is: 1. Set vrrpOperationsRowStatus to notInService(2). 2. Set the corresponding rows in vrrpAssociatedIpAddrTable to destroy(6) to delete the entry. 3. set vrrpOperationsRowStatus to destroy(6) to delete the entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

c07vrrpAssociatedIpAddrTable 1.3.6.1.4.1.9.10.143.1.8
The table of addresses associated with this virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    C07VrrpAssociatedIpAddrEntry

c07vrrpAssociatedIpAddrEntry 1.3.6.1.4.1.9.10.143.1.8.1
An entry in the table contains an IP address that is associated with a virtual router. The number of rows for a given IP version, VrID and ifIndex will equal the number of IP addresses associated (e.g., backed up) by the virtual router (equivalent to 'vrrpOperationsIpAddrCount'). Rows in the table cannot be modified unless the value of `vrrpOperationsState' has transitioned to `initialize'.
Status: current Access: not-accessible
OBJECT-TYPE    
  C07VrrpAssociatedIpAddrEntry  

c07vrrpAssociatedIpAddr 1.3.6.1.4.1.9.10.143.1.8.1.1
The assigned IP addresses that a virtual router is responsible for backing up.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

c07vrrpAssociatedStorageType 1.3.6.1.4.1.9.10.143.1.8.1.2
The storage type for this conceptual row. Write access is not required. It is optional to support nonVolatile StorageType enumeration.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

c07vrrpAssociatedIpAddrRowStatus 1.3.6.1.4.1.9.10.143.1.8.1.3
The row status variable, used according to installation and removal conventions for conceptual rows. To create a row in this table, a manager sets this object to either createAndGo(4) or createAndWait(5). Setting this object to active(1) results in the addition of an associated address for a virtual router. Setting this object to notInService(2) results in administratively bringing down the row. Destroying the entry or setting it to destroy(6) removes the associated address from the virtual router. The use of other values is implementation-dependent. Only vrrpAssociatedStorageType can be modified when the row is in active(1) state for Implementations supporting write access to vrrpAssociatedStorageType Implementations should not allow deletion of the last row corresponding to an active row in vrrpOperationsTable. Refer to description of vrrpOperationsRowStatus for a typical row creation and deletion scenarios.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

c07vrrpRouterChecksumErrors 1.3.6.1.4.1.9.10.143.2.1
The total number of VRRP packets received with an invalid VRRP checksum value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpRouterVersionErrors 1.3.6.1.4.1.9.10.143.2.2
The total number of VRRP packets received with an unknown or unsupported version number.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpRouterVrIdErrors 1.3.6.1.4.1.9.10.143.2.3
The total number of VRRP packets received with an invalid VRID for this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpRouterStatisticsTable 1.3.6.1.4.1.9.10.143.2.5
Table of virtual router statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    C07VrrpRouterStatisticsEntry

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

c07vrrpStatisticsMasterTransitions 1.3.6.1.4.1.9.10.143.2.5.1.1
The total number of times that this virtual router's state has transitioned to MASTER. 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 vrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsRcvdAdvertisements 1.3.6.1.4.1.9.10.143.2.5.1.2
The total number of VRRP advertisements received by this virtual 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 vrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsAdvIntervalErrors 1.3.6.1.4.1.9.10.143.2.5.1.3
The total number of VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual 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 vrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsIpTtlErrors 1.3.6.1.4.1.9.10.143.2.5.1.4
The total number of VRRP packets received by the Virtual router with IPv4 TTL (for VRRP over IPv4) or IPv6 Hop Limit (for VRRP over IPv6) not equal to 255. 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 vrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsRcvdPriZeroPackets 1.3.6.1.4.1.9.10.143.2.5.1.5
The total number of VRRP packets received by the virtual router with a priority of '0'. 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 vrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsSentPriZeroPackets 1.3.6.1.4.1.9.10.143.2.5.1.6
The total number of VRRP packets sent by the virtual router with a priority of '0'. 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 vrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsRcvdInvalidTypePkts 1.3.6.1.4.1.9.10.143.2.5.1.7
The number of VRRP packets received by the virtual router with an invalid value in the 'type' field. 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 vrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsAddressListErrors 1.3.6.1.4.1.9.10.143.2.5.1.8
The total number of packets received for which the address list does not match the locally configured list for the virtual 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 vrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsPacketLengthErrors 1.3.6.1.4.1.9.10.143.2.5.1.9
The total number of packets received with a packet length less than the length of the VRRP header. 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 vrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsRcvdInvalidAuthentications 1.3.6.1.4.1.9.10.143.2.5.1.10
The total number of packets received with an unknown authentication type.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatisticsDiscontinuityTime 1.3.6.1.4.1.9.10.143.2.5.1.11
The value of sysUpTime on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

c07vrrpStatisticsRefreshRate 1.3.6.1.4.1.9.10.143.2.5.1.12
The minimum reasonable polling interval for this entry. This object provides an indication of the minimum Amount of time required to update the counters in this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

c07vrrpNotifications 1.3.6.1.4.1.9.10.143.0
OBJECT IDENTIFIER    

c07vrrpNewMasterReason 1.3.6.1.4.1.9.10.143.1.9
This indicates the reason for vrrpNewMaster trap. Used by vrrpTrapNewMaster trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER notmaster(0), priority(1), preempted(2), masterNoResponse(3)  

c07vrrpTrapProtoErrReason 1.3.6.1.4.1.9.10.143.1.10
This indicates the reason for protocol error trap. Used by vrrpTrapProtoError trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER ipTtlError(0), versionError(1), checksumError(2), vridError(3)  

c07vrrpTrapNewMasterCntl 1.3.6.1.4.1.9.10.143.1.11
Controls whether the VRRP-enabled router should Generate vrrpTrapNewMaster notification. 'Enabled' results in vrrpTrapNewMaster notifications; 'disabled', results in no vrrpTrapNewMaster notifications.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

c07vrrpTrapProtoErrorCntl 1.3.6.1.4.1.9.10.143.1.12
Controls whether the VRRP-enabled router should generate vrrpTrapProtoError notification. 'Enabled' results in vrrpTrapProtoError notifications; 'disabled', results in no vrrpTrapProtoError notifications.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

c07vrrpTrapNewMaster 1.3.6.1.4.1.9.10.143.0.1
The newMaster trap indicates that the sending agent has transitioned to 'Master' state.
Status: current Access: read-write
NOTIFICATION-TYPE    

c07vrrpTrapProtoError 1.3.6.1.4.1.9.10.143.0.3
The error trap indicates that the sending agent has encountered the protocol error indicated by vrrpTrapProtoErrorReason.
Status: current Access: read-write
NOTIFICATION-TYPE    

c07vrrpOperTable 1.3.6.1.4.1.9.10.143.1.3
Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpOperEntry' items. This table has been deprecated as a new IP version neutral 'vrrpOperationsTable' has been added.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    C07VrrpOperEntry

c07vrrpOperEntry 1.3.6.1.4.1.9.10.143.1.3.1
An entry in the vrrpOperTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of the IF index and VRID. Rows in the table cannot be modified unless the value of `vrrpOperAdminState' is `disabled' and the `vrrpOperState' has transitioned to `initialize'. This object is deprecated in favor of the IP Version independent object, vrrpOperationsEntry
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  C07VrrpOperEntry  

c07vrrpOperVrId 1.3.6.1.4.1.9.10.143.1.3.1.1
This object contains the Virtual Router Identifier (VRID). This object is deprecated in favor of the IP Version independent object, vrrpOperationsVrId
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  C07VrId  

c07vrrpOperVirtualMacAddr 1.3.6.1.4.1.9.10.143.1.3.1.2
The virtual MAC address of the virtual router. Although this object can be derived from the 'vrrpOperVrId' object, it is defined so that it is easily obtainable by a management application and can be included in VRRP-related SNMP traps. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsVirtualMacAddr.
Status: deprecated Access: read-only
OBJECT-TYPE    
  MacAddress  

c07vrrpOperState 1.3.6.1.4.1.9.10.143.1.3.1.3
The current state of the virtual router. This object has three defined values: - `initialize', which indicates that all the virtual router is waiting for a startup event. - `backup', which indicates the virtual router is monitoring the availability of the master router. - `master', which indicates that the virtual router is forwarding packets for IP addresses that are associated with this router. Setting the `vrrpOperAdminState' object (below) initiates transitions in the value of this object. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsState.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), backup(2), master(3)  

c07vrrpOperAdminState 1.3.6.1.4.1.9.10.143.1.3.1.4
This object will enable/disable the virtual router function. Setting the value to `up', will transition the state of the virtual router from `initialize' to `backup' or `master', depending on the value of `vrrpOperPriority'. Setting the value to `down', will transition the router from `master' or `backup' to `initialize'. State transitions may not be immediate; they sometimes depend on other factors, such as the interface (IF) state. The `vrrpOperAdminState' object must be set to `down' prior to modifying the other read-create objects in the conceptual row. The value of the `vrrpOperRowStatus' object (below) must be `active', signifying that the conceptual row is valid (i.e., the objects are correctly set), in order for this object to be set to `up'. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsState.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

c07vrrpOperPriority 1.3.6.1.4.1.9.10.143.1.3.1.5
This object specifies the priority to be used for the virtual router master election process. Higher values imply higher priority. A priority of '0', although not settable, is sent by the master router to indicate that this router has ceased to participate in VRRP and a backup virtual router should transition to become a new master. A priority of 255 is used for the router that owns the associated IP address(es). This object is deprecated in favor of the IP Version Independent object, vrrpOperationsPriority.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

c07vrrpOperIpAddrCount 1.3.6.1.4.1.9.10.143.1.3.1.6
The number of IP addresses that are associated with this virtual router. This number is equal to the number of rows in the vrrpAssoIpAddrTable that correspond to a given IF index/VRID pair. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsAddrCount.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

c07vrrpOperMasterIpAddr 1.3.6.1.4.1.9.10.143.1.3.1.7
The master router's real (primary) IP address. This is the IP address listed as the source in VRRP advertisement last received by this virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsMasterIpAddr.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

c07vrrpOperPrimaryIpAddr 1.3.6.1.4.1.9.10.143.1.3.1.8
In the case where there is more than one IP address for a given `ifIndex', this object is used to specify the IP address that will become the `vrrpOperMasterIpAddr', should the virtual router transition from backup to master. If this object is set to 0.0.0.0, the IP address which is numerically lowest (of all the associated IP address for the interface) will be selected. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsPrimaryIpAddr.
Status: deprecated Access: read-create
OBJECT-TYPE    
  IpAddress  

c07vrrpOperAuthType 1.3.6.1.4.1.9.10.143.1.3.1.9
Authentication type used for VRRP protocol exchanges between virtual routers. This value of this object is the same for a given ifIndex. New enumerations to this list can only be added via a new RFC on the standards track. This object is deprecated in the IP Version MIB.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER noAuthentication(1), simpleTextPassword(2), ipAuthenticationHeader(3)  

c07vrrpOperAuthKey 1.3.6.1.4.1.9.10.143.1.3.1.10
The Authentication Key. This object is set according to the value of the 'vrrpOperAuthType' object ('simpleTextPassword' or 'ipAuthenticationHeader'). If the length of the value is less than 16 octets, the agent will left adjust and zero fill to 16 octets. The value of this object is the same for a given ifIndex. When read, vrrpOperAuthKey always returns an Octet String of length zero. This object is deprecated in the IP Version MIB.
Status: deprecated Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

c07vrrpOperAdvertisementInterval 1.3.6.1.4.1.9.10.143.1.3.1.11
The time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsAdvInterval.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 1..255  

c07vrrpOperPreemptMode 1.3.6.1.4.1.9.10.143.1.3.1.12
Controls whether a higher priority virtual router will preempt a lower priority master. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsPreemptMode.
Status: deprecated Access: read-create
OBJECT-TYPE    
  TruthValue  

c07vrrpOperVirtualRouterUpTime 1.3.6.1.4.1.9.10.143.1.3.1.13
This is the value of the `sysUpTime' object when this virtual router (i.e., the `vrrpOperState') transitioned out of `initialized'. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsUpTime.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeStamp  

c07vrrpOperProtocol 1.3.6.1.4.1.9.10.143.1.3.1.14
The particular protocol being controlled by this Virtual Router. New enumerations to this list can only be added via a new RFC on the standards track. This object is deprecated in the IP Version Independent MIB.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER ip(1), bridge(2), decnet(3), other(4)  

c07vrrpOperRowStatus 1.3.6.1.4.1.9.10.143.1.3.1.15
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The rowstatus of a currently active row in the vrrpOperTable is constrained by the operational state of the corresponding virtual router. When `vrrpOperRowStatus' is set to active(1), no other objects in the conceptual row, with the exception of `vrrpOperAdminState', can be modified. Prior to setting the `vrrpOperRowStatus' object from `active' to a different value, the `vrrpOperAdminState' object must be set to `down' and the `vrrpOperState' object be transitioned to `initialize'. To create a row in this table, a manager sets this object to either createAndGo(4) or createAndWait(5). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the `vrrpOperRowStatus' column will be read as notReady(3). In particular, a newly created row cannot be made active(1) until (minimally) the corresponding instance of `vrrpOperVrId' has been set and there is at least one active row in the `vrrpAssoIpAddrTable' defining an associated IP address for the virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsRowStatus.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

c07vrrpAssoIpAddrTable 1.3.6.1.4.1.9.10.143.1.4
The table of addresses associated with this virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpAssociatedIpAddrTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    C07VrrpAssoIpAddrEntry

c07vrrpAssoIpAddrEntry 1.3.6.1.4.1.9.10.143.1.4.1
An entry in the table contains an IP address that is associated with a virtual router. The number of rows for a given ifIndex and VrId will equal the number of IP addresses associated (e.g., backed up) by the virtual router (equivalent to 'vrrpOperIpAddrCount'). Rows in the table cannot be modified unless the value of `vrrpOperAdminState' is `disabled' and the `vrrpOperState' has transitioned to `initialize'. This object is deprecated in favor of the IP Version Independent object, vrrpAssociatedIpAddrEntry.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  C07VrrpAssoIpAddrEntry  

c07vrrpAssoIpAddr 1.3.6.1.4.1.9.10.143.1.4.1.1
The assigned IP addresses that a virtual router is responsible for backing up. This object is deprecated in favor of the IP Version Independent object, vrrpAssociatedIpAddr.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  IpAddress  

c07vrrpAssoIpAddrRowStatus 1.3.6.1.4.1.9.10.143.1.4.1.2
The row status variable, used according to installation and removal conventions for conceptual rows. Setting this object to active(1) or createAndGo(4) results in the addition of an associated address for a virtual router. Destroying the entry or setting it to notInService(2) removes the associated address from the virtual router. The use of other values is implementation-dependent. This object is deprecated in favor of the IP Version Independent object, vrrpAssociatedIpAddrRowStatus.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

c07vrrpRouterStatsTable 1.3.6.1.4.1.9.10.143.2.4
Table of virtual router statistics. This object is deprecated in favor of the IP Version Independent object, vrrpRouterStatisticsTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    C07VrrpRouterStatsEntry

c07vrrpRouterStatsEntry 1.3.6.1.4.1.9.10.143.2.4.1
An entry in the table, containing statistics information about a given virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpRouterStatisticsEntry.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  C07VrrpRouterStatsEntry  

c07vrrpStatsBecomeMaster 1.3.6.1.4.1.9.10.143.2.4.1.1
The total number of times that this virtual router's state has transitioned to MASTER. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsMasterTransitions.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsAdvertiseRcvd 1.3.6.1.4.1.9.10.143.2.4.1.2
The total number of VRRP advertisements received by this virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsRcvdAdvertisements.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsAdvertiseIntervalErrors 1.3.6.1.4.1.9.10.143.2.4.1.3
The total number of VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsAdvIntervalErrors.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsAuthFailures 1.3.6.1.4.1.9.10.143.2.4.1.4
The total number of VRRP packets received that do not pass the authentication check. This object is deprecated in the IP Version MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsIpTtlErrors 1.3.6.1.4.1.9.10.143.2.4.1.5
The total number of VRRP packets received by the virtual router with IP TTL (Time-To-Live) not equal to 255. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsIpTtlErrors.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsPriorityZeroPktsRcvd 1.3.6.1.4.1.9.10.143.2.4.1.6
The total number of VRRP packets received by the virtual router with a priority of '0'. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsRcvdPriZeroPackets.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsPriorityZeroPktsSent 1.3.6.1.4.1.9.10.143.2.4.1.7
The total number of VRRP packets sent by the virtual router with a priority of '0'. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsSentPriZeroPackets.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsInvalidTypePktsRcvd 1.3.6.1.4.1.9.10.143.2.4.1.8
The number of VRRP packets received by the virtual router with an invalid value in the 'type' field. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsRcvdInvalidTypePkts.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsAddressListErrors 1.3.6.1.4.1.9.10.143.2.4.1.9
The total number of packets received for which the address list does not match the locally configured list for the virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsAddressListErrors.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsInvalidAuthType 1.3.6.1.4.1.9.10.143.2.4.1.10
The total number of packets received with an unknown authentication type. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsPacketLengthErrors.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsAuthTypeMismatch 1.3.6.1.4.1.9.10.143.2.4.1.11
The total number of packets received with 'Auth Type' not equal to the locally configured authentication method (`vrrpOperAuthType'). This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsRcvdInvalidAuthentications.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpStatsPacketLengthErrors 1.3.6.1.4.1.9.10.143.2.4.1.12
The total number of packets received with a packet length less than the length of the VRRP header. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsPacketLengthErrors.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

c07vrrpTrapPacketSrc 1.3.6.1.4.1.9.10.143.1.5
The IP address of an inbound VRRP packet. Used by vrrpTrapAuthFailure trap. This object is deprecated in the IP Version MIB.
Status: deprecated Access: accessible-for-notify
OBJECT-TYPE    
  IpAddress  

c07vrrpTrapAuthErrorType 1.3.6.1.4.1.9.10.143.1.6
Potential types of configuration conflicts. Used by vrrpAuthFailure trap. This object is deprecated in the IP Version MIB.
Status: deprecated Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER invalidAuthType(1), authTypeMismatch(2), authFailure(3)  

c07vrrpTrapAuthFailure 1.3.6.1.4.1.9.10.143.0.2
A vrrpAuthFailure trap signifies that a packet has been received from a router whose authentication key or authentication type conflicts with this router's authentication key or authentication type. Implementation of this trap is optional. This object is has been deprecated.
Status: deprecated Access: accessible-for-notify
NOTIFICATION-TYPE    

c07vrrpMIBCompliances 1.3.6.1.4.1.9.10.143.3.1
OBJECT IDENTIFIER    

c07vrrpMIBGroups 1.3.6.1.4.1.9.10.143.3.2
OBJECT IDENTIFIER    

c07vrrpMIBCompliance 1.3.6.1.4.1.9.10.143.3.1.1
This compliance is deprecated in favour of vrrpModuleFullCompliance.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

c07vrrpModuleFullCompliance 1.3.6.1.4.1.9.10.143.3.1.2
The compliance statement for both VRRP for IPv4 and VRRP for IPv6 implementations.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

c07vrrpModuleReadOnlyCompliance 1.3.6.1.4.1.9.10.143.3.1.3
When this MIB is implemented without support for read- create (i.e. in read-only mode), then such an implementation can claim read-only compliance. Such a device can then be monitored but can not be configured with this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

c07vrrpOperGroup 1.3.6.1.4.1.9.10.143.3.2.1
Conformance group for VRRP operations.
Status: deprecated Access: read-only
OBJECT-GROUP    

c07vrrpStatsGroup 1.3.6.1.4.1.9.10.143.3.2.2
Conformance group for VRRP statistics.
Status: deprecated Access: read-only
OBJECT-GROUP    

c07vrrpTrapGroup 1.3.6.1.4.1.9.10.143.3.2.3
Conformance group for objects contained in VRRP notifications.
Status: deprecated Access: read-only
OBJECT-GROUP    

c07vrrpNotificationGroup 1.3.6.1.4.1.9.10.143.3.2.4
The VRRP MIB Notification Group.
Status: deprecated Access: read-only
NOTIFICATION-GROUP    

c07vrrpOperationsGroup 1.3.6.1.4.1.9.10.143.3.2.5
Conformance group for VRRP over IPv4 and IPv6 operations.
Status: current Access: read-only
OBJECT-GROUP    

c07vrrpStatisticsGroup 1.3.6.1.4.1.9.10.143.3.2.6
Conformance group for VRRP over IPv4 and IPv6 statistics.
Status: current Access: read-only
OBJECT-GROUP    

c07vrrpTrapInfoGroup 1.3.6.1.4.1.9.10.143.3.2.8
Conformance group for objects contained in VRRP notifications.
Status: current Access: read-only
OBJECT-GROUP    

c07vrrpNotificationsGroup 1.3.6.1.4.1.9.10.143.3.2.9
The VRRP MIB Notification Group.
Status: current Access: read-only
NOTIFICATION-GROUP