ipsecBundleCreator
FEC-IPSEC-MIB ·
.0.16.1.14
Object
column Enumeration
This object specifies how the SA was created Possible values: manual(1),-- A manually keyed IPSec SA bundle ike(2) -- An automatically keyed SA bundle created by IKE.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.16.1.14- 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::ipsecBundleCreator'
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::ipsecBundleCreator.<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::ipsecBundleCreator'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | manual |
2 | ike |