ikePrfAuthMethod
FEC-IPSEC-MIB ·
.0.14.1.3
Object
column r/w
Enumeration
This object specifies the authentication method used for this profile. Possible values: pre-sh-key(1), -- Authentication using pre shared keys dss-sig(2), -- Authentication using DSS signatures rsa-sig(3), -- Authentication using RSA signatures rsa-enc(4), -- Authentication using RSA encryption default(14), -- use settings from default profile -- (pre-sh-key if this is the default profile) delete(15) -- mark this entry for deletion.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.14.1.3- 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::ikePrfAuthMethod'
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::ikePrfAuthMethod.<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::ikePrfAuthMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pre-sh-key |
2 | dss-sig |
3 | rsa-sig |
4 | rsa-enc |
14 | default |
15 | delete |