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
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoExperiment |
| IF-MIB | ifIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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.
| Arc | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.10.999.2 | ccdsgIfTunnel | |
| 1.3.6.1.4.1.9.10.999.4 | ciscoCableDsgIfConformance | CISCO-CABLE-DSG-IF-MIB |
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.2 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| 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.7 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | InetAddressType | not-accessible | current |
| cVrrpOperationsVrId OBJECT-TYPE This object contains the Virtual Router Identifier (VRID). | 1.3.6.1.4.1.9.10.999.1.7.1.2 | CVrId | not-accessible | current |
| 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.3 | MacAddress | read-only | current |
| 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.4 | INTEGER {initialize(1), backup(2), master(3)} | read-only | current |
| 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.5 | Integer32 (0..255) | read-create | current |
| 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.6 | INTEGER {vrrpv2(1), vrrpv3(2)} | read-create | current |
| 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.7 | Integer32 (0..255) | read-only | current |
| 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.9 | InetAddress | read-only | current |
| 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.10 | InetAddress | read-create | current |
| 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.11 | TimeInterval (1..4096) | read-create | current |
| 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.12 | TruthValue | read-create | current |
| 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.13 | TruthValue | read-create | current |
| 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.14 | TimeStamp | read-only | current |
| 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.15 | RowStatus | read-create | current |
| cVrrpAssociatedIpAddrTable OBJECT-TYPE The table of addresses associated with this virtual router. | 1.3.6.1.4.1.9.10.999.1.8 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| cVrrpAssociatedInetAddrType OBJECT-TYPE The type of Internet address of VrrpAssociatedIpAddrEntry. | 1.3.6.1.4.1.9.10.999.1.8.1.2 | InetAddressType | not-accessible | current |
| 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.3 | InetAddress (SIZE(16)) | not-accessible | current |
| 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.4 | RowStatus | read-create | current |
| cVrrpNotificationNewMasterReason OBJECT-TYPE This indicates the reason for NewMaster notification. Used by cVrrpNotificationNewMaster notification. | 1.3.6.1.4.1.9.10.999.1.9 | INTEGER {priority(0), preempted(1), masterNoResponse(2)} | accessible-for-notify | current |
| 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.10 | INTEGER {hopLimitError(0), versionError(1), checksumError(2), vridError(3)} | accessible-for-notify | current |
| 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.1 | Counter32 | read-only | current |
| 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.2 | Counter32 | read-only | current |
| 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.3 | Counter32 | read-only | current |
| cVrrpRouterStatisticsTable OBJECT-TYPE Table of virtual router statistics. | 1.3.6.1.4.1.9.10.999.2.5 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Counter32 | read-only | current |
| 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.2 | Counter32 | read-only | current |
| 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.3 | Counter32 | read-only | current |
| 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.4 | Counter32 | read-only | current |
| 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.5 | Counter32 | read-only | current |
| 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.6 | Counter32 | read-only | current |
| 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.7 | Counter32 | read-only | current |
| 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.8 | Counter32 | read-only | current |
| 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.11 | Counter32 | read-only | current |
| 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.12 | TimeStamp | read-only | current |
| 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.13 | Unsigned32 | read-only | current |
| 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.14 | Counter32 | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
| 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.3 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| 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.2 | current |
| 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.3 | current |
| cVrrpOperationsGroup OBJECT-GROUP Conformance group for VRRP over IPv4 and IPv6 operations. | 1.3.6.1.4.1.9.10.999.3.2.5 | current |
| cVrrpStatisticsGroup OBJECT-GROUP Conformance group for VRRP over IPv4 and IPv6 statistics. | 1.3.6.1.4.1.9.10.999.3.2.6 | current |
| cVrrpNotificationInfoGroup OBJECT-GROUP Conformance group for objects contained in VRRP notifications. | 1.3.6.1.4.1.9.10.999.3.2.8 | current |
| cVrrpNotificationsGroup NOTIFICATION-GROUP The VRRP MIB Notification Group. | 1.3.6.1.4.1.9.10.999.3.2.9 | current |