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
- Table
- vsiSessionTable
- Siblings
- 11
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | unknown |
3 | configuring |
4 | resyncStarting |
5 | resyncUnderway |
6 | resyncEnding |
7 | discovery |
8 | established |
9 | shutdownStarting |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| vsiSessionControllerIndex The ID of the controller which controls this master-slave
session. This identifies which vsiMasterControllerEntry
represents the controller communicating with a slave through
… | column | VsiControllerIndex | .1.3.6.1.4.1.9.9.162.1.2.1.1 |
| vsiSessionCmdsPending The number of unacknowledged command messages. The VSI master
sends commands to the slave, without receiving acknowledgement,
until the window size threshold has been reached. T… | column | Unsigned32 | .1.3.6.1.4.1.9.9.162.1.2.1.10 |
| vsiSessionActiveId ID supplied by the slave to identify the session. This value
is interpreted by the master, when a change occurs, to
indicate that a resync should be inititated. | column | Integer32 | .1.3.6.1.4.1.9.9.162.1.2.1.11 |
| vsiSessionPowerupId ID supplied by the slave to identify the session at powerup.
This is the initial value for vsiSessionActiveId, and its
default is zero. Changes in vsiSessionActiveId signal a
r… | column | Integer32 | .1.3.6.1.4.1.9.9.162.1.2.1.12 |
| vsiSessionIndex A VSI controller discovers a set of slaves through VSI
protocol. Each of the discovered slaves is bound to a
protocol Session and each of these Sessions occupies a
row in the vsi… | column | VsiSessionIndex | .1.3.6.1.4.1.9.9.162.1.2.1.2 |
| vsiSessionVpi The virtual path identifier for this VSI master-slave session.
The Slave Control Link, referred to in the description of
vsiLogicalControlInterface, supports an ATM control VC. T… | column | Integer32 | .1.3.6.1.4.1.9.9.162.1.2.1.3 |
| vsiSessionVci The virtual channel identifier for this VSI master-slave
session. The Slave Control Link, referred to in the
description of vsiLogicalControlInterface, supports an
ATM control… | column | Integer32 | .1.3.6.1.4.1.9.9.162.1.2.1.4 |
| vsiSessionSwitchId The identifier of the switch which participates in this VSI
master-slave session. The switch terminates the virtual
circuit identified by the vpi/vci pair referred to by
vsiSes… | column | Integer32 | .1.3.6.1.4.1.9.9.162.1.2.1.5 |
| vsiSessionSwitchName The IP hostname for the slave switch which is controlled by
this session. This is an ascii string of maximum
length 64 characters, learned from the ATM switch. | column | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.4.1.9.9.162.1.2.1.6 |
| vsiSessionSlaveId The identifier of the slave for this VSI master-slave session.
This value is learned from the slave on the switch. | column | Integer32 | .1.3.6.1.4.1.9.9.162.1.2.1.7 |
| vsiSessionWindowSize The maximum number of command messages the VSI master will
send before requiring a response from slave. If the value
is 0, then flow control is not enabled. | column | Integer32 | .1.3.6.1.4.1.9.9.162.1.2.1.9 |