aliveSurveillance
BIANCA-BRICK-ALIVE-MIB ·
.1.3.6.1.4.1.272.4.36.1.1.1
Object
column mandatory
r/w
Enumeration
Specifies what kind of event may trigger an alive entry.
Being a generalisation of MIB table ipHostsAliveTable the
latter table may be replaced by it. Possible values are:
o interface - the interface operation status is monitored.
o ping - the reachablity is monitored via ICMP echo requests.
o brrp - monitoring via the Bintec Router Redundancy Protocol
which is a derivate of the popular VRRP (RFC 2338).
The default value is interface.
Context
- MIB
- BIANCA-BRICK-ALIVE-MIB
- OID
.1.3.6.1.4.1.272.4.36.1.1.1- 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::aliveSurveillance'
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::aliveSurveillance.<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::aliveSurveillance'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | interface |
2 | ping |
3 | brrp |