cisgIpsSgFailReason

CISCO-IPSEC-SIGNALING-MIB · .1.3.6.1.4.1.9.9.438.1.4.2.1.2

Object

column Enumeration
The reason for the failure. Possible reasons 
include:
    1 = other
    2 = peer delete request was received
    3 = contact with peer was lost
    4 = local failure occurred
    5 = authentication failure
    6 = hash validation failure
    7 = encryption failure
    8 = internal error occurred
    9 = system capacity failure
   10 = proposal failure
   11 = peer's certificate is unavailable
   12 = peer's certificate was found invalid
   13 = local certificate expired
   14 = certificate revoke list (crl) failure
   15 = peer encoding error
   16 = Reference to a non-existent control tunnel
   17 = Extended User authentication failed
   18 = operator requested termination.
   19 = An attempt to establish a tunnel was aborted
        by the admission control policy (this could
        include a simple policy that limits the maximum
        active tunnels)
   20 = A protocol specific reason (look in the
        protocol-specific MIB for more info).

Context

MIB
CISCO-IPSEC-SIGNALING-MIB
OID
.1.3.6.1.4.1.9.9.438.1.4.2.1.2
Type
column
Access
readonly
Status
current
Parent
cisgIpsSgFailEntry
Groups
1

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 'CISCO-IPSEC-SIGNALING-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IPSEC-SIGNALING-MIB::cisgIpsSgFailReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IPSEC-SIGNALING-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IPSEC-SIGNALING-MIB::cisgIpsSgFailReason.<cisgIpsSgProtocol>.<cisgIpsSgFailIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IPSEC-SIGNALING-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IPSEC-SIGNALING-MIB::cisgIpsSgFailReason'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2peerDelRequest
3peerLost
4localFailure
5authFailure
6hashValidation
7encryptFailure
8internalError
9sysCapExceeded
10proposalFailure
11peerCertUnavailable
12peerCertNotValid
13localCertExpired
14crlFailure
15peerEncodingError
16nonExistentSa
17userAuthFailure
18operRequest
19deniedByAdmissionControl
20protocolSpecific

Conformance