aliveSlaveBrrpState
BIANCA-BRICK-ALIVE-MIB ·
.1.3.6.1.4.1.272.4.36.1.1.14
Object
column mandatory
r/w
Enumeration
The admin state of the virtual router controlling the
slave interface.
down(1) -- the virtual routes enters the initialize state
up(2) -- the virtual router switches to the backup or
master state according to the basic configuration
found in the biboBrrpOperTable.
sync(3) -- the virtual router tries to enter the same actual
state as the master. If this is impossible both
(master and slave) enter the initalize state.
decrPrio(4) -- the virtual router stays in the 'up' state,
but its VRRP priority is decremented by
'aliveSlaveBrrpDecrPrio' (see biboBrrpOperPriority
and biboBrrpOperDecrPrio to know the 'real' priority)
The default value is 'sync'.
Context
- MIB
- BIANCA-BRICK-ALIVE-MIB
- OID
.1.3.6.1.4.1.272.4.36.1.1.14- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- aliveEntry
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 'BIANCA-BRICK-ALIVE-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-ALIVE-MIB::aliveSlaveBrrpState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-ALIVE-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-ALIVE-MIB::aliveSlaveBrrpState.<aliveIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-ALIVE-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-ALIVE-MIB::aliveSlaveBrrpState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | down |
2 | up |
3 | sync |
4 | decrPrio |