biboBrrpOperState

BRRP-MIB · .1.3.6.1.4.1.272.4.40.1.1.4

Object

column mandatory Enumeration
The current state of the virtual router. This object has
four 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 `brrpOperAdminState' object (below) initiates
transitions in the value of this object.

Context

MIB
BRRP-MIB
OID
.1.3.6.1.4.1.272.4.40.1.1.4
Type
column
Access
readonly
Status
mandatory
Parent
biboBrrpOperEntry

Walk 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 'BRRP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRRP-MIB::biboBrrpOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRRP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRRP-MIB::biboBrrpOperState.<biboBrrpVirtIfIndex>.<biboBrrpOperVrId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRRP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRRP-MIB::biboBrrpOperState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1initialize
2backup
3master