ipsecPeerStatAuthMethod

FEC-IPSEC-MIB · .0.28.1.10

Object

column Enumeration
This object specifies the authentication method used for this peer.
It overrides the setting in the IKE proposals used.
 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 the setting from the ikeProposalEntry
		  -- used or the ipsecGlobDefaultAuthMethod
  delete(15)	  -- mark this entry for deletion.

Context

MIB
FEC-IPSEC-MIB
OID
.0.28.1.10
Type
column
Access
readonly
Status
current
Parent
ipsecPeerStatEntry

Walk 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::ipsecPeerStatAuthMethod'
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::ipsecPeerStatAuthMethod.<ipsecPeerStatIndex>'
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::ipsecPeerStatAuthMethod'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1pre-sh-key
2dss-sig
3rsa-sig
4rsa-enc
14default
15delete