All MIBs › CISCO-VSI-MASTER-MIB › vsiSessionState
vsiSessionState
Module: CISCO-VSI-MASTER-MIB
OID (symbolic): CISCO-VSI-MASTER-MIB::vsiSessionState
OID (numeric): 1.3.6.1.4.1.9.9.162.1.2.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: 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 recieved. 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 recieved. 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.
What is vsiSessionState?
This read-only INTEGER reports the current lifecycle state of a VSI master-slave session, moving through states like inactive, unknown, configuring, and resyncStarting/resyncUnderway as the protocol exchange progresses. An administrator watches this to diagnose exactly where a session is stuck if a slave isn't coming fully online, for example lingering in configuring rather than reaching an established state. For example, a session stuck at unknown for an extended period suggests the master queried the slave but never received its configuration data back, pointing to a communication problem.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.162.1.2.1.8 snmpwalk -v2c -c public <target> CISCO-VSI-MASTER-MIB::vsiSessionState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.162.1.2.1.8.1 snmpget -v2c -c public <target> CISCO-VSI-MASTER-MIB::vsiSessionState.1
Start monitoring Cisco MGX/BPX ATM switching platforms with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-VSI-MASTER-MIB::vsiSessionState OID value, configure state conditions and alerts, and monitor any Cisco MGX/BPX ATM switching platforms from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.162 | ciscoVsiMasterMIB | CISCO-VSI-MASTER-MIB |
| 1.3.6.1.4.1.9.9.162.1 | ciscoVsiMasterObjects | CISCO-VSI-MASTER-MIB |
| 1.3.6.1.4.1.9.9.162.1.2 | vsiSessionTable | CISCO-VSI-MASTER-MIB |
| 1.3.6.1.4.1.9.9.162.1.2.1 | vsiSessionEntry | CISCO-VSI-MASTER-MIB |
| 1.3.6.1.4.1.9.9.162.1.2.1.8 | vsiSessionState | CISCO-VSI-MASTER-MIB |