cc/td/doc/product/wanbu/mgx8850/20x
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Cisco WAN Resource Partition MIB File

Cisco WAN Resource Partition MIB File

This MIB module manages resource partition objects. A resource partition is configured on a virtual interface, which in turn, is configured on a physical line. 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. The Cisco WAN Resource Partition MIB resides in the CISCO-WAN-RSRC-PART-MIB.my file.

Contents of this chapter include:

Terminologies

Table 8-1 applies to the WAN resource partition MIB.


Table 8-1: WAN Resource Partition Definitions
Terminology Description

Virtual Switch interface (VSI)

This is a hardware independent switch control protocol. VSI allows a a switch to be controlled by multiple controllers such as PNNI or 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

This is a software component which requests connections and receives switch generic information. VSI Master 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

This is software (and possibly hardware) which manages topology and network resources and performs VSI Master function. The controller performs source routing for end-to-end SVCs, including general call acceptance GCAC and setup calls with other controllers. PNNI and MPLS are examples of controllers.

Resource Partition MIB

The object identifiers are listed in Table 8-2.


Table 8-2: Resource Partition MIB Object Identifiers
Name Object Identifier

cwRsrcPartConfTable

::= {cwRsrcPartConfGrp 1}

cwRsrcPartConfEntry

::= {cwRsrcPartConfTable 1}

cwRsrcPartID

::= {cwRsrcPartConfEntry 1}

cwRsrcPartController

::= {cwRsrcPartConfEntry 2}

cwRsrcPartEgrGuarPctBwConf

::= {cwRsrcPartConfEntry 3}

cwRsrcPartEgrMaxPctBwConf

::= {cwRsrcPartConfEntry 4}

cwRsrcPartIngGuarPctBwConf

::= {cwRsrcPartConfEntry 5}

cwRsrcPartIngMaxPctBwConf

::= {cwRsrcPartConfEntry 6}

cwRsrcPartEgrPctBwUsed

::= {cwRsrcPartConfEntry 7}

cwRsrcPartIngPctBwUsed

::= {cwRsrcPartConfEntry 8}

cwRsrcPartEgrPctBwAvail

::= {cwRsrcPartConfEntry 9}

cwRsrcPartIngPctBwAvail

::= {cwRsrcPartConfEntry 10}

cwRsrcPartVpiLo

::= {cwRsrcPartConfEntry 11}

cwRsrcPartVpiHigh

::= {cwRsrcPartConfEntry 12}

cwRsrcPartVciLo

::= {cwRsrcPartConfEntry 13}

cwRsrcPartVciHigh

::= {cwRsrcPartConfEntry 14}

cwRsrcPartGuarCon

::= {cwRsrcPartConfEntry 15}

cwRsrcPartMaxCon

::= {cwRsrcPartConfEntry 16}

cwRsrcPartUsedCon

::= {cwRsrcPartConfEntry 17}

cwRsrcPartAvailCon

::= {cwRsrcPartConfEntry 18}

cwRsrcPartRowStatus

::= {cwRsrcPartConfEntry 19}

The MIB objects are listed in Table 8-3.


Table 8-3: Resource Partition MIB Objects
Name Syntax Description Default Value

cwRsrcPartConfTable

SEQUENCE OF CwRsrcPartConfEntry

Configures resource partition parameters. A resource partition is configured on a interface whose ifType is ATMVirtual (149) or ATM (37). An entry can be added, deleted, or modified. Entries in this table can also be modified through the commands provided by the command line interface (CLI).

Max-Access: not-accessible

Status: current

none

cwRsrcPartConfEntry

CwRsrcPartConfEntry

Provides an entry for a resource partition. A resource partition needs to be created before connections can be added to the interface. In the following objects, ingress direction means from network to switch; egress direction means from switch to network.

Max-Access: not-accessible

Status: current

The indexes include:

  • ifIndex

  • cwRsrcPartID

  • cwRsrcPartController

none

cwRsrcPartID

Unsigned32 (1.. 255)

Specifies the resource partition identifier. One interface contains multiple resource partitions.

Max-Access: not-accessible

Status: current

none

cwRsrcPartController

Unsigned32 (1.. 255)

Specifies the controller identifier. Once a resource partition is added, the controller identified by this identifier can access resources configured for this partition. The user may want to do this to configure redundant controllers. The valid values for controller IDs are between 1 and 5.

Max-Access: not-accessible

Status: current

none

cwRsrcPartEgrGuar
PctBwConf

Unsigned32 (0..1000000)

Specifies the guaranteed percentage bandwidth reserved for the resource partition in egress direction. The sum of all resource partition guaranteed bandwidths cannot exceed 100% of the interface's guaranteed bandwidth.

Units: 0.0001 percentage

Max-Access: read-create

Status: current

0

cwRsrcPartEgrMax
PctBwConf

Unsigned32 (0..1000000)

Specifies the maximum percentage bandwidth for the resource partition in egress direction. This is not the guaranteed bandwidth. If bandwidth is available, the resource partition allocates bandwidth up to this value.

Units: 0.0001 percentage

Max-Access: read-create

Status: current

0

cwRsrcPartIngGuar
PctBwConf

Unsigned32 (0..1000000)

Specifies the 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.

Units: 0.0001 percentage

Max-Access: read-create

Status: current

0

cwRsrcPartIngMaxPctBwConf

Unsigned32 (0..1000000)

Specifies the maximum percentage bandwidth allocated for the resource partition in ingress direction. This is not the guaranteed bandwidth. If bandwidth is available, the resource partition allocates bandwidth up to this value.

Units: 0.0001 percentage

Max-Access: read-create

Status: current

0

cwRsrcPartEgrPctBwUsed

Unsigned32 (0..1000000)

Specifies the percentage bandwidth used by the resource partition in egress direction.

Units: 0.0001 percentage

Max-Access: read-only

Status: current

none

cwRsrcPartIngPctBwUsed

Unsigned32 (0..1000000)

Specifies the percentage bandwidth used by the resource partition in ingress direction.

Units: 0.0001 percentage

Max-Access: read-only

Status: current

none

cwRsrcPartEgrPctBwAvail

Unsigned32 (0..1000000)

Specifies the percentage bandwidth available on the resource partition in the egress direction.

Units: 0.0001 percentage

Max-Access: read-only

Status: current

none

cwRsrcPartIngPctBwAvail

Unsigned32 (0..1000000)

Specifies the percentage bandwidth available on the resource partition in the ingress direction.

Units: 0.0001 percentage

Max-Access: read-only

Status: current

none

cwRsrcPartVpiLo

Unsigned32 (0..4095)

Determines the beginning of the VPI range for this partition. Connections provisioned on this partition must have a VPI greater than or equal to this value.

Max-Access: read-create

Status: current

none

cwRsrcPartVpiHigh

Unsigned32 (0..4095)

Determines the end of the VPI range for this partition. Connections provisioned on this partition must have a VPI less than or equal to this value.

Max-Access: read-create

Status: current

none

cwRsrcPartVciLo

Unsigned32 (0..65535)

Determines the beginning of the VCI range for this partition. Connections provisioned on this partition must have VCI greater than or equal to this VCI.

Max-Access: read-create

Status: current

none

cwRsrcPartVciHigh

Unsigned32 (0..65535)

Determines the 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.

Max-Access: read-create

Status: current

none

cwRsrcPartGuarCon

Unsigned32 (0..131072)

Determines the guaranteed number of connections that is configured on this partition.

Max-Access: read-create

Status: current

0

cwRsrcPartMaxCon

Unsigned32 (0..131072)

Determines the maximum number of connections that is configured on this partition.

Max-Access: read-create

Status: current

none

cwRsrcPartUsedCon

Unsigned32 (0..131072)

Determines the number of connections currently in use on this partition.

Max-Access: read-only

Status: current

none

cwRsrcPartAvailCon

Unsigned32 (0..131072)

Determines the number of connections available that can be added on this partition.

Max-Access: read-only

Status: current

none

cwRsrcPartRowStatus

RowStatus

Adds, deletes, or modifies the partition. A resource partition is created by setting this object to createAndGo(4). A row is deleted by setting this object to destroy(6).

Max-Access: read-create

Status: current

none

cwRsrcPartIlmi Table

The object identifiers are listed in Table 8-4.


Table 8-4: cwRsrcPartllmi Table Object Identifiers
Name Object Identifier

cwRsrcPartIlmiTable

::= {cwRsrcPartConfGrp 2}

cwRsrcPartIlmiEntry

::= {cwRsrcPartIlmiTable 1}

cwRsrcPartIlmiEnabled

::= {cwRsrcPartIlmiEntry 1}

cwRsrcPartSignallingVpi

::= {cwRsrcPartIlmiEntry 2}

cwRsrcPartSignallingVci

::= {cwRsrcPartIlmiEntry 3}

cwRsrcPartIlmiTrapEnable

::= {cwRsrcPartIlmiEntry 4}

cwRsrcPartIlmiEstablishConPollIntvl

:= {cwRsrcPartIlmiEntry 5}

cwRsrcPartIlmiCheckConPollIntvl

::= {cwRsrcPartIlmiEntry 6}

cwRsrcPartIlmiConPollInactFactor

::= { cwRsrcPartIlmiEntry 7 }

The MIB objects are listed in Table 8-5.


Table 8-5: cwRsrcPartllmi Table MIB Objects
Name Syntax Description Default Value

cwRsrcPartIlmiTable

Sequence of CwRsrcPartIlmiEntry

Specifies the Interim Local Management Interface (ILMI) configuration table. When a row is created in cwRsrcPartConfTable, a corresponding row is automatically created in this table, with the default values for ILMI objects, for example, with ILMI signalling disabled.

Max-Access: not-accessible

Status: current

none

cwRsrcPartIlmiEntry

CwRsrcPartIlmiEntry

Provides an entry in this table that is automatically created when a resource partition is created. By default, ILMI is disabled on active 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.

Max-Access: not-accessible

Status: current

The indexes include:

  • ifIndex

  • cwRsrcPartID

none

cwRsrcPartIlmiEnabled

TruthValue

By setting the value of this object to true, ILMI signalling is enabled on the resource partition.

Max-Access: read-write

Status: current

false

cwRsrcPartSignallingVpi

INTEGER (0..255)

Indicates the VPI on which signalling cells arrive on this resource partition.

Max-Access: read-write

Status: current

0

cwRsrcPartSignallingVci

INTEGER (0..65535)

Indicates the VCI on which signalling cells arrive on this resource partition.

Max-Access: read-write

Status: current

16

cwRsrcPartIlmiTrap
Enable

TruthValue

Enables or disables the ILMI trap generation using this object.

Max-Access: read-write

Status: current

none

cwRsrcPartIlmiEstablishConPollIntvl

Unsigned32 (1..65535) (in units of seconds)

Specifies the amount of time between successive transmissions of ILMI messages on this interface for the purpose of detecting establishment of ILMI connectivity.

Refer to ATM Forum ILMI 4.0, Section 8.3.1.

Max-Access: read-write

Status: current

1

cwRsrcPartIlmiCheckConPollIntvl

Unsigned32 (0..65535) (in units of seconds)

Specifies the amount of time 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.

Refer to ATM Forum ILMI 4.0, Section 8.3.1.

Max-Access: read-write

Status: current

5

cwRsrcPartIlmiConPoll
InactFactor

Unsigned32 (0..65535)

Determines the number of consecutive polls on this interface for which no ILMI response message is received before ILMI connectivity is declared lost.

Refer to ATM Forum ILMI 4.0, Section 8.3.1.

Max-Access: read-write

Status: current

4

cwRsrcPartCtlrConf Table

The object identifiers are listed in Table 8-6.


Table 8-6: cwRsrcPartCtlrConf Table Object Identifiers
Name Object Identifier

cwRsrcPartCtlrConfTable

::= {cwRsrcPartConfGrp 3}

cwRsrcPartCtlrConfEntry

::= {cwRsrcPartCtlrConfTable 1}

cwRsrcPartCtlrController

::= {cwRsrcPartCtlrConfEntry 1}

cwRsrcPartCtlrRowStatus

::= {cwRsrcPartCtlrConfEntry 2}

The MIB objects are listed in Table 8-7.


Table 8-7: wRsrcPartCtlrConf Table MIB Objects
Name Syntax Description Default Value

cwRsrcPartCtlrConf
Table

Sequence of cwRsrcPartCtlrConfEntry

Configures additional controllers to manage a resource partition.

Max-Access: not-accessible

Status: current

none

cwRsrcPartCtlrConf
Entry

CwRsrcPartCtlrConfEntry

Provides an 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.

Max-Access: not-accessible

Status: current

The indexes include:

  • ifIndex

  • cwRsrcPartID

  • cwRsrcPartCtlrController

none

cwRsrcPartCtlr
Controller

Unsigned32 (1.. 255)

Specifies the controller identifier. One resource partition is controlled by multiple controllers. Users may want to configure redundant controllers.

Max-Access: not-accessible

Status: current

none

cwRsrcPartCtlrRow
Status

RowStatus

Creates a row in the cwRsrcPartCtlrConfTable. A redundant controller is added by setting this object to createAndGo(4). A row is deleted by setting this object to destroy(6).

Max-Access: read-create

Status: current

none

Conformance Information

One object identifier is listed in Table 8-8.


Table 8-8: Cisco WAN Resource Partition Conformance Object Identifier
Name Object Identifier

cwRsrcPartMIBCompliance

::= {cwRsrcPartMIBCompliances 1}

One MIB object is listed in Table 8-9.


Table 8-9: Cisco WAN Resource Partition Conformance MIB Object
Name Mandatory Groups Description Default Value

cwRsrcPartMIB
Compliance

cwRsrcPartMIBGroup

Describes the compliance statement for the resource partition management group.

Status: current

Module: AXSM

The mandatory groups include:

none

Group Description

cwRsrcPartIlmiMIBGroup

Implementation of this group is not mandatory for the switches which does not support ILMI (Integrated Local Management Interface).

cwRsrcPartMappingGroup

Implementation of this group is not mandatory for those switches which do not support redundant controllers.

Units of Conformance

Table 8-10 lists the object identifiers.


Table 8-10: Cisco WAN Resource Partition Units of Conformance Object Identifiers
Name Object Identifier
cwRsrcPartMIBGroup ::= {cwRsrcPartMIBGroups 1}

cwRsrcPartIlmiMIBGroup

::= {cwRsrcPartMIBGroups 2}

cwRsrcPartMappingGroup

::= {cwRsrcPartMIBGroups 3}

Table 8-11 lists the MIB objects.


Table 8-11: Cisco WAN Resource Partition Units of Conformance MIB Objects
Name Objects Description Default Value

cwRsrcPartMIBGroup

cwRsrcPartController, cwRsrcPartEgrGuarPctBwConf, cwRsrcPartEgrMaxPctBwConf, cwRsrcPartIngGuarPctBwConf, cwRsrcPartIngMaxPctBwConf, cwRsrcPartEgrPctBwAvail, cwRsrcPartIngPctBwAvail, cwRsrcPartEgrPctBwUsed, cwRsrcPartIngPctBwUsed, cwRsrcPartVpiLo, cwRsrcPartVpiHigh, cwRsrcPartVciLo, cwRsrcPartVciHigh, cwRsrcPartGuarCon, cwRsrcPartMaxCon, cwRsrcPartUsedCon, cwRsrcPartAvailCon, cwRsrcPartRowStatus

Relates to the resource partition group.

Status: current

none

cwRsrcPartIlmiMIB
Group

cwRsrcPartIlmiEnabled, cwRsrcPartSignallingVpi, cwRsrcPartSignallingVci, cwRsrcPartIlmiTrapEnable, cwRsrcPartIlmiEstablishConPollIntvl, cwRsrcPartIlmiCheckConPollIntvl, cwRsrcPartIlmiConPollInactFactor

Relates to the ILMI configuration on a resource partition.

Status: current

none

cwRsrcPartMapping
Group

cwRsrcPartCtlrRowStatus

Configures redundant controllers for resource partitions.

Status: current

none


hometocprevnextglossaryfeedbacksearchhelp
Posted: Fri Sep 15 11:04:45 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.