vrrpv3OperationsRowStatus
VRRPV3-MIB ·
.1.3.6.1.2.1.207.1.1.1.1.13
Object
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.
Context
- MIB
- VRRPV3-MIB
- OID
.1.3.6.1.2.1.207.1.1.1.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vrrpv3OperationsEntry
- Table
- vrrpv3OperationsTable
- Siblings
- 12
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| vrrpv3OperationsVrId This object contains the Virtual Router Identifier
(VRID). | column | Vrrpv3VrIdTC | .1.3.6.1.2.1.207.1.1.1.1.1 |
| vrrpv3OperationsPreemptMode Controls whether a higher priority virtual router will
preempt a lower priority master. | column | SNMPv2-TCTruthValue | .1.3.6.1.2.1.207.1.1.1.1.10 |
| vrrpv3OperationsAcceptMode 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 fal… | column | SNMPv2-TCTruthValue | .1.3.6.1.2.1.207.1.1.1.1.11 |
| vrrpv3OperationsUpTime 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'. | column | SNMPv2-SMITimeTicks | .1.3.6.1.2.1.207.1.1.1.1.12 |
| vrrpv3OperationsInetAddrType The IP address type of Vrrpv3OperationsEntry and
Vrrpv3AssociatedIpAddrEntry. This value determines
the type for vrrpv3OperationsMasterIpAddr,
vrrpv3OperationsPrimaryIpAddr, and
… | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.2.1.207.1.1.1.1.2 |
| vrrpv3OperationsMasterIpAddr 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 t… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.207.1.1.1.1.3 |
| vrrpv3OperationsPrimaryIpAddr 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
vrrpv3Opera… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.207.1.1.1.1.4 |
| vrrpv3OperationsVirtualMacAddr 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 manag… | column | SNMPv2-TCMacAddress | .1.3.6.1.2.1.207.1.1.1.1.5 |
| vrrpv3OperationsStatus 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 … | column | Enumeration | .1.3.6.1.2.1.207.1.1.1.1.6 |
| vrrpv3OperationsPriority 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 s… | column | Unsigned32 | .1.3.6.1.2.1.207.1.1.1.1.7 |
| vrrpv3OperationsAddrCount 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 if… | column | Integer32 | .1.3.6.1.2.1.207.1.1.1.1.8 |
| vrrpv3OperationsAdvInterval The time interval, in centiseconds, between sending
advertisement messages. Only the master router sends
VRRP advertisements. | column | centiseconds Integer32 | .1.3.6.1.2.1.207.1.1.1.1.9 |