ikeSaState

FEC-IPSEC-MIB · .0.4.1.3

Object

column r/w Enumeration
This object specifies the state of the SA.
Possible values:
 negotiating(1),        -- the SA is still being negotiated
 established(2),        -- the SA negotiation is finished
 waiting-for-remove(3), -- the SA is waiting for removal
 delete(7)	          -- mark the SA for deletion.

Context

MIB
FEC-IPSEC-MIB
OID
.0.4.1.3
Type
column
Access
readwrite
Status
current
Parent
ikeSaEntry

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::ikeSaState'
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::ikeSaState.<ikeSaIndex>'
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::ikeSaState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1negotiating
2established
3waiting-for-remove
7delete