aliveMasterProto
BIANCA-BRICK-ALIVE-MIB ·
.1.3.6.1.4.1.272.4.36.1.1.9
Object
column mandatory
r/w
Enumeration
The protocol used for interface keepalive monitoring.
Possible values are:
o brrp - monitoring via the Bintec Router Redundancy Protocol
which is a derivate of the popular VRRP (RFC 2338).
o ifstat - the interface operation status is monitored.
o ping - the reachablity is monitored via ICMP echo requests.
The default value is 'brrp'.
Context
- MIB
- BIANCA-BRICK-ALIVE-MIB
- OID
.1.3.6.1.4.1.272.4.36.1.1.9- 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::aliveMasterProto'
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::aliveMasterProto.<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::aliveMasterProto'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | brrp |
2 | ifstat |
3 | ping |