CISCO-IETF-VRRP-MIB

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

Imported modules

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

Imported symbols

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

Defined Types

CVrId  
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  

CVrrpOperationsEntry  
SEQUENCE    
  cVrrpOperationsInetAddrType InetAddressType
  cVrrpOperationsVrId CVrId
  cVrrpOperationsVirtualMacAddr MacAddress
  cVrrpOperationsState INTEGER
  cVrrpOperationsPriority Integer32
  cVrrpOperationsVersion INTEGER
  cVrrpOperationsAddrCount Integer32
  cVrrpOperationsMasterIpAddr InetAddress
  cVrrpOperationsPrimaryIpAddr InetAddress
  cVrrpOperationsAdvInterval TimeInterval
  cVrrpOperationsPreemptMode TruthValue
  cVrrpOperationsAcceptMode TruthValue
  cVrrpOperationsUpTime TimeStamp
  cVrrpOperationsRowStatus RowStatus

CVrrpAssociatedIpAddrEntry  
SEQUENCE    
  cVrrpAssociatedInetAddrType InetAddressType
  cVrrpAssociatedIpAddr InetAddress
  cVrrpAssociatedIpAddrRowStatus RowStatus

CVrrpRouterStatisticsEntry  
SEQUENCE    
  cVrrpStatisticsBecomeMaster Counter32
  cVrrpStatisticsAdvertiseRcvd Counter32
  cVrrpStatisticsAdvIntervalErrors Counter32
  cVrrpStatisticsIpTtlErrors Counter32
  cVrrpStatisticsPriZeroPktsRcvd Counter32
  cVrrpStatisticsPriZeroPktsSent Counter32
  cVrrpStatisticsInvldTypePktsRcvd Counter32
  cVrrpStatisticsAddressListErrors Counter32
  cVrrpStatisticsPacketLengthErrors Counter32
  cVrrpStatisticsDiscontinuityTime TimeStamp
  cVrrpStatisticsRefreshRate Unsigned32
  cVrrpStatisticsInvalidAuthType Counter32

Defined Values

ciscoVrrpMIB 1.3.6.1.4.1.9.10.999
This MIB describes objects used for managing Virtual Router Redundancy Protocol (VRRP) over IPv4 and IPv6 protocols. This MIB supports VRRP for IPv4 and IPv6 protocols simultaneously running on a given interface of a router.
MODULE-IDENTITY    

cVrrpNotifications 1.3.6.1.4.1.9.10.999.0
OBJECT IDENTIFIER    

cVrrpOperations 1.3.6.1.4.1.9.10.999.1
OBJECT IDENTIFIER    

cVrrpStatistics 1.3.6.1.4.1.9.10.999.2
OBJECT IDENTIFIER    

cVrrpConformance 1.3.6.1.4.1.9.10.999.3
OBJECT IDENTIFIER    

cVrrpNotificationCntl 1.3.6.1.4.1.9.10.999.1.2
This object indicates whether the agent should generate the notifications defined in this MIB module. If the value of this object is 'true', then the notifications are generated. If the value of this object is 'false', then the notifications are not generated.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cVrrpOperationsTable 1.3.6.1.4.1.9.10.999.1.7
Unified Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpOperationsEntry' items.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVrrpOperationsEntry

cVrrpOperationsEntry 1.3.6.1.4.1.9.10.999.1.7.1
An entry in the cVrrpOperationsTable 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. Note that rows in this table can be distinguished on a multi-stacked device running VRRP over IPv4 and IPv6 on the same interface. Rows in the table cannot be modified unless the value of 'cVrrpOperationsState' has transitioned to 'initialize'
Status: current Access: not-accessible
OBJECT-TYPE    
  CVrrpOperationsEntry  

cVrrpOperationsInetAddrType 1.3.6.1.4.1.9.10.999.1.7.1.1
The type of Internet address of CVrrpOperationsEntry. This value applies to both cVrrpOperationsMasterIpAddr and cVrrpOperationsPrimaryIpAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cVrrpOperationsVrId 1.3.6.1.4.1.9.10.999.1.7.1.2
This object contains the Virtual Router Identifier (VRID).
Status: current Access: not-accessible
OBJECT-TYPE    
  CVrId  

cVrrpOperationsVirtualMacAddr 1.3.6.1.4.1.9.10.999.1.7.1.3
The virtual MAC address of the virtual router. Although the value of this object can be derived from the 'cVrrpOperationsVrId' object, i.e., 00-00-5E-00-01-(VRID) for IPv4 and 00-00-5E-00-02-(VRID) for IPv6, 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  

cVrrpOperationsState 1.3.6.1.4.1.9.10.999.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 that 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)  

cVrrpOperationsPriority 1.3.6.1.4.1.9.10.999.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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

cVrrpOperationsVersion 1.3.6.1.4.1.9.10.999.1.7.1.6
This object contains the VRRP version on which this VRRP instance is running.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER vrrpv2(1), vrrpv3(2)  

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

cVrrpOperationsMasterIpAddr 1.3.6.1.4.1.9.10.999.1.7.1.9
The master router's real IP address. 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  

cVrrpOperationsPrimaryIpAddr 1.3.6.1.4.1.9.10.999.1.7.1.10
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 cVrrpOperationsMasterIpAddr', should the virtual router transition from backup state to master.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cVrrpOperationsAdvInterval 1.3.6.1.4.1.9.10.999.1.7.1.11
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..4096  

cVrrpOperationsPreemptMode 1.3.6.1.4.1.9.10.999.1.7.1.12
Controls whether a higher priority virtual router will preempt a lower priority master. If the value of this object is 'true', then the higer priority virtual router will preempt. If the value of this object is 'false', then the higer priority vritual router will not preempt.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cVrrpOperationsAcceptMode 1.3.6.1.4.1.9.10.999.1.7.1.13
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. If the value of this object is 'true', then the virtual router in Master state will accept. If the value of this object is 'false', then the virtual router in Master state will not accept.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

cVrrpOperationsRowStatus 1.3.6.1.4.1.9.10.999.1.7.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 cVrrpOperationsTable is constrained by the operational state of the corresponding virtual router. When `cVrrpOperationsRowStatus' 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 `cVrrpOperationsRowStatus' column will be read as notReady(3). In particular, a newly created row cannot be made active(1) until (minimally) the corresponding instance of cVrrpOperationsInetAddrType, cVrrpOperationsVrId and cVrrpOperationsPrimaryIpAddr has been set and there is at least one active row in the `cVrrpAssociatedIpAddrTable' defining an associated IP address. notInService(2) should be used to administratively bring the row down.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cVrrpAssociatedIpAddrTable 1.3.6.1.4.1.9.10.999.1.8
The table of addresses associated with this virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVrrpAssociatedIpAddrEntry

cVrrpAssociatedIpAddrEntry 1.3.6.1.4.1.9.10.999.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 'cVrrpOperationsIpAddrCount'). Rows in the table cannot be modified unless the value of `cVrrpOperationsState' has transitioned to `initialize'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVrrpAssociatedIpAddrEntry  

cVrrpAssociatedInetAddrType 1.3.6.1.4.1.9.10.999.1.8.1.2
The type of Internet address of VrrpAssociatedIpAddrEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cVrrpAssociatedIpAddr 1.3.6.1.4.1.9.10.999.1.8.1.3
The assigned IP addresses that a virtual router is responsible for backing up.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(16)  

cVrrpAssociatedIpAddrRowStatus 1.3.6.1.4.1.9.10.999.1.8.1.4
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 createAndGo (4) results in creating a new instance of a conceptual row and setting it to active. The value of the other columns cannot be modified when the value of this object is active. 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

cVrrpRouterVrIdErrors 1.3.6.1.4.1.9.10.999.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  

cVrrpRouterStatisticsTable 1.3.6.1.4.1.9.10.999.2.5
Table of virtual router statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVrrpRouterStatisticsEntry

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

cVrrpStatisticsBecomeMaster 1.3.6.1.4.1.9.10.999.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 the corresponding instance of cVrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVrrpStatisticsAdvertiseRcvd 1.3.6.1.4.1.9.10.999.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 the corresponding instance of cVrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVrrpStatisticsAdvIntervalErrors 1.3.6.1.4.1.9.10.999.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 the corresponding instance of cVrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVrrpStatisticsIpTtlErrors 1.3.6.1.4.1.9.10.999.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 the corresponding instance of cVrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVrrpStatisticsPriZeroPktsRcvd 1.3.6.1.4.1.9.10.999.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 the corresponding instance of cVrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVrrpStatisticsPriZeroPktsSent 1.3.6.1.4.1.9.10.999.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 the corresponding instance of cVrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVrrpStatisticsInvldTypePktsRcvd 1.3.6.1.4.1.9.10.999.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 the corresponding instance of cVrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVrrpStatisticsAddressListErrors 1.3.6.1.4.1.9.10.999.2.5.1.8
The total number of VRRP packets received for which the address list contained in the packets does not match the locally configured list that corresponds to rows in the cVrrpAssociatedAddrTable 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 the corresponding instance of cVrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVrrpStatisticsPacketLengthErrors 1.3.6.1.4.1.9.10.999.2.5.1.11
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 the corresponding instance of cVrrpStatisticsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cVrrpStatisticsDiscontinuityTime 1.3.6.1.4.1.9.10.999.2.5.1.12
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  

cVrrpStatisticsRefreshRate 1.3.6.1.4.1.9.10.999.2.5.1.13
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  

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

cVrrpNotificationNewMasterReason 1.3.6.1.4.1.9.10.999.1.9
This indicates the reason for NewMaster notification. Used by cVrrpNotificationNewMaster notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER priority(0), preempted(1), masterNoResponse(2)  

cVrrpNotificationProtoErrReason 1.3.6.1.4.1.9.10.999.1.10
This indicates the reason for protocol error notification. Used by cVrrpNotificationProtoError notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER hopLimitError(0), versionError(1), checksumError(2), vridError(3)  

cVrrpNotificationNewMaster 1.3.6.1.4.1.9.10.999.0.1
The newMaster notification indicates that the sending agent has transitioned to 'Master' state.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cVrrpNotificationProtoError 1.3.6.1.4.1.9.10.999.0.3
The error notification indicates that the sending agent has encountered the protocol error indicated by the value of cVrrpNotificationProtoErrorReason.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cVrrpMIBCompliances 1.3.6.1.4.1.9.10.999.3.1
OBJECT IDENTIFIER    

cVrrpMIBGroups 1.3.6.1.4.1.9.10.999.3.2
OBJECT IDENTIFIER    

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

cVrrpMIBReadOnlyCompliance 1.3.6.1.4.1.9.10.999.3.1.3
The read-only compliance statement for all VRRP implementations VRRP for IPv4 and IPv6.
Status: current Access: read-only
MODULE-COMPLIANCE    

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

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

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

cVrrpNotificationsGroup 1.3.6.1.4.1.9.10.999.3.2.9
The VRRP MIB Notification Group.
Status: current Access: read-only
NOTIFICATION-GROUP