MIBs Depot

VRRPV3-MIB

Registered at
1.3.6.1.2.1.207
Last updated
2012-02-13 00:00
Organization
IETF VRRP Working Group
Revisions
2012-02-12 00:00
Namespace
standard
Source file
VRRPV3-MIB
Digest
sha256:3df26eb6e162649326c858745cfd90b32c8cb78d3398615a8492208059200833

Description

This MIB describes objects used for managing Virtual Router Redundancy Protocol version 3 (VRRPv3). Copyright (c) 2012 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of the MIB module is part of RFC 6527. Please see the RFC for full legal notices.

Contact

WG E-Mail: vrrp@ietf.org Editor: Kalyan Tata Nokia 313 Fairchild Dr, Mountain View, CA 94043 Tata_kalyan@yahoo.com

Imports

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

Imported by

3 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
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
VRRPV3-MIB

Textual conventions

NameOIDSyntaxAccessStatus
Vrrpv3VrIdTC
TEXTUAL-CONVENTION
The value of the Virtual Router Identifier noted as (VRID) in RFC 5798. This, along with interface index (ifIndex) and IP version, serves to uniquely identify a virtual router on a given VRRP router.
current

Objects

NameOIDSyntaxAccessStatus
vrrpv3Notifications
OBJECT-IDENTITY
1.3.6.1.2.1.207.0
vrrpv3Objects
OBJECT-IDENTITY
1.3.6.1.2.1.207.1
vrrpv3Operations
OBJECT-IDENTITY
1.3.6.1.2.1.207.1.1
vrrpv3OperationsTable
OBJECT-TYPE
Unified Operations table for a VRRP router that consists of a sequence (i.e., one or more conceptual rows) of 'vrrpv3OperationsEntry' items each of which describe the operational characteristics of a virtual router.
1.3.6.1.2.1.207.1.1.1not-accessiblecurrent
vrrpv3OperationsEntry
OBJECT-TYPE
An entry in the vrrpv3OperationsTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of ifIndex, VRID, and the IP version. ifIndex represents an interface of the router. A row must be created with vrrpv3OperationsStatus set to initialize(1) and cannot transition to backup(2) or master(3) until vrrpv3OperationsRowStatus is transitioned to active(1). The information in this table is persistent and when written the entity SHOULD save the change to non- volatile storage.
1.3.6.1.2.1.207.1.1.1.1not-accessiblecurrent
vrrpv3OperationsVrId
OBJECT-TYPE
This object contains the Virtual Router Identifier (VRID).
1.3.6.1.2.1.207.1.1.1.1.1Vrrpv3VrIdTCnot-accessiblecurrent
vrrpv3OperationsInetAddrType
OBJECT-TYPE
The IP address type of Vrrpv3OperationsEntry and Vrrpv3AssociatedIpAddrEntry. This value determines the type for vrrpv3OperationsMasterIpAddr, vrrpv3OperationsPrimaryIpAddr, and vrrpv3AssociatedIpAddrAddress. ipv4(1) and ipv6(2) are the only two values supported in this MIB module.
1.3.6.1.2.1.207.1.1.1.1.2InetAddressTypenot-accessiblecurrent
vrrpv3OperationsMasterIpAddr
OBJECT-TYPE
The master router's real IP address. The master router would set this address to vrrpv3OperationsPrimaryIpAddr while transitioning to master state. For backup routers, this is the IP address listed as the source in the VRRP advertisement last received by this virtual router.
1.3.6.1.2.1.207.1.1.1.1.3InetAddressread-onlycurrent
vrrpv3OperationsPrimaryIpAddr
OBJECT-TYPE
In the case where there is 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 vrrpv3OperationsMasterIpAddr', should the virtual router transition from backup state to master.
1.3.6.1.2.1.207.1.1.1.1.4InetAddressread-createcurrent
vrrpv3OperationsVirtualMacAddr
OBJECT-TYPE
The virtual MAC address of the virtual router. Although this object can be derived from the 'vrrpv3OperationsVrId' object, 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.2.1.207.1.1.1.1.5MacAddressread-onlycurrent
vrrpv3OperationsStatus
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.2.1.207.1.1.1.1.6INTEGER {initialize(1), backup(2), master(3)}read-onlycurrent
vrrpv3OperationsPriority
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 is not settable. Setting the values of this object to 0 or 255 should be rejected by the agents implementing this MIB module. For example, an SNMP agent would return 'badValue(3)' when a user tries to set the values 0 or 255 for this object.
1.3.6.1.2.1.207.1.1.1.1.7Unsigned32 (0..255)read-createcurrent
vrrpv3OperationsAddrCount
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 vrrpv3AssociatedAddrTable that correspond to a given ifIndex/VRID/IP version.
1.3.6.1.2.1.207.1.1.1.1.8Integer32 (0..255)read-onlycurrent
vrrpv3OperationsAdvInterval
OBJECT-TYPE
The time interval, in centiseconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
1.3.6.1.2.1.207.1.1.1.1.9TimeInterval (1..4095)read-createcurrent
vrrpv3OperationsPreemptMode
OBJECT-TYPE
Controls whether a higher priority virtual router will preempt a lower priority master.
1.3.6.1.2.1.207.1.1.1.1.10TruthValueread-createcurrent
vrrpv3OperationsAcceptMode
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. Default is false(2). This object is not relevant for rows representing VRRP over IPv4 and should be set to false(2).
1.3.6.1.2.1.207.1.1.1.1.11TruthValueread-createcurrent
vrrpv3OperationsUpTime
OBJECT-TYPE
This value represents the amount of time, in TimeTicks (hundredth of a second), since this virtual router (i.e., the 'vrrpv3OperationsStatus') transitioned out of 'initialize'.
1.3.6.1.2.1.207.1.1.1.1.12TimeTicksread-onlycurrent
vrrpv3OperationsRowStatus
OBJECT-TYPE
The RowStatus variable should be used in accordance 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). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the 'vrrpv3OperationsRowStatus' column will be read as notReady(3). In particular, a newly created row cannot be made active(1) until (minimally) the corresponding instance of vrrpv3OperationsInetAddrType, vrrpv3OperationsVrId, and vrrpv3OperationsPrimaryIpAddr has been set, and there is at least one active row in the 'vrrpv3AssociatedIpAddrTable' 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 vrrpv3OperationsTable with createAndWait(5). 2. Create one or more corresponding rows in vrrpv3AssociatedIpAddrTable. 3. Populate the vrrpv3OperationsEntry. 4. Set vrrpv3OperationsRowStatus to active(1). A typical order of operation to delete an entry is: 1. Set vrrpv3OperationsRowStatus to notInService(2). 2. Set the corresponding rows in vrrpv3AssociatedIpAddrTable to destroy(6) to delete the entry. 3. Set vrrpv3OperationsRowStatus to destroy(6) to delete the entry.
1.3.6.1.2.1.207.1.1.1.1.13RowStatusread-createcurrent
vrrpv3AssociatedIpAddrTable
OBJECT-TYPE
The table of addresses associated with each virtual router.
1.3.6.1.2.1.207.1.1.2not-accessiblecurrent
vrrpv3AssociatedIpAddrEntry
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 'vrrpv3OperationsIpAddrCount'). Rows in the table cannot be modified unless the value of 'vrrpv3OperationsStatus' for the corresponding entry in the vrrpv3OperationsTable has transitioned to initialize(1). The information in this table is persistent and when written the entity SHOULD save the change to non- volatile storage.
1.3.6.1.2.1.207.1.1.2.1not-accessiblecurrent
vrrpv3AssociatedIpAddrAddress
OBJECT-TYPE
The assigned IP addresses that a virtual router is responsible for backing up. The IP address type is determined by the value of vrrpv3OperationsInetAddrType in the index of this row.
1.3.6.1.2.1.207.1.1.2.1.1InetAddress (SIZE(0 | 4 | 16))not-accessiblecurrent
vrrpv3AssociatedIpAddrRowStatus
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 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. Implementations should not allow deletion of the last row corresponding to an active row in vrrpv3OperationsTable. Refer to the description of vrrpv3OperationsRowStatus for typical row creation and deletion scenarios.
1.3.6.1.2.1.207.1.1.2.1.2RowStatusread-createcurrent
vrrpv3Statistics
OBJECT-IDENTITY
1.3.6.1.2.1.207.1.2
vrrpv3RouterChecksumErrors
OBJECT-TYPE
The total number of VRRP packets received with an invalid VRRP checksum value. 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 vrrpv3GlobalStatisticsDiscontinuityTime.
1.3.6.1.2.1.207.1.2.1Counter64read-onlycurrent
vrrpv3RouterVersionErrors
OBJECT-TYPE
The total number of VRRP packets received with an unknown or unsupported version number. 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 vrrpv3GlobalStatisticsDiscontinuityTime.
1.3.6.1.2.1.207.1.2.2Counter64read-onlycurrent
vrrpv3RouterVrIdErrors
OBJECT-TYPE
The total number of VRRP packets received with a VRID that is not valid for any virtual router on this 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 vrrpv3GlobalStatisticsDiscontinuityTime.
1.3.6.1.2.1.207.1.2.3Counter64read-onlycurrent
vrrpv3GlobalStatisticsDiscontinuityTime
OBJECT-TYPE
The value of sysUpTime on the most recent occasion at which one of vrrpv3RouterChecksumErrors, vrrpv3RouterVersionErrors, and vrrpv3RouterVrIdErrors 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.2.1.207.1.2.4TimeStampread-onlycurrent
vrrpv3StatisticsTable
OBJECT-TYPE
Table of virtual router statistics.
1.3.6.1.2.1.207.1.2.5not-accessiblecurrent
vrrpv3StatisticsEntry
OBJECT-TYPE
An entry in the table containing statistics information about a given virtual router.
1.3.6.1.2.1.207.1.2.5.1not-accessiblecurrent
vrrpv3StatisticsMasterTransitions
OBJECT-TYPE
The total number of times that this virtual router's state has transitioned to master state. 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 vrrpv3StatisticsRowDiscontinuityTime.
1.3.6.1.2.1.207.1.2.5.1.1Counter32read-onlycurrent
vrrpv3StatisticsNewMasterReason
OBJECT-TYPE
This indicates the reason for the virtual router to transition to master state. If the virtual router never transitioned to master state, the value of this object is notMaster(0). Otherwise, this indicates the reason this virtual router transitioned to master state the last time. Used by vrrpv3NewMaster notification.
1.3.6.1.2.1.207.1.2.5.1.2INTEGER {notMaster(0), priority(1), preempted(2), masterNoResponse(3)}read-onlycurrent
vrrpv3StatisticsRcvdAdvertisements
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 vrrpv3StatisticsRowDiscontinuityTime.
1.3.6.1.2.1.207.1.2.5.1.3Counter64read-onlycurrent
vrrpv3StatisticsAdvIntervalErrors
OBJECT-TYPE
The total number of VRRP advertisement packets received for which the advertisement interval is different from the vrrpv3OperationsAdvInterval configured on 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 vrrpv3StatisticsRowDiscontinuityTime.
1.3.6.1.2.1.207.1.2.5.1.4Counter64read-onlycurrent
vrrpv3StatisticsIpTtlErrors
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 vrrpv3StatisticsRowDiscontinuityTime.
1.3.6.1.2.1.207.1.2.5.1.5Counter64read-onlycurrent
vrrpv3StatisticsProtoErrReason
OBJECT-TYPE
This indicates the reason for the last protocol error. This SHOULD be set to noError(0) when no protocol errors are encountered. Used by vrrpv3ProtoError notification.
1.3.6.1.2.1.207.1.2.5.1.6INTEGER {noError(0), ipTtlError(1), versionError(2), checksumError(3), vrIdError(4)}read-onlycurrent
vrrpv3StatisticsRcvdPriZeroPackets
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 vrrpv3StatisticsRowDiscontinuityTime.
1.3.6.1.2.1.207.1.2.5.1.7Counter64read-onlycurrent
vrrpv3StatisticsSentPriZeroPackets
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 vrrpv3StatisticsRowDiscontinuityTime.
1.3.6.1.2.1.207.1.2.5.1.8Counter64read-onlycurrent
vrrpv3StatisticsRcvdInvalidTypePackets
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 vrrpv3StatisticsRowDiscontinuityTime.
1.3.6.1.2.1.207.1.2.5.1.9Counter64read-onlycurrent
vrrpv3StatisticsAddressListErrors
OBJECT-TYPE
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 vrrpv3StatisticsRowDiscontinuityTime.
1.3.6.1.2.1.207.1.2.5.1.10Counter64read-onlycurrent
vrrpv3StatisticsPacketLengthErrors
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 vrrpv3StatisticsRowDiscontinuityTime.
1.3.6.1.2.1.207.1.2.5.1.11Counter64read-onlycurrent
vrrpv3StatisticsRowDiscontinuityTime
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.2.1.207.1.2.5.1.12TimeStampread-onlycurrent
vrrpv3StatisticsRefreshRate
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.2.1.207.1.2.5.1.13Unsigned32read-onlycurrent
vrrpv3Conformance
OBJECT-IDENTITY
1.3.6.1.2.1.207.2
vrrpv3Compliances
OBJECT-IDENTITY
1.3.6.1.2.1.207.2.1
vrrpv3Groups
OBJECT-IDENTITY
1.3.6.1.2.1.207.2.2

Notifications

NameOIDStatus
vrrpv3NewMaster
NOTIFICATION-TYPE
The newMaster notification indicates that the sending agent has transitioned to master state.
1.3.6.1.2.1.207.0.1current
vrrpv3ProtoError
NOTIFICATION-TYPE
The notification indicates that the sending agent has encountered the protocol error indicated by vrrpv3StatisticsProtoErrReason.
1.3.6.1.2.1.207.0.2current

Conformance

NameOIDStatus
vrrpv3FullCompliance
MODULE-COMPLIANCE
The compliance statement
1.3.6.1.2.1.207.2.1.1current
vrrpv3ReadOnlyCompliance
MODULE-COMPLIANCE
When this MIB module 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 cannot be configured with this MIB.
1.3.6.1.2.1.207.2.1.2current
vrrpv3OperationsGroup
OBJECT-GROUP
Conformance group for VRRPv3 operations.
1.3.6.1.2.1.207.2.2.1current
vrrpv3StatisticsGroup
OBJECT-GROUP
Conformance group for VRRPv3 statistics.
1.3.6.1.2.1.207.2.2.2current
vrrpv3StatisticsDiscontinuityGroup
OBJECT-GROUP
Objects providing information about counter discontinuities.
1.3.6.1.2.1.207.2.2.3current
vrrpv3InfoGroup
OBJECT-GROUP
Conformance group for objects contained in VRRPv3 notifications.
1.3.6.1.2.1.207.2.2.4current
vrrpv3NotificationsGroup
NOTIFICATION-GROUP
The VRRP MIB Notification Group.
1.3.6.1.2.1.207.2.2.5current