MIBs Depot

VRRP-MIB

Registered at
1.3.6.1.2.1.68
Last updated
2000-03-03 00:00
Organization
IETF VRRP Working Group
Revisions
2000-03-03 00:00
Namespace
standard
Source file
VRRP-MIB
Digest
sha256:7f8603bddea7c37abecd4d00e16be8d0dd7ebb9c94213dd30394da29370e46ce

Description

This MIB describes objects used for managing Virtual Router Redundancy Protocol (VRRP) routers.

Contact

Brian R. Jewell Postal: Copper Mountain Networks, Inc. 2470 Embarcadero Way Palo Alto, California 94303 Tel: +1 650 687 3367 E-Mail: bjewell@coppermountain.com

Imports

FromSymbols
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso, mib-2
SNMPv2-TCDisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

9 module(s) in this corpus import this one.

Load order

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

IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
VRRP-MIB

Textual conventions

NameOIDSyntaxAccessStatus
VrId
TEXTUAL-CONVENTION
A number which, along with an interface index (ifIndex), serves to uniquely identify a virtual router on a given VRRP router. A set of one or more associated addresses is assigned to a VRID.
current

Objects

NameOIDSyntaxAccessStatus
vrrpNotifications
OBJECT-IDENTITY
1.3.6.1.2.1.68.0
vrrpOperations
OBJECT-IDENTITY
1.3.6.1.2.1.68.1
vrrpNodeVersion
OBJECT-TYPE
This value identifies the particular version of the VRRP supported by this node.
1.3.6.1.2.1.68.1.1Integer32read-onlycurrent
vrrpNotificationCntl
OBJECT-TYPE
Indicates whether the VRRP-enabled router will generate SNMP traps for events defined in this MIB. 'Enabled' results in SNMP traps; 'disabled', no traps are sent.
1.3.6.1.2.1.68.1.2INTEGER {enabled(1), disabled(2)}read-writecurrent
vrrpOperTable
OBJECT-TYPE
Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpOperEntry' items.
1.3.6.1.2.1.68.1.3not-accessiblecurrent
vrrpOperEntry
OBJECT-TYPE
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'.
1.3.6.1.2.1.68.1.3.1not-accessiblecurrent
vrrpOperVrId
OBJECT-TYPE
This object contains the Virtual Router Identifier (VRID).
1.3.6.1.2.1.68.1.3.1.1VrIdnot-accessiblecurrent
vrrpOperVirtualMacAddr
OBJECT-TYPE
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.
1.3.6.1.2.1.68.1.3.1.2MacAddressread-onlycurrent
vrrpOperState
OBJECT-TYPE
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.
1.3.6.1.2.1.68.1.3.1.3INTEGER {initialize(1), backup(2), master(3)}read-onlycurrent
vrrpOperAdminState
OBJECT-TYPE
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'.
1.3.6.1.2.1.68.1.3.1.4INTEGER {up(1), down(2)}read-createcurrent
vrrpOperPriority
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).
1.3.6.1.2.1.68.1.3.1.5Integer32 (0..255)read-createcurrent
vrrpOperIpAddrCount
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 vrrpAssoIpAddrTable that correspond to a given IF index/VRID pair.
1.3.6.1.2.1.68.1.3.1.6Integer32 (0..255)read-onlycurrent
vrrpOperMasterIpAddr
OBJECT-TYPE
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.
1.3.6.1.2.1.68.1.3.1.7IpAddressread-onlycurrent
vrrpOperPrimaryIpAddr
OBJECT-TYPE
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 will be selected.
1.3.6.1.2.1.68.1.3.1.8IpAddressread-createcurrent
vrrpOperAuthType
OBJECT-TYPE
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.
1.3.6.1.2.1.68.1.3.1.9INTEGER {noAuthentication(1), simpleTextPassword(2), ipAuthenticationHeader(3)}read-createcurrent
vrrpOperAuthKey
OBJECT-TYPE
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.
1.3.6.1.2.1.68.1.3.1.10OCTET STRING (SIZE(0..16))read-createcurrent
vrrpOperAdvertisementInterval
OBJECT-TYPE
The time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
1.3.6.1.2.1.68.1.3.1.11Integer32 (1..255)read-createcurrent
vrrpOperPreemptMode
OBJECT-TYPE
Controls whether a higher priority virtual router will preempt a lower priority master.
1.3.6.1.2.1.68.1.3.1.12TruthValueread-createcurrent
vrrpOperVirtualRouterUpTime
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.2.1.68.1.3.1.13TimeStampread-onlycurrent
vrrpOperProtocol
OBJECT-TYPE
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.
1.3.6.1.2.1.68.1.3.1.14INTEGER {ip(1), bridge(2), decnet(3), other(4)}read-createcurrent
vrrpOperRowStatus
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 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.
1.3.6.1.2.1.68.1.3.1.15RowStatusread-createcurrent
vrrpAssoIpAddrTable
OBJECT-TYPE
The table of addresses associated with this virtual router.
1.3.6.1.2.1.68.1.4not-accessiblecurrent
vrrpAssoIpAddrEntry
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 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'.
1.3.6.1.2.1.68.1.4.1not-accessiblecurrent
vrrpAssoIpAddr
OBJECT-TYPE
The assigned IP addresses that a virtual router is responsible for backing up.
1.3.6.1.2.1.68.1.4.1.1IpAddressnot-accessiblecurrent
vrrpAssoIpAddrRowStatus
OBJECT-TYPE
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.
1.3.6.1.2.1.68.1.4.1.2RowStatusread-createcurrent
vrrpTrapPacketSrc
OBJECT-TYPE
The IP address of an inbound VRRP packet. Used by vrrpTrapAuthFailure trap.
1.3.6.1.2.1.68.1.5IpAddressaccessible-for-notifycurrent
vrrpTrapAuthErrorType
OBJECT-TYPE
Potential types of configuration conflicts. Used by vrrpAuthFailure trap.
1.3.6.1.2.1.68.1.6INTEGER {invalidAuthType(1), authTypeMismatch(2), authFailure(3)}accessible-for-notifycurrent
vrrpStatistics
OBJECT-IDENTITY
1.3.6.1.2.1.68.2
vrrpRouterChecksumErrors
OBJECT-TYPE
The total number of VRRP packets received with an invalid VRRP checksum value.
1.3.6.1.2.1.68.2.1Counter32read-onlycurrent
vrrpRouterVersionErrors
OBJECT-TYPE
The total number of VRRP packets received with an unknown or unsupported version number.
1.3.6.1.2.1.68.2.2Counter32read-onlycurrent
vrrpRouterVrIdErrors
OBJECT-TYPE
The total number of VRRP packets received with an invalid VRID for this virtual router.
1.3.6.1.2.1.68.2.3Counter32read-onlycurrent
vrrpRouterStatsTable
OBJECT-TYPE
Table of virtual router statistics.
1.3.6.1.2.1.68.2.4not-accessiblecurrent
vrrpRouterStatsEntry
OBJECT-TYPE
An entry in the table, containing statistics information about a given virtual router.
1.3.6.1.2.1.68.2.4.1not-accessiblecurrent
vrrpStatsBecomeMaster
OBJECT-TYPE
The total number of times that this virtual router's state has transitioned to MASTER.
1.3.6.1.2.1.68.2.4.1.1Counter32read-onlycurrent
vrrpStatsAdvertiseRcvd
OBJECT-TYPE
The total number of VRRP advertisements received by this virtual router.
1.3.6.1.2.1.68.2.4.1.2Counter32read-onlycurrent
vrrpStatsAdvertiseIntervalErrors
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.
1.3.6.1.2.1.68.2.4.1.3Counter32read-onlycurrent
vrrpStatsAuthFailures
OBJECT-TYPE
The total number of VRRP packets received that do not pass the authentication check.
1.3.6.1.2.1.68.2.4.1.4Counter32read-onlycurrent
vrrpStatsIpTtlErrors
OBJECT-TYPE
The total number of VRRP packets received by the virtual router with IP TTL (Time-To-Live) not equal to 255.
1.3.6.1.2.1.68.2.4.1.5Counter32read-onlycurrent
vrrpStatsPriorityZeroPktsRcvd
OBJECT-TYPE
The total number of VRRP packets received by the virtual router with a priority of '0'.
1.3.6.1.2.1.68.2.4.1.6Counter32read-onlycurrent
vrrpStatsPriorityZeroPktsSent
OBJECT-TYPE
The total number of VRRP packets sent by the virtual router with a priority of '0'.
1.3.6.1.2.1.68.2.4.1.7Counter32read-onlycurrent
vrrpStatsInvalidTypePktsRcvd
OBJECT-TYPE
The number of VRRP packets received by the virtual router with an invalid value in the 'type' field.
1.3.6.1.2.1.68.2.4.1.8Counter32read-onlycurrent
vrrpStatsAddressListErrors
OBJECT-TYPE
The total number of packets received for which the address list does not match the locally configured list for the virtual router.
1.3.6.1.2.1.68.2.4.1.9Counter32read-onlycurrent
vrrpStatsInvalidAuthType
OBJECT-TYPE
The total number of packets received with an unknown authentication type.
1.3.6.1.2.1.68.2.4.1.10Counter32read-onlycurrent
vrrpStatsAuthTypeMismatch
OBJECT-TYPE
The total number of packets received with 'Auth Type' not equal to the locally configured authentication method (`vrrpOperAuthType').
1.3.6.1.2.1.68.2.4.1.11Counter32read-onlycurrent
vrrpStatsPacketLengthErrors
OBJECT-TYPE
The total number of packets received with a packet length less than the length of the VRRP header.
1.3.6.1.2.1.68.2.4.1.12Counter32read-onlycurrent
vrrpConformance
OBJECT-IDENTITY
1.3.6.1.2.1.68.3
vrrpMIBCompliances
OBJECT-IDENTITY
1.3.6.1.2.1.68.3.1
vrrpMIBGroups
OBJECT-IDENTITY
1.3.6.1.2.1.68.3.2

Notifications

NameOIDStatus
vrrpTrapNewMaster
NOTIFICATION-TYPE
The newMaster trap indicates that the sending agent has transitioned to 'Master' state.
1.3.6.1.2.1.68.0.1current
vrrpTrapAuthFailure
NOTIFICATION-TYPE
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.
1.3.6.1.2.1.68.0.2current

Conformance

NameOIDStatus
vrrpMIBCompliance
MODULE-COMPLIANCE
The core compliance statement for all VRRP implementations.
1.3.6.1.2.1.68.3.1.1current
vrrpOperGroup
OBJECT-GROUP
Conformance group for VRRP operations.
1.3.6.1.2.1.68.3.2.1current
vrrpStatsGroup
OBJECT-GROUP
Conformance group for VRRP statistics.
1.3.6.1.2.1.68.3.2.2current
vrrpTrapGroup
OBJECT-GROUP
Conformance group for objects contained in VRRP notifications.
1.3.6.1.2.1.68.3.2.3current
vrrpNotificationGroup
NOTIFICATION-GROUP
The VRRP MIB Notification Group.
1.3.6.1.2.1.68.3.2.4current