CISCO-WAN-RSRC-PART-MIB
AI MIB Summary
The CISCO-WAN-RSRC-PART-MIB manages resource partitioning on Cisco ATM and virtual interfaces by exposing configuration and status tables for VPI/VCI ranges, bandwidth allocation, and connection entry limits. This module enables granular control over PVC, SPVC, and SVC resources, supporting Call Admission Control (CAC) and topology management via VSI, PNNI, and MPLS controllers.
The MIB module to manage resource partition objects. A resource partition is configured on a virtual interface (ifType value atmVirtual(149)) or atm interface (ifType value atm(37)). An administrator can partition connection related resources like VPI, VCI ranges, bandwidth and total amount of available connection entries in the switch through these MIB tables.
Terminolgies used: VSI - Virtual Switch Interface, a hardware-independent switch control protocol. This allows a Switch to be controlled by a multiple controllers such as PNNI, MPLS. 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.
Controller - Software ( and possibly hardware) which manages topology and network resources and performs VSI Master function. This performs source routing for end-to-end SVCs, including general call acceptance GCAC,setup calls with other controllers. PNNI and MPLS are examples of controllers.
ILMI - Integrated Local Management Interface (ILMI). An ATM Forum defined, SNMP-based management protocol for an ATM UNI. It provides interface status and configuration information, and also supports dynamic ATM address registration.
CAC - Call Admission Control (CAC). When a new call coming to the gateway, a process checks the availability of the resources involved in the connection establishment before the gateway sets up the call.
ATM - Asynchronous Transfer Mode (ATM). PNNI - Private Network to Network Interface (PNNI). MPLS - MultiProtocol Label Switching (MPLS). GCAC - Generic Connection Admittance Control (GCAC). PVC - Permanent Virtual Circuits (PVC). SVC - Switched Virtual Circuits (SVC). SPVC - Soft Permanent Virtual Circuits (SPVC). VPI - Virtual Path Identifier (VPI). VCI - Virtual Circuit Identifier (VCI).
45
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
45 total| Object Name |
|---|
ciscoWANRsrcPartMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125 |
CISCO-SMI Unknown .1.3.6.1.4.1.9.9.125 |
ciscoWANRsrcPartMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125.1 |
cwRsrcPartConfGrp OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125.1.1 |
cwRsrcPartConfTableThis table is for configuring resource partition parameters.
A resource partition is configured on an interface whose
ifType is atmVirtual(149) or atm(37). An entry can be added,
deleted or modified. Entries in this table can be modified
through the commands provided by the CLI also. SEQUENCE OF CwRsrcPartConfEntry .1.3.6.1.4.1.9.9.125.1.1.1 |
cwRsrcPartConfEntryAn entry for a resource partition. A resource partition
has to be created before connections can be added to the
interface.
In the following objects, ingress direction means, from network
to switch, and egress direction means, from switch to network. CwRsrcPartConfEntry .1.3.6.1.4.1.9.9.125.1.1.1.1 |
cwRsrcPartIDThis is resource partition identifier. One interface can
have multiple resource partitions on it. Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.1 |
cwRsrcPartControllerThis is controller identifier. Once a resource partition
is added the controller identified by this identifier
can access resources configured for this partition.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.2 |
cwRsrcPartEgrGuarPctBwConfThe guaranteed percentage bandwidth reserved for the
resource partition in egress direction.
The sum of all resource partition guaranteed
bandwidths cannot exceed 100% of interface's guaranteed
bandwidth.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.3 |
cwRsrcPartEgrMaxPctBwConfThe maximum percentage bandwidth for the resource partition
in egress direction. This is not the guaranteed bandwidth.
If bandwidth is available, the resource partition will be
allocated bandwidth up to this value.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.4 |
cwRsrcPartIngGuarPctBwConfThe guaranteed percentage bandwidth reserved for the
resource partition in ingress direction.
The sum of all resource partition guaranteed
bandwidths cannot exceed 100% of the interface's guaranteed
bandwidth.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.5 |
cwRsrcPartIngMaxPctBwConfThe maximum percentage bandwidth allocated for the resource
partition in ingress direction.
This is not the guaranteed bandwidth. If bandwidth
is available, the resource partition will be allocated
bandwidth up to this value.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.6 |
cwRsrcPartEgrPctBwUsedThis is the percentage bandwidth used by the resource
partition in egress direction.ro Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.7 |
cwRsrcPartIngPctBwUsedThis is the percentage bandwidth used by the resource
partition in ingress direction.ro Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.8 |
cwRsrcPartEgrPctBwAvailThis is the percentage bandwidth available on the resource
partition in egress direction.ro Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.9 |
cwRsrcPartIngPctBwAvailThis is the percentage bandwidth available on the resource
partition in ingress direction.ro Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.10 |
cwRsrcPartVpiLoThe beginning of the VPI range for this partition. Connections
provisioned on this partition must have a VPI greater than or
equal to this value.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.11 |
cwRsrcPartVpiHighThe end of the VPI range for this partition. Connections
provisioned on this partition must have a VPI less than or
equal to this value.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.12 |
cwRsrcPartVciLoThe beginning of the VCI range for this partition. Connections
provisioned on this partition must have VCI greater than or
equal to this VCI.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.13 |
cwRsrcPartVciHighThe end of the VCI range reserved for this partition.
Connections provisioned on this partition must have a VCI
less than or equal to this VCI.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.14 |
cwRsrcPartGuarConThe guaranteed number of connections that can be
configured on this partition.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.15 |
cwRsrcPartMaxConThe maximum number of connections that can be configured on
this partition.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.16 |
cwRsrcPartUsedConThis is the number of connections currently in use on this
partition.ro Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.17 |
cwRsrcPartAvailConThis is the number of connections available, that can be
added on this partition.ro Gauge .1.3.6.1.4.1.9.9.125.1.1.1.1.18 |
cwRsrcPartRowStatusThis will add, delete or modify the partition. Resource
partition can be created by setting this object to
createAndGo(4). Row may be deleted by setting this object
to destroy(6).rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.125.1.1.1.1.19 |
cwRsrcPartIlmiTableThis is the ILMI configuration table. If the interface supports
ILMI, the agent will automatically create a row in this table
when a row is created in cwRsrcPartConfTable. The ILMI objects
will be set with default values, i.e, with ILMI signalling
disabled. SEQUENCE OF CwRsrcPartIlmiEntry .1.3.6.1.4.1.9.9.125.1.1.2 |
cwRsrcPartIlmiEntryIf the interface supports ILMI, the agent will automatically
create an entry in this table when a resource partition is
created. By default, ILMI is disabled on resource partitions.
ILMI can be enabled by setting 'cwRsrcPartIlmiEnabled' to
'true'. An entry will be deleted from this table when
a corresponding resource partition entry is deleted from
cwRsrcPartConfTable. CwRsrcPartIlmiEntry .1.3.6.1.4.1.9.9.125.1.1.2.1 |
cwRsrcPartIlmiEnabledBy setting the value of this object to 'true', ILMI signalling
is enabled on the resource partition.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.125.1.1.2.1.1 |
cwRsrcPartSignallingVpiIndicates the VPI on which signalling cells arrive on this
resource partition.rw INTEGER .1.3.6.1.4.1.9.9.125.1.1.2.1.2 |
cwRsrcPartSignallingVciIndicates the VCI on which signalling cells arrive on this
resource partition.rw INTEGER .1.3.6.1.4.1.9.9.125.1.1.2.1.3 |
cwRsrcPartIlmiTrapEnableILMI trap generation can be enabled or disabled using
this object.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.125.1.1.2.1.4 |
cwRsrcPartIlmiEstablishConPollIntvlThe amount of time S between successive transmissions
of ILMI messages on this interface for the purpose of
detecting establishment of ILMI connectivity.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.2.1.5 |
cwRsrcPartIlmiCheckConPollIntvlThe amount of time T between successive transmissions
of ILMI messages on this interface for the purpose of
detecting loss of ILMI connectivity. The distinguished
value zero disables ILMI connectivity procedures on
this interface.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.2.1.6 |
cwRsrcPartIlmiConPollInactFactorThe number K of consecutive polls on this interface
for which no ILMI response message is received before
ILMI connectivity is declared lost.rw Gauge .1.3.6.1.4.1.9.9.125.1.1.2.1.7 |
cwRsrcPartCtlrConfTableThis table is for configuring additional controllers to
manage a resource partition. SEQUENCE OF CwRsrcPartCtlrConfEntry .1.3.6.1.4.1.9.9.125.1.1.3 |
cwRsrcPartCtlrConfEntryAn entry for additional controllers to control an existing
resource partition. The resource partition, identified by
indices ifIndex and cwRsrcPartID, must exist in the
cwRsrcPartConfTable. An entry from this table is deleted if
the cwRsrcPartID associated entry from cwRsrcPartConfTable is
deleted. CwRsrcPartCtlrConfEntry .1.3.6.1.4.1.9.9.125.1.1.3.1 |
cwRsrcPartCtlrControllerThis is controller identifier. One resource partition can be
controlled by multiple controllers.User may want to do this to
configure redundant controllers. Gauge .1.3.6.1.4.1.9.9.125.1.1.3.1.1 |
cwRsrcPartCtlrRowStatusThis is used to create a row in the cwRsrcPartCtlrConfTable.
A redundant controller is added by setting this object to
createAndGo(4).
Row may be deleted by setting this object to destroy(6).rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.125.1.1.3.1.2 |
cwRsrcPartMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125.3 |
cwRsrcPartMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125.3.1 |
cwRsrcPartMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125.3.1.1 |
cwRsrcPartMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125.3.2 |
cwRsrcPartMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125.3.2.1 |
cwRsrcPartIlmiMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125.3.2.2 |
cwRsrcPartMappingGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.125.3.2.3 |