MIBs Depot

CISCO-IETF-VRRP-07-MIB

Registered at
1.3.6.1.4.1.9.10.143
Last updated
2010-02-23 00:00
Organization
Cisco Systems, Inc
Revisions
2010-02-23 00:00, 2009-03-10 00:00, 2000-03-03 00:00
Namespace
cisco
Source file
CISCO-IETF-VRRP-07-MIB
Digest
sha256:7fe8ef92a03a48fc88e20d1733887c90cdfb9e2697a5e8f4244366c157f94793

Description

This MIB describes objects used for managing Virtual Router Redundancy Protocol version 3 (VRRPv3) for IPv4 and IPv6. This MIB supports VRRP for IPv4 and IPv6 protocols simultaneously running on a given interface of a router. Copyright (C) The Internet Society (2009).

Contact

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

Imports

FromSymbols
CISCO-SMIciscoExperiment
IF-MIBifIndex
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, MacAddress, RowStatus, StorageType, 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-07-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
C07VrId
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
c07vrrpNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.143.0
c07vrrpOperations
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.143.1
c07vrrpNodeVersion
OBJECT-TYPE
This value identifies the particular version of the VRRP supported by this node. This object is deprecated in the IP Version Independent MIB.
1.3.6.1.4.1.9.10.143.1.1Integer32read-onlydeprecated
c07vrrpNotificationCntl
OBJECT-TYPE
Indicates whether the VRRP-enabled router will generate SNMP notifications for events defined in this MIB. 'Enabled' results in SNMP notifications; 'disabled', no notifications are sent.
1.3.6.1.4.1.9.10.143.1.2INTEGER {enabled(1), disabled(2)}read-writedeprecated
c07vrrpOperTable
OBJECT-TYPE
Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpOperEntry' items. This table has been deprecated as a new IP version neutral 'vrrpOperationsTable' has been added.
1.3.6.1.4.1.9.10.143.1.3not-accessibledeprecated
c07vrrpOperEntry
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'. This object is deprecated in favor of the IP Version independent object, vrrpOperationsEntry
1.3.6.1.4.1.9.10.143.1.3.1not-accessibledeprecated
c07vrrpOperVrId
OBJECT-TYPE
This object contains the Virtual Router Identifier (VRID). This object is deprecated in favor of the IP Version independent object, vrrpOperationsVrId
1.3.6.1.4.1.9.10.143.1.3.1.1C07VrIdnot-accessibledeprecated
c07vrrpOperVirtualMacAddr
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. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsVirtualMacAddr.
1.3.6.1.4.1.9.10.143.1.3.1.2MacAddressread-onlydeprecated
c07vrrpOperState
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. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsState.
1.3.6.1.4.1.9.10.143.1.3.1.3INTEGER {initialize(1), backup(2), master(3)}read-onlydeprecated
c07vrrpOperAdminState
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'. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsState.
1.3.6.1.4.1.9.10.143.1.3.1.4INTEGER {up(1), down(2)}read-createdeprecated
c07vrrpOperPriority
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). This object is deprecated in favor of the IP Version Independent object, vrrpOperationsPriority.
1.3.6.1.4.1.9.10.143.1.3.1.5Integer32 (0..255)read-createdeprecated
c07vrrpOperIpAddrCount
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. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsAddrCount.
1.3.6.1.4.1.9.10.143.1.3.1.6Integer32 (0..255)read-onlydeprecated
c07vrrpOperMasterIpAddr
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. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsMasterIpAddr.
1.3.6.1.4.1.9.10.143.1.3.1.7IpAddressread-onlydeprecated
c07vrrpOperPrimaryIpAddr
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 (of all the associated IP address for the interface) will be selected. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsPrimaryIpAddr.
1.3.6.1.4.1.9.10.143.1.3.1.8IpAddressread-createdeprecated
c07vrrpOperAuthType
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. This object is deprecated in the IP Version MIB.
1.3.6.1.4.1.9.10.143.1.3.1.9INTEGER {noAuthentication(1), simpleTextPassword(2), ipAuthenticationHeader(3)}read-createdeprecated
c07vrrpOperAuthKey
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. This object is deprecated in the IP Version MIB.
1.3.6.1.4.1.9.10.143.1.3.1.10OCTET STRING (SIZE(0..16))read-createdeprecated
c07vrrpOperAdvertisementInterval
OBJECT-TYPE
The time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsAdvInterval.
1.3.6.1.4.1.9.10.143.1.3.1.11Integer32 (1..255)read-createdeprecated
c07vrrpOperPreemptMode
OBJECT-TYPE
Controls whether a higher priority virtual router will preempt a lower priority master. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsPreemptMode.
1.3.6.1.4.1.9.10.143.1.3.1.12TruthValueread-createdeprecated
c07vrrpOperVirtualRouterUpTime
OBJECT-TYPE
This is the value of the `sysUpTime' object when this virtual router (i.e., the `vrrpOperState') transitioned out of `initialized'. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsUpTime.
1.3.6.1.4.1.9.10.143.1.3.1.13TimeStampread-onlydeprecated
c07vrrpOperProtocol
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. This object is deprecated in the IP Version Independent MIB.
1.3.6.1.4.1.9.10.143.1.3.1.14INTEGER {ip(1), bridge(2), decnet(3), other(4)}read-createdeprecated
c07vrrpOperRowStatus
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. This object is deprecated in favor of the IP Version Independent object, vrrpOperationsRowStatus.
1.3.6.1.4.1.9.10.143.1.3.1.15RowStatusread-createdeprecated
c07vrrpAssoIpAddrTable
OBJECT-TYPE
The table of addresses associated with this virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpAssociatedIpAddrTable.
1.3.6.1.4.1.9.10.143.1.4not-accessibledeprecated
c07vrrpAssoIpAddrEntry
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'. This object is deprecated in favor of the IP Version Independent object, vrrpAssociatedIpAddrEntry.
1.3.6.1.4.1.9.10.143.1.4.1not-accessibledeprecated
c07vrrpAssoIpAddr
OBJECT-TYPE
The assigned IP addresses that a virtual router is responsible for backing up. This object is deprecated in favor of the IP Version Independent object, vrrpAssociatedIpAddr.
1.3.6.1.4.1.9.10.143.1.4.1.1IpAddressnot-accessibledeprecated
c07vrrpAssoIpAddrRowStatus
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. This object is deprecated in favor of the IP Version Independent object, vrrpAssociatedIpAddrRowStatus.
1.3.6.1.4.1.9.10.143.1.4.1.2RowStatusread-createdeprecated
c07vrrpTrapPacketSrc
OBJECT-TYPE
The IP address of an inbound VRRP packet. Used by vrrpTrapAuthFailure trap. This object is deprecated in the IP Version MIB.
1.3.6.1.4.1.9.10.143.1.5IpAddressaccessible-for-notifydeprecated
c07vrrpTrapAuthErrorType
OBJECT-TYPE
Potential types of configuration conflicts. Used by vrrpAuthFailure trap. This object is deprecated in the IP Version MIB.
1.3.6.1.4.1.9.10.143.1.6INTEGER {invalidAuthType(1), authTypeMismatch(2), authFailure(3)}accessible-for-notifydeprecated
c07vrrpOperationsTable
OBJECT-TYPE
Unified Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpOperationsEntry' items which describe the operational characteristics of a virtual router.
1.3.6.1.4.1.9.10.143.1.7not-accessiblecurrent
c07vrrpOperationsEntry
OBJECT-TYPE
An entry in the vrrpOperationsTable 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. ifIndex represents a physical interface of the router. Note that rows in this table can be distinguished on a multi-stacked device running VRRP over IPv4 and IPv6 on the same physical interface. Rows in the table cannot be modified unless the value of 'vrrpOperationsState' has transitioned to 'initialize'
1.3.6.1.4.1.9.10.143.1.7.1not-accessiblecurrent
c07vrrpOperationsInetAddrType
OBJECT-TYPE
The IP address type of C07VrrpOperationsEntry. This value applies to both vrrpOperationsMasterIpAddr and vrrpOperationsPrimaryIpAddr.
1.3.6.1.4.1.9.10.143.1.7.1.1InetAddressTypenot-accessiblecurrent
c07vrrpOperationsVrId
OBJECT-TYPE
This object contains the Virtual Router Identifier (VRID).
1.3.6.1.4.1.9.10.143.1.7.1.2C07VrIdnot-accessiblecurrent
c07vrrpOperationsVirtualMacAddr
OBJECT-TYPE
The virtual MAC address of the virtual router. Although this object can be derived from the 'vrrpOperationsVrId' 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.4.1.9.10.143.1.7.1.3MacAddressread-onlycurrent
c07vrrpOperationsState
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 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.143.1.7.1.4INTEGER {initialize(1), backup(2), master(3)}read-onlycurrent
c07vrrpOperationsPriority
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. A 'badValue(3)' should be returned when a user tries to set 0 or 255 for this object.
1.3.6.1.4.1.9.10.143.1.7.1.5Unsigned32 (0..255)read-createcurrent
c07vrrpOperationsAddrCount
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 vrrpAssociatedAddrTable that correspond to a given IP version/VRID/ifIndex.
1.3.6.1.4.1.9.10.143.1.7.1.6Integer32 (0..255)read-onlycurrent
c07vrrpOperationsMasterIpAddr
OBJECT-TYPE
The master router's real IP address. Master router would set this address to vrrpOperationsPrimaryIpAddr while transitioning to master state. For backup routers, 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.143.1.7.1.7InetAddressread-onlycurrent
c07vrrpOperationsPrimaryIpAddr
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 vrrpOperationsMasterIpAddr', should the virtual router transition from backup state to master.
1.3.6.1.4.1.9.10.143.1.7.1.8InetAddressread-createcurrent
c07vrrpOperationsAdvInterval
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.143.1.7.1.9TimeInterval (1..4095)read-createcurrent
c07vrrpOperationsPreemptMode
OBJECT-TYPE
Controls whether a higher priority virtual router will preempt a lower priority master.
1.3.6.1.4.1.9.10.143.1.7.1.10TruthValueread-createcurrent
c07vrrpOperationsAcceptMode
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. This object is not relevant for rows representing VRRP over IPv4 and should be set to false.
1.3.6.1.4.1.9.10.143.1.7.1.11TruthValueread-createcurrent
c07vrrpOperationsUpTime
OBJECT-TYPE
This is the value of the `sysUpTime' object when this virtual router (i.e., the `vrrpOperationsState') transitioned out of `initialized'.
1.3.6.1.4.1.9.10.143.1.7.1.12TimeStampread-onlycurrent
c07vrrpOperationsStorageType
OBJECT-TYPE
The storage type for this conceptual row. Write access is not required. It is optional to support nonVolatile StorageType enumeration.
1.3.6.1.4.1.9.10.143.1.7.1.13StorageTyperead-createcurrent
c07vrrpOperationsRowStatus
OBJECT-TYPE
The RowStatus variable should be used in accordance to installation and removal conventions for conceptual rows. When `vrrpOperationsRowStatus' 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 `vrrpOperationsRowStatus' column will be read as notReady(3). In particular, a newly created row cannot be made active(1) until (minimally) the corresponding instance of vrrpOperationsInetAddrType, vrrpOperationsVrId and vrrpOperationsPrimaryIpAddr has been set and there is at least one active row in the `vrrpAssociatedIpAddrTable' 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 vrrpOperationsTable with createAndWait(5). 2. Create one or more corresponding rows in vrrpAssociatedIpAddrTable. 3. Populate the vrrpOperationsEntry. 4. set vrrpOperationsRowStatus to active(1). A typical order of operation to delete an entry is: 1. Set vrrpOperationsRowStatus to notInService(2). 2. Set the corresponding rows in vrrpAssociatedIpAddrTable to destroy(6) to delete the entry. 3. set vrrpOperationsRowStatus to destroy(6) to delete the entry.
1.3.6.1.4.1.9.10.143.1.7.1.14RowStatusread-createcurrent
c07vrrpAssociatedIpAddrTable
OBJECT-TYPE
The table of addresses associated with this virtual router.
1.3.6.1.4.1.9.10.143.1.8not-accessiblecurrent
c07vrrpAssociatedIpAddrEntry
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 'vrrpOperationsIpAddrCount'). Rows in the table cannot be modified unless the value of `vrrpOperationsState' has transitioned to `initialize'.
1.3.6.1.4.1.9.10.143.1.8.1not-accessiblecurrent
c07vrrpAssociatedIpAddr
OBJECT-TYPE
The assigned IP addresses that a virtual router is responsible for backing up.
1.3.6.1.4.1.9.10.143.1.8.1.1InetAddressnot-accessiblecurrent
c07vrrpAssociatedStorageType
OBJECT-TYPE
The storage type for this conceptual row. Write access is not required. It is optional to support nonVolatile StorageType enumeration.
1.3.6.1.4.1.9.10.143.1.8.1.2StorageTyperead-createcurrent
c07vrrpAssociatedIpAddrRowStatus
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. Only vrrpAssociatedStorageType can be modified when the row is in active(1) state for Implementations supporting write access to vrrpAssociatedStorageType Implementations should not allow deletion of the last row corresponding to an active row in vrrpOperationsTable. Refer to description of vrrpOperationsRowStatus for a typical row creation and deletion scenarios.
1.3.6.1.4.1.9.10.143.1.8.1.3RowStatusread-createcurrent
c07vrrpNewMasterReason
OBJECT-TYPE
This indicates the reason for vrrpNewMaster trap. Used by vrrpTrapNewMaster trap.
1.3.6.1.4.1.9.10.143.1.9INTEGER {notmaster(0), priority(1), preempted(2), masterNoResponse(3)}accessible-for-notifycurrent
c07vrrpTrapProtoErrReason
OBJECT-TYPE
This indicates the reason for protocol error trap. Used by vrrpTrapProtoError trap.
1.3.6.1.4.1.9.10.143.1.10INTEGER {ipTtlError(0), versionError(1), checksumError(2), vridError(3)}accessible-for-notifycurrent
c07vrrpTrapNewMasterCntl
OBJECT-TYPE
Controls whether the VRRP-enabled router should Generate vrrpTrapNewMaster notification. 'Enabled' results in vrrpTrapNewMaster notifications; 'disabled', results in no vrrpTrapNewMaster notifications.
1.3.6.1.4.1.9.10.143.1.11INTEGER {enabled(1), disabled(2)}read-writecurrent
c07vrrpTrapProtoErrorCntl
OBJECT-TYPE
Controls whether the VRRP-enabled router should generate vrrpTrapProtoError notification. 'Enabled' results in vrrpTrapProtoError notifications; 'disabled', results in no vrrpTrapProtoError notifications.
1.3.6.1.4.1.9.10.143.1.12INTEGER {enabled(1), disabled(2)}read-writecurrent
c07vrrpStatistics
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.143.2
c07vrrpRouterChecksumErrors
OBJECT-TYPE
The total number of VRRP packets received with an invalid VRRP checksum value.
1.3.6.1.4.1.9.10.143.2.1Counter32read-onlycurrent
c07vrrpRouterVersionErrors
OBJECT-TYPE
The total number of VRRP packets received with an unknown or unsupported version number.
1.3.6.1.4.1.9.10.143.2.2Counter32read-onlycurrent
c07vrrpRouterVrIdErrors
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.143.2.3Counter32read-onlycurrent
c07vrrpRouterStatsTable
OBJECT-TYPE
Table of virtual router statistics. This object is deprecated in favor of the IP Version Independent object, vrrpRouterStatisticsTable.
1.3.6.1.4.1.9.10.143.2.4not-accessibledeprecated
c07vrrpRouterStatsEntry
OBJECT-TYPE
An entry in the table, containing statistics information about a given virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpRouterStatisticsEntry.
1.3.6.1.4.1.9.10.143.2.4.1not-accessibledeprecated
c07vrrpStatsBecomeMaster
OBJECT-TYPE
The total number of times that this virtual router's state has transitioned to MASTER. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsMasterTransitions.
1.3.6.1.4.1.9.10.143.2.4.1.1Counter32read-onlydeprecated
c07vrrpStatsAdvertiseRcvd
OBJECT-TYPE
The total number of VRRP advertisements received by this virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsRcvdAdvertisements.
1.3.6.1.4.1.9.10.143.2.4.1.2Counter32read-onlydeprecated
c07vrrpStatsAdvertiseIntervalErrors
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. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsAdvIntervalErrors.
1.3.6.1.4.1.9.10.143.2.4.1.3Counter32read-onlydeprecated
c07vrrpStatsAuthFailures
OBJECT-TYPE
The total number of VRRP packets received that do not pass the authentication check. This object is deprecated in the IP Version MIB.
1.3.6.1.4.1.9.10.143.2.4.1.4Counter32read-onlydeprecated
c07vrrpStatsIpTtlErrors
OBJECT-TYPE
The total number of VRRP packets received by the virtual router with IP TTL (Time-To-Live) not equal to 255. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsIpTtlErrors.
1.3.6.1.4.1.9.10.143.2.4.1.5Counter32read-onlydeprecated
c07vrrpStatsPriorityZeroPktsRcvd
OBJECT-TYPE
The total number of VRRP packets received by the virtual router with a priority of '0'. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsRcvdPriZeroPackets.
1.3.6.1.4.1.9.10.143.2.4.1.6Counter32read-onlydeprecated
c07vrrpStatsPriorityZeroPktsSent
OBJECT-TYPE
The total number of VRRP packets sent by the virtual router with a priority of '0'. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsSentPriZeroPackets.
1.3.6.1.4.1.9.10.143.2.4.1.7Counter32read-onlydeprecated
c07vrrpStatsInvalidTypePktsRcvd
OBJECT-TYPE
The number of VRRP packets received by the virtual router with an invalid value in the 'type' field. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsRcvdInvalidTypePkts.
1.3.6.1.4.1.9.10.143.2.4.1.8Counter32read-onlydeprecated
c07vrrpStatsAddressListErrors
OBJECT-TYPE
The total number of packets received for which the address list does not match the locally configured list for the virtual router. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsAddressListErrors.
1.3.6.1.4.1.9.10.143.2.4.1.9Counter32read-onlydeprecated
c07vrrpStatsInvalidAuthType
OBJECT-TYPE
The total number of packets received with an unknown authentication type. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsPacketLengthErrors.
1.3.6.1.4.1.9.10.143.2.4.1.10Counter32read-onlydeprecated
c07vrrpStatsAuthTypeMismatch
OBJECT-TYPE
The total number of packets received with 'Auth Type' not equal to the locally configured authentication method (`vrrpOperAuthType'). This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsRcvdInvalidAuthentications.
1.3.6.1.4.1.9.10.143.2.4.1.11Counter32read-onlydeprecated
c07vrrpStatsPacketLengthErrors
OBJECT-TYPE
The total number of packets received with a packet length less than the length of the VRRP header. This object is deprecated in favor of the IP Version Independent object, vrrpStatisticsPacketLengthErrors.
1.3.6.1.4.1.9.10.143.2.4.1.12Counter32read-onlydeprecated
c07vrrpRouterStatisticsTable
OBJECT-TYPE
Table of virtual router statistics.
1.3.6.1.4.1.9.10.143.2.5not-accessiblecurrent
c07vrrpRouterStatisticsEntry
OBJECT-TYPE
An entry in the table, containing statistics information about a given virtual router.
1.3.6.1.4.1.9.10.143.2.5.1not-accessiblecurrent
c07vrrpStatisticsMasterTransitions
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 vrrpStatisticsDiscontinuityTime.
1.3.6.1.4.1.9.10.143.2.5.1.1Counter32read-onlycurrent
c07vrrpStatisticsRcvdAdvertisements
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 vrrpStatisticsDiscontinuityTime.
1.3.6.1.4.1.9.10.143.2.5.1.2Counter32read-onlycurrent
c07vrrpStatisticsAdvIntervalErrors
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 vrrpStatisticsDiscontinuityTime.
1.3.6.1.4.1.9.10.143.2.5.1.3Counter32read-onlycurrent
c07vrrpStatisticsIpTtlErrors
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 vrrpStatisticsDiscontinuityTime.
1.3.6.1.4.1.9.10.143.2.5.1.4Counter32read-onlycurrent
c07vrrpStatisticsRcvdPriZeroPackets
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 vrrpStatisticsDiscontinuityTime.
1.3.6.1.4.1.9.10.143.2.5.1.5Counter32read-onlycurrent
c07vrrpStatisticsSentPriZeroPackets
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 vrrpStatisticsDiscontinuityTime.
1.3.6.1.4.1.9.10.143.2.5.1.6Counter32read-onlycurrent
c07vrrpStatisticsRcvdInvalidTypePkts
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 vrrpStatisticsDiscontinuityTime.
1.3.6.1.4.1.9.10.143.2.5.1.7Counter32read-onlycurrent
c07vrrpStatisticsAddressListErrors
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 vrrpStatisticsDiscontinuityTime.
1.3.6.1.4.1.9.10.143.2.5.1.8Counter32read-onlycurrent
c07vrrpStatisticsPacketLengthErrors
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 vrrpStatisticsDiscontinuityTime.
1.3.6.1.4.1.9.10.143.2.5.1.9Counter32read-onlycurrent
c07vrrpStatisticsRcvdInvalidAuthentications
OBJECT-TYPE
The total number of packets received with an unknown authentication type.
1.3.6.1.4.1.9.10.143.2.5.1.10Counter32read-onlycurrent
c07vrrpStatisticsDiscontinuityTime
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.143.2.5.1.11TimeStampread-onlycurrent
c07vrrpStatisticsRefreshRate
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.143.2.5.1.12Unsigned32read-onlycurrent
c07vrrpConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.143.3
c07vrrpMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.143.3.1
c07vrrpMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.143.3.2

Notifications

NameOIDStatus
c07vrrpTrapNewMaster
NOTIFICATION-TYPE
The newMaster trap indicates that the sending agent has transitioned to 'Master' state.
1.3.6.1.4.1.9.10.143.0.1current
c07vrrpTrapAuthFailure
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. This object is has been deprecated.
1.3.6.1.4.1.9.10.143.0.2deprecated
c07vrrpTrapProtoError
NOTIFICATION-TYPE
The error trap indicates that the sending agent has encountered the protocol error indicated by vrrpTrapProtoErrorReason.
1.3.6.1.4.1.9.10.143.0.3current

Conformance

NameOIDStatus
c07vrrpMIBCompliance
MODULE-COMPLIANCE
This compliance is deprecated in favour of vrrpModuleFullCompliance.
1.3.6.1.4.1.9.10.143.3.1.1deprecated
c07vrrpModuleFullCompliance
MODULE-COMPLIANCE
The compliance statement for both VRRP for IPv4 and VRRP for IPv6 implementations.
1.3.6.1.4.1.9.10.143.3.1.2current
c07vrrpModuleReadOnlyCompliance
MODULE-COMPLIANCE
When this MIB 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 can not be configured with this MIB.
1.3.6.1.4.1.9.10.143.3.1.3current
c07vrrpOperGroup
OBJECT-GROUP
Conformance group for VRRP operations.
1.3.6.1.4.1.9.10.143.3.2.1deprecated
c07vrrpStatsGroup
OBJECT-GROUP
Conformance group for VRRP statistics.
1.3.6.1.4.1.9.10.143.3.2.2deprecated
c07vrrpTrapGroup
OBJECT-GROUP
Conformance group for objects contained in VRRP notifications.
1.3.6.1.4.1.9.10.143.3.2.3deprecated
c07vrrpNotificationGroup
NOTIFICATION-GROUP
The VRRP MIB Notification Group.
1.3.6.1.4.1.9.10.143.3.2.4deprecated
c07vrrpOperationsGroup
OBJECT-GROUP
Conformance group for VRRP over IPv4 and IPv6 operations.
1.3.6.1.4.1.9.10.143.3.2.5current
c07vrrpStatisticsGroup
OBJECT-GROUP
Conformance group for VRRP over IPv4 and IPv6 statistics.
1.3.6.1.4.1.9.10.143.3.2.6current
c07vrrpTrapInfoGroup
OBJECT-GROUP
Conformance group for objects contained in VRRP notifications.
1.3.6.1.4.1.9.10.143.3.2.8current
c07vrrpNotificationsGroup
NOTIFICATION-GROUP
The VRRP MIB Notification Group.
1.3.6.1.4.1.9.10.143.3.2.9current