CISCO-VSIMASTER-MIB
- Registered at
- 1.3.6.1.4.1.9.9.162
- Last updated
- 2000-10-17 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2000-10-17 00:00, 2000-06-01 00:00
- Namespace
- cisco
- Source file
CISCO-VSIMASTER-MIB- Digest
sha256:03344463f3b199ffbb0978c7cdf9eb406094cf044fe39fd280cc7e252b350aa2
Description
This MIB module contains objects related to the master side of the Virtual Switch Interface protocol used for control of ATM switches.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS e-mail: cs-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | InterfaceIndex |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-SMI CISCO-VSIMASTER-MIB IANAifType-MIB IF-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| VsiControllerIndex TEXTUAL-CONVENTION This textual convention defines the controller index for each Virtual Switch Interface (VSI) controller in the domain of the VSI Master. The value is an internally generated unique number with local significance only. It must remain constant after the VSI Master sub-system is initialized. | current | |||
| VsiLogicalIfIndex TEXTUAL-CONVENTION This textual convention defines a unique value, greater than zero, for each VSI logical interface controlled by the managed system. A logical interface index is an abstract number that is generated and provided by a Slave, and represents a virtual interface. It is used by the Master, when communicating with the Slave, to gain access to interface data, including ifIndex. This is not a selector index for ifType, ifName, ifOperState, and ifAdminState, etc. | current | |||
| VsiSessionIndex TEXTUAL-CONVENTION This textual convention defines a unique value, greater than zero, for each VSI session in the managed system. The value should remain constant after a VSI session is reinitialized. | current | |||
| VsiXCIndex TEXTUAL-CONVENTION This textual convention defines a unique value, greater than zero, for each cross-connect on a managed system controlled by VSI. The value should remain constant after a cross-connect is initialized, for the duration of the life of the cross-connect. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoVsiMasterObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.162.1 | |||
| vsiMasterControllerTable OBJECT-TYPE A table containing a set of VSI controllers. Each controller represents an instance of the VSI Master control protocol. A controller communicates with a set of VSI Slaves across a control interface. Running the VSI protocol, the controller supports a network control application. Through VSI, such an application can control the Virtual Circuit cross-connect table inside the ATM switch, perform monitoring and statistics collection of interfaces and virtual circuits on the switch, and discover configuration information from within the switch. | 1.3.6.1.4.1.9.9.162.1.1 | not-accessible | current | |
| vsiMasterControllerEntry OBJECT-TYPE An entry containing management information applicable to a controller which uses the VSI protocol. Controller entries represent internally generated control structures. Therefore each row is created by the agent in response to the learning of a controller's instantiation. Instantiation of a controller is performed by the VSI Master protocol implementation under management via this MIB. These structures, once instantiated, are never deleted. Each controller manages a set of VSI slaves, via a protocol instance called a Session. | 1.3.6.1.4.1.9.9.162.1.1.1 | not-accessible | current | |
| vsiControllerIndex OBJECT-TYPE A unique value per VSI controller, greater than 0. This object gets its value from the vsiControllerId, and is used for row selection within the vsiMasterControllerTable. | 1.3.6.1.4.1.9.9.162.1.1.1.1 | VsiControllerIndex | read-only | current |
| vsiControllerId OBJECT-TYPE The controller identifier for the VSI controller. Values are arbitrarily assigned by the VSI protocol implementation being managed via this MIB, with local significance only. These values appear in the header of all VSI protocol messages. | 1.3.6.1.4.1.9.9.162.1.1.1.2 | Integer32 (0..255) | read-only | current |
| vsiCrossConnects OBJECT-TYPE This object contains a value equal to the number of cross-connects being controlled via VSI protocol via this controller. | 1.3.6.1.4.1.9.9.162.1.1.1.3 | Integer32 (0..2147483647) | read-only | current |
| vsiControllerType OBJECT-TYPE A VSI controller represents an instance of a service layer accessible to a network control application. This object serves to identify the type of the network control application currently being supported by this controller. other(1): the type is unspecified. mpls(2): indicates that the client is a Label Switch Controller performing Multi Protocol Label Switching. pnni(3): indicates that the client is an instance of the ATM Private Network to Network Interface. par(4): indicates that the client is an instance of ATM Portable Autoroute. | 1.3.6.1.4.1.9.9.162.1.1.1.4 | INTEGER {other(1), mpls(2), pnni(3), par(4)} | read-only | current |
| vsiBaseVersionSupported OBJECT-TYPE A VSI Master protocol instance defines internally a set of versions of the protocol that it will support. These versions are numbered, by default, starting from 1. This object makes available the lowest numbered version that the VSI Master protocol supports. This object is related to the other vsiMasterControllerEntry objects, vsiTopVersionSupported and vsiVersionInUse. | 1.3.6.1.4.1.9.9.162.1.1.1.5 | Integer32 (1..255) | read-only | current |
| vsiTopVersionSupported OBJECT-TYPE A VSI Master protocol instance defines internally a set of versions of the protocol that it will support. These versions are numbered, by default, starting from 1. This object makes available the highest numbered version that the VSI Master protocol supports. This object is related to the other vsiMasterControllerEntry objects, vsiBaseVersionSupported and vsiVersionInUse. | 1.3.6.1.4.1.9.9.162.1.1.1.6 | Integer32 (1..255) | read-only | current |
| vsiVersionInUse OBJECT-TYPE The number of the VSI version currently being used by this controller. Protocol selection procedures dictate that this should be the highest value of protocol version, between vsiBaseVersionSupported and vsiTopVersionSupported, that is supported by all slaves. An exception to this rule will occur when the version is constrained to a specific value indicated by the vsiSpecifiedVersion object. | 1.3.6.1.4.1.9.9.162.1.1.1.7 | Integer32 (1..255) | read-only | current |
| vsiSpecifiedVersion OBJECT-TYPE When this object is written with a non-zero value, re-synchronization procedures will be initiated, if necessary, in order to constrain the master and slaves to use the indicated protocol version. When written with zero (0), the master and slaves should use the version dictated by the usual protocol version selection procedures; resynchronization procedures will be invoked, if necessary, to achieve this result. | 1.3.6.1.4.1.9.9.162.1.1.1.8 | Integer32 (0..255) | read-write | current |
| vsiControlInterface OBJECT-TYPE A VSI controller communicates with a set of VSI Slaves across a control interface. The controller is connected to the ATM switch via an ATM link called the Slave Control Link. The interface at the Master end of the link is the Master Control Port, and is described by this object; it is the ifIndex of this Master Control Port. | 1.3.6.1.4.1.9.9.162.1.1.1.9 | InterfaceIndex | read-only | current |
| vsiLogicalControlInterface OBJECT-TYPE This object describes the instance of a logical interface index bound to the slave end of the Slave Control Link, which is referred to in the description of vsiControlInterface. | 1.3.6.1.4.1.9.9.162.1.1.1.10 | VsiLogicalIfIndex | read-only | current |
| vsiControlIfIpAddress OBJECT-TYPE The IP address of the interface identified by the associated vsiControlInterface object. | 1.3.6.1.4.1.9.9.162.1.1.1.11 | IpAddress | read-only | current |
| vsiAvailableChnlWarnThreshold OBJECT-TYPE A controller has in its domain multiple instances of the vsiLogicalIfAvailIngressChnls and vsiLogicalIfAvailEgressChnls counters. This set of values, associated with all the logical interfaces in the vsiLogicalIfTable, is monitored so as to note the minimum value. The minimum observed value is compared against this threshold object. If the minimum observed value is less than this threshold, and the value at the last comparison was greater than or equal to this threshold, a single event will be generated, to indicate a warning that available channels are being depleted. After a warning event is generated, another such event will not be generated unless the vsiAvailableChnlAlarmThreshold is reached. If the vsiAvailableChnlAlarmThreshold is reached and then the minimum observed value is greater than or equal to this threshold, a single event is generated, to indicate that a recovery of resources has occurred. If this object contains the value zero, then the thresholding operation will be disabled. Otherwise, the value of this object must be greater than or equal to the value of the associated vsiAvailableChnlAlarmThreshold object. Notification emissions are also gated by the vsiXCTrapEnable object. | 1.3.6.1.4.1.9.9.162.1.1.1.12 | Integer32 (0..100) | read-write | current |
| vsiAvailableChnlAlarmThreshold OBJECT-TYPE A controller has in its domain multiple instances of the vsiLogicalIfAvailIngressChnls and vsiLogicalIfAvailEgressChnls counters. This set of values, associated with all the logical interfaces in the vsiLogicalIfTable, is monitored so as to note the minimum value. The minimum observed value is compared against this threshold object. If the minimum observed value is less than this threshold, and the value at the last comparison was greater than or equal to this threshold, a single event will be generated, to indicate an alarm that available channels are being depleted. After an alarm event is generated, another such event will not be generated unless the vsiAvailableChnlWarnThreshold is reached. If this object contains the value zero, then the thresholding operation will be disabled. Otherwise, the value of this object must be less than or equal to the value of the associated vsiAvailableChnlWarnThreshold object. Notification emissions are also gated by the vsiXCTrapEnable object. | 1.3.6.1.4.1.9.9.162.1.1.1.13 | Integer32 (0..100) | read-write | current |
| vsiAvailableChnlThresholdStatus OBJECT-TYPE As described for the vsiAvailableChnlWarnThreshold and vsiAvailableChnlAlarmThreshold objects, events are generated when these thresholds are crossed. This object defines a set of unique values that are used with the vsiLcnExhaustionNotice to convey information about the context of a threshold crossing. warning(1): the event qualifier for indicating vsiAvailableChnlWarnThreshold violations. alarm(2): the event qualifier for indicating vsiAvailableChnlAlarmThreshold violations. recovery(3): the event qualifier for indicating vsiAvailableChnlWarnThreshold recovery. normal(4): the initial value that indicates that no thresholds have been crossed. | 1.3.6.1.4.1.9.9.162.1.1.1.14 | INTEGER {warning(1), alarm(2), recovery(3), normal(4)} | read-only | current |
| vsiSessionTable OBJECT-TYPE A table containing VSI master-slave session status information. Each VSI controller manages a set of VSI slaves, via a protocol instance called a Session. VSI slaves are entities that reside on the controlled ATM switch. Their number and characteristics are discovered by the VSI controller via the VSI protocol. This table has an entry for each slave so discovered. | 1.3.6.1.4.1.9.9.162.1.2 | not-accessible | current | |
| vsiSessionEntry OBJECT-TYPE A vsiSessionEntry is a set of objects that together represent the status of each instance of VSI protocol and the slave in an ATM switch to which that instance corresponds. There is one vsiSession for each slave. The number of slaves is discovered via the VSI protocol. Each slave is responsible for a subset of the total number of external interfaces on the ATM switch. Session entries refer back to their respective controllers via vsiSessionControllerIndex, and are in turn referred to by vsiLogicalIfSessionIndex in the VsiLogicalIfEntry. These entries are never deleted. | 1.3.6.1.4.1.9.9.162.1.2.1 | not-accessible | current | |
| vsiSessionControllerIndex OBJECT-TYPE The ID of the controller which controls this master-slave session. This identifies which vsiMasterControllerEntry represents the controller communicating with a slave through this Session. | 1.3.6.1.4.1.9.9.162.1.2.1.1 | VsiControllerIndex | not-accessible | current |
| vsiSessionIndex OBJECT-TYPE 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 vsiSessionTable. This object is the row selector. The value should remain constant after a VSI session is reinitialized. | 1.3.6.1.4.1.9.9.162.1.2.1.2 | VsiSessionIndex | not-accessible | current |
| vsiSessionVpi OBJECT-TYPE 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. This is the vpi for that link. | 1.3.6.1.4.1.9.9.162.1.2.1.3 | Integer32 (0..4095) | read-only | current |
| vsiSessionVci OBJECT-TYPE 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 VC. This is the vci for that link. | 1.3.6.1.4.1.9.9.162.1.2.1.4 | Integer32 (0..65535) | read-only | current |
| vsiSessionSwitchId OBJECT-TYPE 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 vsiSessionVpi and vsiSessionVci. | 1.3.6.1.4.1.9.9.162.1.2.1.5 | Integer32 (0..255) | read-only | current |
| vsiSessionSwitchName OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.162.1.2.1.6 | SnmpAdminString | read-only | current |
| vsiSessionSlaveId OBJECT-TYPE The identifier of the slave for this VSI master-slave session. This value is learned from the slave on the switch. | 1.3.6.1.4.1.9.9.162.1.2.1.7 | Integer32 (0..255) | read-only | current |
| vsiSessionState OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.162.1.2.1.8 | INTEGER {inactive(1), unknown(2), configuring(3), resyncStarting(4), resyncUnderway(5), resyncEnding(6), discovery(7), established(8), shutdownStarting(9)} | read-only | current |
| vsiSessionWindowSize OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.162.1.2.1.9 | Integer32 (0..65535) | read-only | current |
| vsiSessionCmdsPending OBJECT-TYPE 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. This object is a count of the number of commands that have been sent and that are awaiting acknowledgment. | 1.3.6.1.4.1.9.9.162.1.2.1.10 | Gauge32 (0..65535) | read-only | current |
| vsiSessionActiveId OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.162.1.2.1.11 | Integer32 (0..2147483647) | read-only | current |
| vsiSessionPowerupId OBJECT-TYPE 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 resync. | 1.3.6.1.4.1.9.9.162.1.2.1.12 | Integer32 (0..2147483647) | read-only | current |
| vsiLogicalIfTable OBJECT-TYPE A table containing information about logical interfaces on the slave switch controlled via VSI. Logical interfaces are an abstraction of exposed, external ATM interfaces that are available for connections. When two external interfaces, represented by two logical interfaces, are paired, they provide physical paths through the switch. These physical pathways support cross-connects. | 1.3.6.1.4.1.9.9.162.1.3 | not-accessible | current | |
| vsiLogicalIfEntry OBJECT-TYPE An entry containing information about a single VSI logical interface. Entries are instantiated and removed as signalled by the slave which controls the external interface. Each entry contains information about the capacity of cross-connects the interface can bear, cell rate, merge capability, vpi/vci ranges, and statistics. Pairs of logical interfaces support potential cross-connects that, when actualized, are represented by the vsiXCEntrys in the vsiXCTable. Logical interfaces are controlled by a designated slave, as determined by the switch. The slave is in the domain of the controller whose identity is given by vsiLogicalIfControllerIndex. This object is an opaque identifier, provided by the slave, and used as a key to identify the entry. | 1.3.6.1.4.1.9.9.162.1.3.1 | not-accessible | current | |
| vsiLogicalIfControllerIndex OBJECT-TYPE The VSI controller index of the controller through which this logical interface was learned. | 1.3.6.1.4.1.9.9.162.1.3.1.1 | VsiControllerIndex | read-only | current |
| vsiLogicalIfIndex OBJECT-TYPE A unique value, greater than zero, for each VSI logical interface. Logical interface numbers are selected by the switch to be unique and persistent. The same number is preserved through power failures. This index is not the same as an ifIndex. It is an abstract number provided by the slave, representing a virtual interface, which is an identifier to be used when communicating with the slave about an interface. | 1.3.6.1.4.1.9.9.162.1.3.1.2 | VsiLogicalIfIndex | read-only | current |
| vsiLogicalIfName OBJECT-TYPE The physical descriptor of the logical interface, as reported by the VSI slave. It is distinct from ifName. | 1.3.6.1.4.1.9.9.162.1.3.1.3 | SnmpAdminString | read-only | current |
| vsiLogicalIfOperState OBJECT-TYPE The VSI operational state of the logical interface as reported to the VSI master by the VSI slave. removed(1): the interface is not a valid interface on this controller, is not part of the controller's partition, or is not available. active(2): the interface is active and ready for use. failedExternal(3): external failure, such as a line alarm, detected. failedInternal(4): local hardware has detected a failure, making the interface unusable. | 1.3.6.1.4.1.9.9.162.1.3.1.4 | INTEGER {removed(1), active(2), failedExternal(3), failedInternal(4)} | read-only | current |
| vsiLogicalIfAdminState OBJECT-TYPE The current administrative (configured) state of the interface, as reported to the VSI master by the VSI slave. down(1): the interface is not a valid interface for the controller. up(2): the interface is configured for use by the controller. pendingDown(3): the interface is being removed from service, and the controller is requested to remove all connections. | 1.3.6.1.4.1.9.9.162.1.3.1.5 | INTEGER {down(1), up(2), pendingDown(3)} | read-only | current |
| vsiLogicalIfRxCells OBJECT-TYPE The number of cells received via this logical interface as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.6 | Counter32 | read-only | current |
| vsiLogicalIfTxCells OBJECT-TYPE The number of cells transmitted via this logical interface as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.7 | Counter32 | read-only | current |
| vsiLogicalIfRxCellsDiscarded OBJECT-TYPE The number of received cells discarded by this logical interface as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.8 | Counter32 | read-only | current |
| vsiLogicalIfTxCellsDiscarded OBJECT-TYPE The number of transmitted cells discarded by this logical interface as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.9 | Counter32 | read-only | current |
| vsiLogicalIfRxHeaderErrors OBJECT-TYPE The number of cells received via this logical interface which had header errors, as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.10 | Counter32 | read-only | current |
| vsiLogicalIfRxInvalidAddrs OBJECT-TYPE The number of cells received by this logical interface which had invalid addresses, as reported to the VSI master by the VSI slave. An unknown vpi/vci value set is an example of of an invalid address. | 1.3.6.1.4.1.9.9.162.1.3.1.11 | Counter32 | read-only | current |
| vsiLogicalIfEndPointsInUse OBJECT-TYPE The number of end points in use on this logical interface, as reported to the VSI master by the VSI slave. This reflects an aggregate count of input, output and bi-directional end points. If the logical interface has not been removed, but does not currently support any cross connects, this object will be reported as zero (0). | 1.3.6.1.4.1.9.9.162.1.3.1.12 | Gauge32 | read-only | current |
| vsiLogicalIfAvailIngressChnls OBJECT-TYPE The number of ingress channels available for this logical interface, as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.13 | Gauge32 | read-only | current |
| vsiLogicalIfAvailEgressChnls OBJECT-TYPE The number of egress channels available for this logical interface, as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.14 | Gauge32 | read-only | current |
| vsiLogicalIfAvailIngressCellRate OBJECT-TYPE The available ingress cell rate in cells/second for the logical interface, as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.15 | Gauge32 | read-only | current |
| vsiLogicalIfAvailEgressCellRate OBJECT-TYPE The available egress cell rate in cells/second for the logical interface, as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.16 | Gauge32 | read-only | current |
| vsiLogicalIfVcMergeSupported OBJECT-TYPE If this object has the value true(1) then VC merge capability is supported for this logical interface. Otherwise VC merge capability is not supported on this logical interface. | 1.3.6.1.4.1.9.9.162.1.3.1.17 | TruthValue | read-only | current |
| vsiLogicalIfMulticastSupported OBJECT-TYPE If this object has the value true(1) then multicast capability is supported for this logical interface. Otherwise multicast capability is not supported on this logical interface. | 1.3.6.1.4.1.9.9.162.1.3.1.18 | TruthValue | read-only | current |
| vsiLogicalIfVpiTranslated OBJECT-TYPE If this object has the value true(1) then vpi values entering on this logical interface are translated at the other end of the link. This translation may be an indication that the link is supporting a tunnel. Otherwise, vpi values are not translated for traversal of the link. | 1.3.6.1.4.1.9.9.162.1.3.1.19 | TruthValue | read-only | current |
| vsiLogicalIfStrictSigRange OBJECT-TYPE If this object has the value true(1) then signalling addresses must be in the strict advertised range for the high-address (vpi). Otherwise, signalling addresses are not so constrained. | 1.3.6.1.4.1.9.9.162.1.3.1.20 | TruthValue | read-only | current |
| vsiLogicalIfMaxIngressCellRate OBJECT-TYPE The maximum ingress cell rate in cells/second for the logical interface, as reported to the VSI. This value is the limiting value for vsiLogicalIfAvailIngressCellRate. | 1.3.6.1.4.1.9.9.162.1.3.1.21 | Integer32 (0..2147483647) | read-only | current |
| vsiLogicalIfMaxEgressCellRate OBJECT-TYPE The maximum egress cell rate in cells/second for the logical interface, as reported to the VSI master by the VSI slave. | 1.3.6.1.4.1.9.9.162.1.3.1.22 | Integer32 (0..2147483647) | read-only | current |
| vsiLogicalIfMinVpi OBJECT-TYPE Minimum allowed vpi value for this interface as reported by VSI slave switch. | 1.3.6.1.4.1.9.9.162.1.3.1.23 | INTEGER (0..4095) | read-only | current |
| vsiLogicalIfMaxVpi OBJECT-TYPE Maximum allowed vpi value for this interface as reported by VSI slave switch. | 1.3.6.1.4.1.9.9.162.1.3.1.24 | INTEGER (0..4095) | read-only | current |
| vsiLogicalIfMinVci OBJECT-TYPE Minimum allowed vci value for this interface as reported by VSI slave switch. | 1.3.6.1.4.1.9.9.162.1.3.1.25 | INTEGER (0..65535) | read-only | current |
| vsiLogicalIfMaxVci OBJECT-TYPE Maximum allowed vci value for this interface as reported by VSI slave switch. | 1.3.6.1.4.1.9.9.162.1.3.1.26 | INTEGER (0..65535) | read-only | current |
| vsiLogicalControlIfIndex OBJECT-TYPE The interface index for the interface which controls this logical interface. This is the ifIndex of the controlling network layer interface, and is a direct manifestation of the mapping between a logical interface and the real ifIndex. | 1.3.6.1.4.1.9.9.162.1.3.1.27 | InterfaceIndex | read-only | current |
| vsiLogicalIfSessionIndex OBJECT-TYPE All logical interfaces are in the domain of a VSI slave, which communicates with the VSI master through a Session. This object is a selector for an entry in the table vsiSessionTable. It is the VSI session index for the VSI session which controls this logical interface. | 1.3.6.1.4.1.9.9.162.1.3.1.28 | VsiSessionIndex | read-only | current |
| vsiXCTable OBJECT-TYPE A table containing information about cross-connects on the slave switch controlled via VSI. cross-connects represent virtual links across two interfaces. The participating interfaces that support these links are represented in this MIB by the vsiLogicalIfTable entries. | 1.3.6.1.4.1.9.9.162.1.4 | not-accessible | current | |
| vsiXCEntry OBJECT-TYPE An entry containing information about one unidirectional or bidirectional cross-connect on the slave switch controlled via VSI. A VSI controller represents an instance of a service layer accessible to a network control application. The application creates virtual links via service requests to the controller, which in turn sends commands to the VSI slave, indicating the participating logical interfaces. Conversely, links are taken down by a reverse process. Virtual link creation and deletion come about as a result of routing decisions. | 1.3.6.1.4.1.9.9.162.1.4.1 | not-accessible | current | |
| vsiXCControllerIndex OBJECT-TYPE The index of the VSI controller through which this cross-connect was instantiated. This object is the index for a vsiControllerTable entry; the controller indexed is the VSI protocol partner to the slave that is controlling the logical interfaces on which this cross-connect is supported. | 1.3.6.1.4.1.9.9.162.1.4.1.1 | VsiControllerIndex | read-only | current |
| vsiXCLogicalIfLow OBJECT-TYPE The VSI logical interface index for the first endpoint of the cross-connect. This object is the selector index for one of the two vsiLogicalIfTable entries that support this cross-connect. Further, this index value is constrained to be 'numerically lower than' the index value of the other vsiLogicalIfTable entry, indexed by vsiXCLogicalIfHi, supporting this cross-connect. | 1.3.6.1.4.1.9.9.162.1.4.1.2 | VsiLogicalIfIndex | read-only | current |
| vsiXCLogicalIfHi OBJECT-TYPE The VSI logical interface index for the second endpoint of the cross-connect. This object is the selector index for one of the two vsiLogicalIfTable entries that support this cross-connect. Further, this index value is constrained to be 'numerically higher than' the index value of the other vsiLogicalIfTable entry, indexed by vsiXCLogicalIfLow, supporting this cross-connect. | 1.3.6.1.4.1.9.9.162.1.4.1.3 | VsiLogicalIfIndex | read-only | current |
| vsiXCIndex OBJECT-TYPE A unique value greater than zero, for each cross-connect within the set of VsiXCTable entries indexed by vsiXCLogicalIfLow and vsiXCLogicalIfHi. The value should remain constant after a cross-connect is initialized. These values are assigned in sequence by the management agent, starting from one (1). | 1.3.6.1.4.1.9.9.162.1.4.1.4 | VsiXCIndex | read-only | current |
| vsiXCState OBJECT-TYPE The operational state of the cross-connect, as reported to the VSI master by the VSI slave. deleted(1): the connection does not exist. reserved(2): connection is in the reserved state. committed(3): connection is in the committed state. reservedFail(4): connection is reserved but has an internal failure. | 1.3.6.1.4.1.9.9.162.1.4.1.5 | INTEGER {deleted(1), reserved(2), committed(3), reservedFail(4)} | read-only | current |
| vsiXCVpiLow OBJECT-TYPE The vpi of that endpoint of the cross-connect which terminates on the logical interface whose index is given by vsiXCLogicalIfLow. | 1.3.6.1.4.1.9.9.162.1.4.1.6 | Integer32 (0..4095) | read-only | current |
| vsiXCVciLow OBJECT-TYPE The vci of that endpoint of the cross-connect which terminates on the logical interface whose index is given by vsiXCLogicalIfLow. | 1.3.6.1.4.1.9.9.162.1.4.1.7 | Integer32 (0..65535) | read-only | current |
| vsiXCVpiHi OBJECT-TYPE The vpi of that endpoint of the cross-connect which terminates on the logical interface whose index is given by vsiXCLogicalIfHi. | 1.3.6.1.4.1.9.9.162.1.4.1.8 | Integer32 (0..4095) | read-only | current |
| vsiXCVciHi OBJECT-TYPE The vci of that endpoint of the cross-connect which terminates on the logical interface whose index is given by vsiXCLogicalIfHi. | 1.3.6.1.4.1.9.9.162.1.4.1.9 | Integer32 (0..65535) | read-only | current |
| vsiControllerTrapEnable OBJECT-TYPE If this object is true, both vsiControllerAdded and vsiControllerDeleted notifications are enabled. | 1.3.6.1.4.1.9.9.162.1.5 | TruthValue | read-write | current |
| vsiSessionTrapEnable OBJECT-TYPE If this object is true, both vsiSessionUp and vsiSessionDown notifications are enabled. | 1.3.6.1.4.1.9.9.162.1.6 | TruthValue | read-write | current |
| vsiLogicalIfTrapEnable OBJECT-TYPE If this object is true, both vsiLogicalIfUp and vsiLogicalIfDown notifications are enabled. | 1.3.6.1.4.1.9.9.162.1.7 | TruthValue | read-write | current |
| vsiXCTrapEnable OBJECT-TYPE If this object is true, both vsiXCFailed and vsiLcnExhaustionNotice notifications are enabled. | 1.3.6.1.4.1.9.9.162.1.8 | TruthValue | read-write | current |
| vsiVSITrapEnable OBJECT-TYPE If this object is true, all of vsiControllerTrapEnable, vsiSessionTrapEnable, vsiLogicalIfTrapEnable, and vsiXCTrapEnable are also set to true. This allows for enabling and disabling all notifications as a group. | 1.3.6.1.4.1.9.9.162.1.9 | TruthValue | read-write | current |
| ciscoVsiMasterNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.162.2 | |||
| ciscoVsiMasterConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.162.3 | |||
| ciscoVsiMasterGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.162.3.1 | |||
| ciscoVsiMasterCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.162.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| vsiControllerAdded NOTIFICATION-TYPE This notification is generated when a vsiMasterControllerEntry is added to the vsiMasterControllerTable. The vsiControllerType object identifies the type and instance of the entry that was added. The agent will not generate this notification if the vsiControllerTrapEnable object is equal to 'false'. | 1.3.6.1.4.1.9.9.162.2.1 | current |
| vsiControllerDeleted NOTIFICATION-TYPE This notification is generated when a vsiMasterControllerEntry is deleted from the vsiMasterControllerTable. The vsiControllerType object identifies the type and instance of the entry that was deleted. The agent will not generate this notification if the vsiControllerTrapEnable object is equal to 'false'. | 1.3.6.1.4.1.9.9.162.2.2 | current |
| vsiSessionUp NOTIFICATION-TYPE This notification is generated when the vsiSessionState object transitions to the established(8) state. The vsiSessionState object identifies the state and instance of the session, after the session has made the transition that caused the notification to be generated. The agent will not generate this notification if the vsiSessionTrapEnable object is equal to 'false'. | 1.3.6.1.4.1.9.9.162.2.3 | current |
| vsiSessionDown NOTIFICATION-TYPE This notification is generated when the vsiSessionState object transitions from any of unknown(1), configuring(2), or established(8) state to shutdownStarting(9) states. This notification is also generated when the vsiSessionState transitions from configuring(2) or established(8) state to the unknown(1) state. The vsiSessionState object identifies the state and instance of the session, after the session has made the transition that caused the notification to be generated. The agent will not generate this notification if the vsiSessionTrapEnable object is equal to 'false'. | 1.3.6.1.4.1.9.9.162.2.4 | current |
| vsiLogicalIfUp NOTIFICATION-TYPE This notification is generated when the vsiLogicalIfOperState object transitions to the active(2) state. The vsiLogicalIfOperState object identifies the state and instance of the logical interface, after the logical interface has made the transition that caused the notification to be generated. The agent will not generate this notification if the vsiLogicalIfTrapEnable object is equal to 'false'. | 1.3.6.1.4.1.9.9.162.2.5 | current |
| vsiLogicalIfDown NOTIFICATION-TYPE This notification is generated when the vsiLogicalIfOperState object transitions from the active(2) state to either the failedExternal(3) or failedInternal(4) state. The vsiLogicalIfOperState object identifies the state and instance of the logical interface, after the logical interface has made the transition that caused the notification to be generated. The agent will not generate this notification if the vsiLogicalIfTrapEnable object is equal to 'false'. | 1.3.6.1.4.1.9.9.162.2.6 | current |
| vsiXCFailed NOTIFICATION-TYPE This notification is generated when an attempt to create a cross-connect fails. Failure means the slave has answered a connect command with a nak, reject, or error response. The vsiXCControllerIndex object identifies the VsiControllerIndex of the VSI controller through which the cross-connect was attempted. The vsiXCLogicalIfLow object provides the lower valued VsiLogicalIfIndex of the logical interface on which the cross-connect was attempted. The vsiXCLogicalIfHi object provides the higher valued VsiLogicalIfIndex of the logical interface on which the cross-connect was attempted. The agent will not generate this notification if the vsiXCTrapEnable object is equal to 'false'. | 1.3.6.1.4.1.9.9.162.2.7 | current |
| vsiLcnExhaustionNotice NOTIFICATION-TYPE As cross-connects on logical interfaces are instantiated or released, and available channel counts are respectively diminished or augmented, there is a potential for the available channel counts to cross a threshold. The threshold value may be crossed in the positive direction as the available channel count is rising, or in a negative direction as the available channel count is falling. The threshold values are described as the vsiAvailableChnlWarnThreshold and the vsiAvailableChnlAlarmThreshold objects. The vsiControllerIndex identifies the controller domain in which the threshold event took place. The vsiAvailableChnlThresholdStatus indicates the particular kind of threshold crossing that occurred. When comparison with vsiAvailableChnlWarnThreshold indicates a negative crossing, this notification, with vsiAvailableChnlThresholdStatus:warning(1) is emitted. When comparison with vsiAvailableChnlAlarmThreshold indicates a negative threshold violation, this notification, with vsiAvailableChnlThresholdStatus:alarm(2) is emitted. When comparison with vsiAvailableChnlWarnThreshold indicates a positive threshold crossing, and if the preceeding vsiLcnExhaustionNotice had been sent with the vsiAvailableChnlThresholdStatus:alarm(2) parameter, this notification, with vsiAvailableChnlThresholdStatus:recovery(3) is emitted. The agent will not generate this notification if the vsiXCTrapEnable is equal to 'false'. | 1.3.6.1.4.1.9.9.162.2.8 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoVsiMasterGeneralGroup OBJECT-GROUP Objects that apply to all VSI Master implementations. | 1.3.6.1.4.1.9.9.162.3.1.1 | current |
| ciscoVsi2MasterGroup OBJECT-GROUP Objects that apply to all VSI Master implementations. | 1.3.6.1.4.1.9.9.162.3.1.2 | current |
| ciscoVsi2AlarmControlGroup OBJECT-GROUP Collection of objects needed to control (enable and disable) the generation of associated Notifications. | 1.3.6.1.4.1.9.9.162.3.1.3 | current |
| ciscoVsi2MasterNotificationGroup NOTIFICATION-GROUP Set of notifications implemented in this module. | 1.3.6.1.4.1.9.9.162.3.1.4 | current |
| ciscoVsiMasterModuleCompliance MODULE-COMPLIANCE The basic implentation requirements for agents that support this VSI Master MIB. | 1.3.6.1.4.1.9.9.162.3.2.1 | deprecated |
| ciscoVsi2MasterModuleCompliance MODULE-COMPLIANCE The implentation requirements for agents that support the VSI Master MIB with Notifications. | 1.3.6.1.4.1.9.9.162.3.2.2 | current |