MIBs Depot

CISCO-IETF-VRRP-MIB

Registered at
1.3.6.1.4.1.9.10.999
Last updated
2005-11-17 00:00
Organization
Cisco Systems Inc
Revisions
2005-11-17 00:00
Namespace
cisco
Source file
CISCO-IETF-VRRP-MIB
Digest
sha256:85492f7b81fb1d571c77c8405fc406b87afca38810896e24f24b57ac195771da

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553 -NETS E-mail: cs-san@cisco.com

Imports

FromSymbols
CISCO-SMIciscoExperiment
IF-MIBifIndex
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION, TimeInterval, TimeStamp, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-IETF-VRRP-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Under this module's arcs

Where the registration tree carries on below this module.

ArcNameModule
1.3.6.1.4.1.9.10.999.2ccdsgIfTunnel
1.3.6.1.4.1.9.10.999.4ciscoCableDsgIfConformanceCISCO-CABLE-DSG-IF-MIB

Textual conventions

NameOIDSyntaxAccessStatus
CVrId
TEXTUAL-CONVENTION
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.
current

Objects

NameOIDSyntaxAccessStatus
cVrrpNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.999.0
cVrrpOperations
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.999.1
cVrrpNotificationCntl
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.2INTEGER {enabled(1), disabled(2)}read-writecurrent
cVrrpOperationsTable
OBJECT-TYPE
Unified Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpOperationsEntry' items.
1.3.6.1.4.1.9.10.999.1.7not-accessiblecurrent
cVrrpOperationsEntry
OBJECT-TYPE
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'
1.3.6.1.4.1.9.10.999.1.7.1not-accessiblecurrent
cVrrpOperationsInetAddrType
OBJECT-TYPE
The type of Internet address of CVrrpOperationsEntry. This value applies to both cVrrpOperationsMasterIpAddr and cVrrpOperationsPrimaryIpAddr.
1.3.6.1.4.1.9.10.999.1.7.1.1InetAddressTypenot-accessiblecurrent
cVrrpOperationsVrId
OBJECT-TYPE
This object contains the Virtual Router Identifier (VRID).
1.3.6.1.4.1.9.10.999.1.7.1.2CVrIdnot-accessiblecurrent
cVrrpOperationsVirtualMacAddr
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.7.1.3MacAddressread-onlycurrent
cVrrpOperationsState
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.7.1.4INTEGER {initialize(1), backup(2), master(3)}read-onlycurrent
cVrrpOperationsPriority
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.7.1.5Integer32 (0..255)read-createcurrent
cVrrpOperationsVersion
OBJECT-TYPE
This object contains the VRRP version on which this VRRP instance is running.
1.3.6.1.4.1.9.10.999.1.7.1.6INTEGER {vrrpv2(1), vrrpv3(2)}read-createcurrent
cVrrpOperationsAddrCount
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.7.1.7Integer32 (0..255)read-onlycurrent
cVrrpOperationsMasterIpAddr
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.7.1.9InetAddressread-onlycurrent
cVrrpOperationsPrimaryIpAddr
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.7.1.10InetAddressread-createcurrent
cVrrpOperationsAdvInterval
OBJECT-TYPE
The time interval, in centiseconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
1.3.6.1.4.1.9.10.999.1.7.1.11TimeInterval (1..4096)read-createcurrent
cVrrpOperationsPreemptMode
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.7.1.12TruthValueread-createcurrent
cVrrpOperationsAcceptMode
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.7.1.13TruthValueread-createcurrent
cVrrpOperationsUpTime
OBJECT-TYPE
This is the value of the `sysUpTime' object when this virtual router (i.e., the `vrrpOperState') transitioned out of `initialized'.
1.3.6.1.4.1.9.10.999.1.7.1.14TimeStampread-onlycurrent
cVrrpOperationsRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.7.1.15RowStatusread-createcurrent
cVrrpAssociatedIpAddrTable
OBJECT-TYPE
The table of addresses associated with this virtual router.
1.3.6.1.4.1.9.10.999.1.8not-accessiblecurrent
cVrrpAssociatedIpAddrEntry
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.10.999.1.8.1not-accessiblecurrent
cVrrpAssociatedInetAddrType
OBJECT-TYPE
The type of Internet address of VrrpAssociatedIpAddrEntry.
1.3.6.1.4.1.9.10.999.1.8.1.2InetAddressTypenot-accessiblecurrent
cVrrpAssociatedIpAddr
OBJECT-TYPE
The assigned IP addresses that a virtual router is responsible for backing up.
1.3.6.1.4.1.9.10.999.1.8.1.3InetAddress (SIZE(16))not-accessiblecurrent
cVrrpAssociatedIpAddrRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.1.8.1.4RowStatusread-createcurrent
cVrrpNotificationNewMasterReason
OBJECT-TYPE
This indicates the reason for NewMaster notification. Used by cVrrpNotificationNewMaster notification.
1.3.6.1.4.1.9.10.999.1.9INTEGER {priority(0), preempted(1), masterNoResponse(2)}accessible-for-notifycurrent
cVrrpNotificationProtoErrReason
OBJECT-TYPE
This indicates the reason for protocol error notification. Used by cVrrpNotificationProtoError notification.
1.3.6.1.4.1.9.10.999.1.10INTEGER {hopLimitError(0), versionError(1), checksumError(2), vridError(3)}accessible-for-notifycurrent
cVrrpStatistics
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.999.2
cVrrpRouterChecksumErrors
OBJECT-TYPE
The total number of VRRP packets received with an invalid VRRP checksum value.
1.3.6.1.4.1.9.10.999.2.1Counter32read-onlycurrent
cVrrpRouterVersionErrors
OBJECT-TYPE
The total number of VRRP packets received with an unknown or unsupported version number.
1.3.6.1.4.1.9.10.999.2.2Counter32read-onlycurrent
cVrrpRouterVrIdErrors
OBJECT-TYPE
The total number of VRRP packets received with an invalid VRID for this virtual router.
1.3.6.1.4.1.9.10.999.2.3Counter32read-onlycurrent
cVrrpRouterStatisticsTable
OBJECT-TYPE
Table of virtual router statistics.
1.3.6.1.4.1.9.10.999.2.5not-accessiblecurrent
cVrrpRouterStatisticsEntry
OBJECT-TYPE
An entry in the table, containing statistics information about a given virtual router.
1.3.6.1.4.1.9.10.999.2.5.1not-accessiblecurrent
cVrrpStatisticsBecomeMaster
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.1Counter32read-onlycurrent
cVrrpStatisticsAdvertiseRcvd
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.2Counter32read-onlycurrent
cVrrpStatisticsAdvIntervalErrors
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.3Counter32read-onlycurrent
cVrrpStatisticsIpTtlErrors
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.4Counter32read-onlycurrent
cVrrpStatisticsPriZeroPktsRcvd
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.5Counter32read-onlycurrent
cVrrpStatisticsPriZeroPktsSent
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.6Counter32read-onlycurrent
cVrrpStatisticsInvldTypePktsRcvd
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.7Counter32read-onlycurrent
cVrrpStatisticsAddressListErrors
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.8Counter32read-onlycurrent
cVrrpStatisticsPacketLengthErrors
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.11Counter32read-onlycurrent
cVrrpStatisticsDiscontinuityTime
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.12TimeStampread-onlycurrent
cVrrpStatisticsRefreshRate
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.999.2.5.1.13Unsigned32read-onlycurrent
cVrrpStatisticsInvalidAuthType
OBJECT-TYPE
The total number of packets received with an unknown authentication type.
1.3.6.1.4.1.9.10.999.2.5.1.14Counter32read-onlycurrent
cVrrpConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.999.3
cVrrpMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.999.3.1
cVrrpMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.999.3.2

Notifications

NameOIDStatus
cVrrpNotificationNewMaster
NOTIFICATION-TYPE
The newMaster notification indicates that the sending agent has transitioned to 'Master' state.
1.3.6.1.4.1.9.10.999.0.1current
cVrrpNotificationProtoError
NOTIFICATION-TYPE
The error notification indicates that the sending agent has encountered the protocol error indicated by the value of cVrrpNotificationProtoErrorReason.
1.3.6.1.4.1.9.10.999.0.3current

Conformance

NameOIDStatus
cVrrpMIBCompliance2
MODULE-COMPLIANCE
The compliance statement for both VRRP for IPv4 and VRRP for IPv6 implementations.
1.3.6.1.4.1.9.10.999.3.1.2current
cVrrpMIBReadOnlyCompliance
MODULE-COMPLIANCE
The read-only compliance statement for all VRRP implementations VRRP for IPv4 and IPv6.
1.3.6.1.4.1.9.10.999.3.1.3current
cVrrpOperationsGroup
OBJECT-GROUP
Conformance group for VRRP over IPv4 and IPv6 operations.
1.3.6.1.4.1.9.10.999.3.2.5current
cVrrpStatisticsGroup
OBJECT-GROUP
Conformance group for VRRP over IPv4 and IPv6 statistics.
1.3.6.1.4.1.9.10.999.3.2.6current
cVrrpNotificationInfoGroup
OBJECT-GROUP
Conformance group for objects contained in VRRP notifications.
1.3.6.1.4.1.9.10.999.3.2.8current
cVrrpNotificationsGroup
NOTIFICATION-GROUP
The VRRP MIB Notification Group.
1.3.6.1.4.1.9.10.999.3.2.9current