CISCO-VSI-CONTROLLER-MIB
21 objects
This MIB module is used for configuring ATM Capable Switch to be aware of VSI Controller information. Terminolgies used: VSI - Virtual Switch Interface, a hardware-independent switch control protocol. This allows a Switch(node) to be controlled by a multiple controllers such as PNNI,LSC. These control planes can be internal or external to the switch.The VSI interface defines the messages and associated functions which allow communication between the controller and the switch.This interface is expected to support all types of connections (voice,data,frame relay,ATM) for PVCs, SPVCs and SVCs. VSI Master - software component which requests connections and receives switch generic information. This controls one or more VSI Slaves. This may run on the switch or a dedicated controller platform. This is the master module.It performs the interface to the higher layer networking software and handles all VSI related functions. VSI Slave - software component which converts generic connection requests into hardware specific requests and hardware specific information into generic information. This runs on the switch.a A centralized slave has a single point of control for making connections and controlling interfaces, while a distributed slave allows for multiple slaves to coexist on the same switch. Controller - Software ( and possibly hardware) which manages topology and network resources and performs VSI Master fucntion. This performs source routing for ent-to-end SVCs, including general call acceptance GCAC,setup calls with other controllers. PNNI and MPLS are examples for the Controller. Controller Shelf - A controller shelf is a switch containing atleast one VSI Controller which is controlling a different switch.It will also, typically, contain 'local' controllers for itself.
Imported Objects
| CISCO-SMI | ciscoMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString RowStatus TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.141 | IdentityciscoVSIControllerMIB | This MIB module is used for configuring ATM Capable Switch to be aware of VSI Controller information. Terminolgies used: VSI - Virtual Switch Interface, a hard… | ||
| 1.3.6.1.4.1.9.9.141.1 | NodecvcMIBObjects | |||
| 1.3.6.1.4.1.9.9.141.1.1 | NodecvcConfController | |||
| 1.3.6.1.4.1.9.9.141.1.1.1 | TablecvcConfTable | not-accessible | current | This table contains the entries for VSI Controllers. This table is used for informing the VSI Slaves about the existence of VSI Controllers and how the VSI sla… |
| 1.3.6.1.4.1.9.9.141.1.1.1.1 | RowcvcConfEntry | not-accessible | current | An entry for a VSI Controller. The entries in this table are created by setting the cvcConfRowStatus object to 'createAndGo(4)'. The entries in this table are … |
| 1.3.6.1.4.1.9.9.141.1.1.1.1.1 | ColumncvcConfControllerID | not-accessible | current | This is the unique value for VSI Controller(VSI Master). The VSI Slave uses this value in the message to identify the VSI Master controller. |
| 1.3.6.1.4.1.9.9.141.1.1.1.1.2 | ColumncvcConfControllerType | read-create | current | This object identifies the controller type. This object may not be modified if the associated cvcConfRowStatus is equal to 'active(1)'. |
| 1.3.6.1.4.1.9.9.141.1.1.1.1.3 | ColumncvcConfControllerShelfLocation | read-create | current | This identifies the location of the controller shelf. This Object can be set only during row creation. |
| 1.3.6.1.4.1.9.9.141.1.1.1.1.4 | ColumncvcConfControllerLocation | read-create | current | This identifies the location of the controller. This object might contain the logical slot number of the Module where the controller is running on the same she… |
| 1.3.6.1.4.1.9.9.141.1.1.1.1.5 | ColumncvcConfControllerName | read-create | current | This is the name choosen by the user for the VSI Controller. This object contains Octet string of length zero, if the user does not set the value for this obje… |
| 1.3.6.1.4.1.9.9.141.1.1.1.1.6 | ColumncvcConfVpi | read-create | current | This is the Virtual Path Identifier(VPI) used for connecting to the controller which is external to the switch. This object has significance only if cvcConfCon… |
| 1.3.6.1.4.1.9.9.141.1.1.1.1.7 | ColumncvcConfVci | read-create | current | This is the start value of Virtual Channel Identifier(VCI) used for connecting to the controller which is external to the switch. This object has significance … |
| 1.3.6.1.4.1.9.9.141.1.1.1.1.8 | ColumncvcConfRowStatus | read-create | current | This object is used for adding,deleting and modifying the controller configuration. The row can be created by setting this object to 'createAndGo(4)'. The row … |
| 1.3.6.1.4.1.9.9.141.3 | NodecvcMIBConformance | |||
| 1.3.6.1.4.1.9.9.141.3.1 | NodecvcMIBCompliances | |||
| 1.3.6.1.4.1.9.9.141.3.1.1 | CompliancecvcMIBCompliance | current | The Compliance statement for cisco VSI Controller group. | |
| 1.3.6.1.4.1.9.9.141.3.2 | NodecvcMIBGroups | |||
| 1.3.6.1.4.1.9.9.141.3.2.1 | GroupcvcConfGroup | current | The objects related to configuring VSI controllers running on the same shelf as the switch. | |
| 1.3.6.1.4.1.9.9.141.3.2.2 | GroupcvcConfGroupExternal | current | The objects related to configuring VSI controllers running on the shelf external to the switch. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| CvcControllerShelfLocation | INTEGER{ internal(1), external(2) } | current | The location of the Controller Shelf. internal(1) - controller resides on the same shelf as the switch. external(2) - controller resides on the external platform. The controller shelf is connected to the switch by an AT… |
| CvcControllerType | INTEGER { par(1), pnni(2), lsc(3) } | current | The type of the controller which is a VSI Master. The Possible values are : par(1) - Portable Auto Route(PAR). This is a VSI Master controller implementing Cisco Proprietary protocol for network routing and topology in … |