ipsecBundleState
FEC-IPSEC-MIB ·
.0.16.1.7
Object
column r/w
Enumeration
The current state of the bundle Possible values: established(1), -- The bundle is alive expired(2), -- The bundle is expired delete (3), -- Mark this bundle for deletion negotiating(4), -- This bundle is currently negotiated rekeyed(5), -- Rekeying of bundle succeeded heartbeat-lost(6), -- Heartbeat receive timeout failed(7) -- The negotiation failed.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.16.1.7- Type
- column
- Access
- readwrite
- 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::ipsecBundleState'
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::ipsecBundleState.<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::ipsecBundleState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | established |
2 | expired |
3 | delete |
4 | negotiating |
5 | rekeyed |
6 | heartbeat-lost |
7 | failed |