VRRP-IPv6-MIB
AI MIB Summary
The VRRP-IPv6-MIB module enables monitoring and management of Virtual Router Redundancy Protocol state machines, priority levels, and advertisement timers for IPv6-capable routers. It provides specific objects to track virtual router group status, master/backup transitions, and preemption behavior to ensure high availability in IPv6 networks.
This MIB describes objects used for managing Virtual Router Redundancy Protocol (VRRP) for IPv6 routers.
Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFC XXXX: see the RFC itself for full legal notices. RFC Ed.: replace XXXX with assigned number & remove this note.
Main OID:
vrrpIpv6MIB.1.3.6.1.4.1.3727.20.20.3.1.1
42
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
42 total| Object Name |
|---|
vrrpIpv6MIBThis MIB describes objects used for managing Virtual Router
Redundancy Protocol (VRRP) for IPv6 routers.
Copyright (C) The Internet Society (2003). This version
of this MIB module is part of RFC XXXX: see the RFC
itself for full legal notices.
RFC Ed.: replace XXXX with assigned number & remove
this note. MODULE-IDENTITY .1.3.6.1.4.1.3727.20.20.3.1.1 |
vrrpIpv6Notifications OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.1.0 |
vrrpIpv6TrapNewMasterThe newMaster trap indicates that the sending agent
has transitioned to 'Master' state. The
vrrpIpv6TrapNewMasterReason indicates the reason due to
which the sending agent transitioned to master state. NOTIFICATION-TYPE .1.3.6.1.4.1.3727.20.20.3.1.1.0.1 |
vrrpIpv6TrapProtoErrorThe error trap indicates that the sending agent has
encountered the protocol error indicated by ErrorReason. NOTIFICATION-TYPE .1.3.6.1.4.1.3727.20.20.3.1.1.0.2 |
vrrpIpv6Operations OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.1.1 |
vrrpIpv6NodeVersionThis value identifies the particular version of the VRRP
over IPv6 supported by this node. Version 3 for this
document.ro Integer32 .1.3.6.1.4.1.3727.20.20.3.1.1.1.1 |
vrrpIpv6NotificationCntlIndicates whether the VRRP-IPv6-enabled router will generate
SNMP traps for events defined in this MIB. 'Enabled'
results in SNMP traps; 'disabled', no traps are sent.rw Enumeration .1.3.6.1.4.1.3727.20.20.3.1.1.1.2 |
vrrpIpv6OperTableOperations table for a VRRP router which consists of a
sequence (i.e., one or more conceptual rows) of
'vrrpIpv6OperEntry' items. SEQUENCE OF VrrpIpv6OperEntry .1.3.6.1.4.1.3727.20.20.3.1.1.1.3 |
vrrpIpv6OperEntryAn entry in the vrrpIpv6OperTable containing the
operational characteristics of a virtual router. On a VRRP
IPv6 router, a given virtual router is identified by a
Combination of the IF index and IPv6VRID.
Rows in the table cannot be modified unless the value
of 'vrrpIpv6OperAdminState' is 'disabled' and the
'vrrpIpv6OperState' has transitioned to 'initialize'. VrrpIpv6OperEntry .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1 |
vrrpIpv6OperVrIdThis object contains the IPv6 Virtual Router Identifier
(IPv6VRID).ro VrId (VRRP-MIB) .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.1 |
vrrpIpv6OperVirtualMacAddrThe virtual MAC address of the virtual router. Although this
object can be derived from the 'vrrpIpv6OperVrId'object, it is
defined so that it is easily obtainable by a management
application and can be included in VRRP-related SNMP traps.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.2 |
vrrpIpv6OperStateThe 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 IPv6 addresses that are
associated with this router.
Setting the 'vrrpIpv6OperAdminState' object(below) initiates
transitions in the value of this object.ro Enumeration .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.3 |
vrrpIpv6OperAdminStateThis 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
'vrrpIpv6OperPriority'. 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 'vrrpIpv6OperAdminState' object must be set to 'down'
prior to modifying the other read-create objects in the
conceptual row. The value of the 'vrrpIpv6OperRowStatus'
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'.rw Enumeration .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.4 |
vrrpIpv6OperPriorityThis 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).rw Integer32 .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.5 |
vrrpIpv6OperIpAddrTypeThis specifies the the type of inetAddress in this row.
This should allways be ipv6(2) for this document.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.6 |
vrrpIpv6OperMasterIpAddrThe master router's real (primary) IPv6 address. This is
the IPv6 address listed as the source in VRRP advertisement
last received by this virtual router.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.7 |
vrrpIpv6OperAdvIntervalThe time interval, in seconds, between sending
advertisement messages. Only the master router sends
VRRP advertisements.rw Integer32 .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.8 |
vrrpIpv6OperPreemptModeControls whether a higher priority virtual router will
preempt a lower priority master.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.9 |
vrrpIpv6OperVirtualRouterUpTimeThis is the value of the 'sysUpTime' object when this
virtual router (i.e., the 'vrrpIpv6OperState') transitioned
out of 'initialized'.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.10 |
vrrpIpv6OperProtocolThe 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.rw Enumeration .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.11 |
vrrpIpv6OperRowStatusThe row status variable, used in accordance to installation
and removal conventions for conceptual rows. The rowstatus
of a currently active row in the vrrpIpv6OperTable is
constrained by the operational state of the corresponding
virtual router.
When 'vrrpIpv6OperRowStatus' is set to active(1), no other
objects in the conceptual row, with the exception of
'vrrpIpv6OperAdminState', can be modified. Prior to setting
the 'vrrpIpv6OperRowStatus' object from 'active' to a
different value, the 'vrrpIpv6OperAdminState' object must be
set to 'down' and the 'vrrpIpv6OperState' 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
'vrrpIpv6OperRowStatus' column will be read as notReady(3).
In particular, a newly created row cannot be made active(1)
until (minimally) the corresponding instance of
'vrrpIpv6OperVrId' has been set.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.1.1.3.1.12 |
vrrpIpv6TrapNewMasterReasonThis indicates the reason for NewMaster trap.
Used by vrrpIpv6TrapNewMaster trap.ro Enumeration .1.3.6.1.4.1.3727.20.20.3.1.1.1.6 |
vrrpIpv6TrapProtoErrReasonThis indicates the reason for protocol error trap.
Used by vrrpIpv6TrapProtoError trap.ro Enumeration .1.3.6.1.4.1.3727.20.20.3.1.1.1.7 |
vrrpIpv6Statistics OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.1.2 |
vrrpIpv6RouterChecksumErrorsThe total number of VRRP packets received with an invalid
VRRP checksum value.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.1 |
vrrpIpv6RouterVersionErrorsThe total number of IPv6 VRRP packets received with an
unknown or unsupported version number.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.2 |
vrrpIpv6RouterVrIdErrorsThe total number of IPv6 VRRP packets received with an
invalid IPv6VRID for this virtual router.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.3 |
vrrpIpv6RouterStatsTableTable of virtual router statistics. SEQUENCE OF VrrpRouterStatsEntry .1.3.6.1.4.1.3727.20.20.3.1.1.2.4 |
vrrpIpv6RouterStatsEntryAn entry in the table, containing statistics information
about a given virtual router. VrrpRouterStatsEntry .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1 |
vrrpIpv6StatsBecomeMasterThe total number of times that this virtual router's state
has transitioned to MASTER.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.1 |
vrrpIpv6StatsAsMasterUpTimeThe total number of seconds this router is UP in master
state.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.2 |
vrrpIpv6StatsAdvRcvdThe total number of IPv6 VRRP advertisements received by
this virtual router.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.3 |
vrrpIpv6StatsAdvIntervalErrorsThe total number of IPv6 VRRP advertisement packets
received for which the advertisement interval is different
than the one configured for the local virtual router.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.4 |
vrrpIpv6StatsHopLimitErrorsThe total number of IPv6 VRRP packets received by the
virtual router with IPv6 hop limit not equal to 255.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.5 |
vrrpIpv6StatsPriZeroPktsRcvdThe total number of IPv6 VRRP packets received by the
virtual router with a priority of '0'.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.6 |
vrrpIpv6StatsPriZeroPktsSentThe total number of IPv6 VRRP packets sent by the virtual
router with a priority of '0'.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.7 |
vrrpIpv6StatsInvalidTypePktsRcvdThe number of VRRP packets received by the virtual router
with an invalid value in the 'type' field.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.8 |
vrrpIpv6StatsAddressListErrorsThe total number of packets received for which the address
list does not match the locally configured list for the
virtual router.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.9 |
vrrpIpv6StatsPacketLengthErrorsThe total number of packets received with a packet length
less than the length of the VRRP header.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.1.2.4.1.10 |
vrrpIpv6Conformance OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.1.3 |
vrrpIpv6MIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.1.3.1 |
vrrpIpv6MIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.1.3.2 |