ipsecGlobDefaultAuthMethod
FEC-IPSEC-MIB ·
.0.1.2
Object
scalar Enumeration
This object specifies the authentication method used by default. If the ipsecPeerAuthMethod field of an ipsecPeerEntry and the ikePropAuthMethod field of the ikeProposalTableEntry used are set to 'default', this value is assumed. 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.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.1.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- ipsecGlobals
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::ipsecGlobDefaultAuthMethod.0'
More examples
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::ipsecGlobDefaultAuthMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pre-sh-key |
2 | dss-sig |
3 | rsa-sig |
4 | rsa-enc |