ikev2SaAuthMethod
FEC-IKEV2-MIB ·
.0.21.1.3
Object
column Enumeration
The authentication method used when creating this SA. 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 rsa-enc-rev(5) -- Authentication using revised RSA encryption.
Context
- MIB
- FEC-IKEV2-MIB
- OID
.0.21.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ikev2SaEntry
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-IKEV2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IKEV2-MIB::ikev2SaAuthMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-IKEV2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IKEV2-MIB::ikev2SaAuthMethod.<ikev2SaIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-IKEV2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-IKEV2-MIB::ikev2SaAuthMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pre-sh-key |
2 | dss-sig |
3 | rsa-sig |
4 | rsa-enc |
5 | rsa-enc-rev |