All MIBs › VRRP-MIB › vrrpOperState
vrrpOperState
Module: VRRP-MIB
OID (symbolic): VRRP-MIB::vrrpOperState
OID (numeric): 1.3.6.1.2.1.68.1.3.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
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.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.68.1.3.1.3 snmpwalk -v2c -c public <target> VRRP-MIB::vrrpOperState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.68.1.3.1.3.1 snmpget -v2c -c public <target> VRRP-MIB::vrrpOperState.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.68 | vrrpMIB | VRRP-MIB |
| 1.3.6.1.2.1.68.1 | vrrpOperations | VRRP-MIB |
| 1.3.6.1.2.1.68.1.3 | vrrpOperTable | VRRP-MIB |
| 1.3.6.1.2.1.68.1.3.1 | vrrpOperEntry | VRRP-MIB |
| 1.3.6.1.2.1.68.1.3.1.3 | vrrpOperState | VRRP-MIB |