ipsecBundleHeartbeatsEnabled
FEC-IPSEC-MIB ·
.0.16.1.13
Object
column Enumeration
This object specifies whether heartbeats are sent and/or expected over this bundle. Possible values: none(1), -- neither sending nor expecting heartbeats expect(2), -- expecting heartbeats send(3), -- sending heartbeats both(4) -- sending and expecting heartbeats.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.16.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipsecBundleEntry
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 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ipsecBundleHeartbeatsEnabled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ipsecBundleHeartbeatsEnabled.<ipsecBundleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-IPSEC-MIB::ipsecBundleHeartbeatsEnabled'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | expect |
3 | send |
4 | both |