ipsecPropProto
FEC-IPSEC-MIB ·
.0.8.1.6
Object
column r/w
Enumeration
The security protocol to apply. Possible values: esp(1), -- Encapsulating Security Payload ah(2), -- Authentication Header esp-ah(3), -- ESP and AH delete(8) -- delete this entry.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.8.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipsecProposalEntry
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::ipsecPropProto'
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::ipsecPropProto.<ipsecPropProto>'
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::ipsecPropProto'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | esp |
2 | ah |
3 | esp-ah |
8 | delete |