vrrpv3OperationsStatus
VRRPV3-MIB ·
ciscosb variant
·
.1.3.6.1.2.1.207.1.1.1.1.6
Object
column Enumeration
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.
Context
- MIB
- VRRPV3-MIB
- OID
.1.3.6.1.2.1.207.1.1.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- vrrpv3OperationsEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'VRRPV3-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VRRPV3-MIB::vrrpv3OperationsStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VRRPV3-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VRRPV3-MIB::vrrpv3OperationsStatus.<ifIndex>.<vrrpv3OperationsVrId>.<vrrpv3OperationsInetAddrType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VRRPV3-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VRRPV3-MIB::vrrpv3OperationsStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initialize |
2 | backup |
3 | master |