vsiSessionState

CISCO-VSIMASTER-MIB · .1.3.6.1.4.1.9.9.162.1.2.1.8

Object

column Enumeration
The state of the VSI session.
inactive(1): communications data structures for communicating
with the slave have been created, but the VSI protocol has 
not been started.
unknown(2): slave has been queried, but its configuration data
has not yet been received.
configuring(3): configuration data has been sent to the slave,
but a response has not yet been received.
resyncStarting(4): a re-sync command has been sent to the 
slave but a response has not yet been received.
resyncUnderway(5): a re-sync command response has been 
received from the slave, but the network applications have 
not yet completed reasserting connections.
resyncEnding(6): a command has been sent to end re-sync, but
a response has not yet been received.
discovery(7): a query has been sent to the slave for 
interface information, but a response has not yet 
been received.
established(8): discovery has completed.
shutdownStarting(9): the master has started an orderly 
shutdown of the slave.

Context

MIB
CISCO-VSIMASTER-MIB
OID
.1.3.6.1.4.1.9.9.162.1.2.1.8
Type
column
Access
readonly
Status
current
Parent
vsiSessionEntry
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-VSIMASTER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VSIMASTER-MIB::vsiSessionState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-VSIMASTER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VSIMASTER-MIB::vsiSessionState.<vsiSessionControllerIndex>.<vsiSessionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-VSIMASTER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-VSIMASTER-MIB::vsiSessionState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1inactive
2unknown
3configuring
4resyncStarting
5resyncUnderway
6resyncEnding
7discovery
8established
9shutdownStarting

Conformance