ikePrfMode
FEC-IPSEC-MIB ·
.0.14.1.4
Object
column r/w
Enumeration
This object specifies the exchange mode used for IKE SA negotiation. Possible values: id-protect(1), -- Use identity protection (main) mode aggressive(2), -- Use aggressive mode default(3), -- Use default setting from the -- global profile id-protect-only(4), -- only id-protect mode allowed aggressive-only(5) -- only aggressive mode allowed.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.14.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ikeProfileEntry
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::ikePrfMode'
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::ikePrfMode.<ikePrfProposal>'
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::ikePrfMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | id-protect |
2 | aggressive |
3 | default |
4 | id-protect-only |
5 | aggressive-only |