CISCO-WAN-RSRC-PART-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-WAN-RSRC-PART-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoWANRsrcPartMIB 1.3.6.1.4.1.9.9.125
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).
         ciscoWANRsrcPartMIBObjects 1.3.6.1.4.1.9.9.125.1
             cwRsrcPartConfGrp 1.3.6.1.4.1.9.9.125.1.1
                 cwRsrcPartConfTable 1.3.6.1.4.1.9.9.125.1.1.1 no-access
This 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.
                     cwRsrcPartConfEntry 1.3.6.1.4.1.9.9.125.1.1.1.1 no-access
An 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.
                         cwRsrcPartID 1.3.6.1.4.1.9.9.125.1.1.1.1.1 unsigned32 no-access
This is resource partition identifier. One interface can have multiple resource partitions on it.
                         cwRsrcPartController 1.3.6.1.4.1.9.9.125.1.1.1.1.2 unsigned32 read-only
This is controller identifier. Once a resource partition is added the controller identified by this identifier can access resources configured for this partition.
                         cwRsrcPartEgrGuarPctBwConf 1.3.6.1.4.1.9.9.125.1.1.1.1.3 unsigned32 read-only
The 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.
                         cwRsrcPartEgrMaxPctBwConf 1.3.6.1.4.1.9.9.125.1.1.1.1.4 unsigned32 read-only
The 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.
                         cwRsrcPartIngGuarPctBwConf 1.3.6.1.4.1.9.9.125.1.1.1.1.5 unsigned32 read-only
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.
                         cwRsrcPartIngMaxPctBwConf 1.3.6.1.4.1.9.9.125.1.1.1.1.6 unsigned32 read-only
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 will be allocated bandwidth up to this value.
                         cwRsrcPartEgrPctBwUsed 1.3.6.1.4.1.9.9.125.1.1.1.1.7 unsigned32 read-only
This is the percentage bandwidth used by the resource partition in egress direction.
                         cwRsrcPartIngPctBwUsed 1.3.6.1.4.1.9.9.125.1.1.1.1.8 unsigned32 read-only
This is the percentage bandwidth used by the resource partition in ingress direction.
                         cwRsrcPartEgrPctBwAvail 1.3.6.1.4.1.9.9.125.1.1.1.1.9 unsigned32 read-only
This is the percentage bandwidth available on the resource partition in egress direction.
                         cwRsrcPartIngPctBwAvail 1.3.6.1.4.1.9.9.125.1.1.1.1.10 unsigned32 read-only
This is the percentage bandwidth available on the resource partition in ingress direction.
                         cwRsrcPartVpiLo 1.3.6.1.4.1.9.9.125.1.1.1.1.11 unsigned32 read-only
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.
                         cwRsrcPartVpiHigh 1.3.6.1.4.1.9.9.125.1.1.1.1.12 unsigned32 read-only
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.
                         cwRsrcPartVciLo 1.3.6.1.4.1.9.9.125.1.1.1.1.13 unsigned32 read-only
The beginning of the VCI range for this partition. Connections provisioned on this partition must have VCI greater than or equal to this VCI.
                         cwRsrcPartVciHigh 1.3.6.1.4.1.9.9.125.1.1.1.1.14 unsigned32 read-only
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.
                         cwRsrcPartGuarCon 1.3.6.1.4.1.9.9.125.1.1.1.1.15 unsigned32 read-only
The guaranteed number of connections that can be configured on this partition.
                         cwRsrcPartMaxCon 1.3.6.1.4.1.9.9.125.1.1.1.1.16 unsigned32 read-only
The maximum number of connections that can be configured on this partition.
                         cwRsrcPartUsedCon 1.3.6.1.4.1.9.9.125.1.1.1.1.17 unsigned32 read-only
This is the number of connections currently in use on this partition.
                         cwRsrcPartAvailCon 1.3.6.1.4.1.9.9.125.1.1.1.1.18 unsigned32 read-only
This is the number of connections available, that can be added on this partition.
                         cwRsrcPartRowStatus 1.3.6.1.4.1.9.9.125.1.1.1.1.19 rowstatus read-only
This 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).
                 cwRsrcPartIlmiTable 1.3.6.1.4.1.9.9.125.1.1.2 no-access
This 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.
                     cwRsrcPartIlmiEntry 1.3.6.1.4.1.9.9.125.1.1.2.1 no-access
If 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.
                         cwRsrcPartIlmiEnabled 1.3.6.1.4.1.9.9.125.1.1.2.1.1 truthvalue read-write
By setting the value of this object to 'true', ILMI signalling is enabled on the resource partition.
                         cwRsrcPartSignallingVpi 1.3.6.1.4.1.9.9.125.1.1.2.1.2 integer read-write
Indicates the VPI on which signalling cells arrive on this resource partition.
                         cwRsrcPartSignallingVci 1.3.6.1.4.1.9.9.125.1.1.2.1.3 integer read-write
Indicates the VCI on which signalling cells arrive on this resource partition.
                         cwRsrcPartIlmiTrapEnable 1.3.6.1.4.1.9.9.125.1.1.2.1.4 truthvalue read-write
ILMI trap generation can be enabled or disabled using this object.
                         cwRsrcPartIlmiEstablishConPollIntvl 1.3.6.1.4.1.9.9.125.1.1.2.1.5 unsigned32 read-write
The amount of time S between successive transmissions of ILMI messages on this interface for the purpose of detecting establishment of ILMI connectivity.
                         cwRsrcPartIlmiCheckConPollIntvl 1.3.6.1.4.1.9.9.125.1.1.2.1.6 unsigned32 read-write
The 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.
                         cwRsrcPartIlmiConPollInactFactor 1.3.6.1.4.1.9.9.125.1.1.2.1.7 unsigned32 read-write
The number K of consecutive polls on this interface for which no ILMI response message is received before ILMI connectivity is declared lost.
                 cwRsrcPartCtlrConfTable 1.3.6.1.4.1.9.9.125.1.1.3 no-access
This table is for configuring additional controllers to manage a resource partition.
                     cwRsrcPartCtlrConfEntry 1.3.6.1.4.1.9.9.125.1.1.3.1 no-access
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.
                         cwRsrcPartCtlrController 1.3.6.1.4.1.9.9.125.1.1.3.1.1 unsigned32 no-access
This is controller identifier. One resource partition can be controlled by multiple controllers.User may want to do this to configure redundant controllers.
                         cwRsrcPartCtlrRowStatus 1.3.6.1.4.1.9.9.125.1.1.3.1.2 rowstatus read-only
This 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).
             cwRsrcSvcAggrGrp 1.3.6.1.4.1.9.9.125.1.2
                 cwRsrcSvcAggregateTable 1.3.6.1.4.1.9.9.125.1.2.1 no-access
This table is for configuring an SVC aggregate resource within a resource partition. This provides aggregate bandwidth and VPI range within a resource partition that CAC (Call Admission Control) can dynamically allocate the required resource from it to establish a SVC connection for the incoming call. The allocated bandwidth will become available in the SVC aggregate when the call is torn down. When the required bandwidth of an incoming call exceeds the bandwidth available for SVC connection, the CAC will fail the establishment of the new call.
                     cwRsrcSvcAggregateEntry 1.3.6.1.4.1.9.9.125.1.2.1.1 no-access
An entry of SVC Aggregate. An SVC Aggregate is used to reserve certain bandwidth in the resource partition to be dedicated for call set-up.
                         cwRsrcSvcAggrVpiLow 1.3.6.1.4.1.9.9.125.1.2.1.1.1 unsigned32 read-only
The low end of the VPI range for this SVC aggregate. This value has to be greater than or equal to the value of cwRsrcPartVpiLo of the containing resource partition. SVC connection provisioned on this SVC aggregate must have a VPI greater than or equal to this value.
                         cwRsrcSvcAggrVpiHigh 1.3.6.1.4.1.9.9.125.1.2.1.1.2 unsigned32 read-only
The high end of the VPI range for this SVC aggregate. This value has to be less than or equal to the value of cwRsrcPartVpiHigh of the containing resource partition. SVC connection provisioned on this SVC aggregate must have a VPI less than or equal to this value. If cwRsrcSvcAggrVpiLow and cwRsrcSvcAggrVpiHigh are equal, then only one VSI is allocated for this SVC aggregate.
                         cwRsrcSvcAggrEgrPctBw 1.3.6.1.4.1.9.9.125.1.2.1.1.3 integer32 read-only
This object indicates the percentage egress bandwidth that is used by SVC connections within the resource partition. The total egress bandwidth will be used by SVC connections within the resource partition is determined by multiplying the value of this object and cwRsrcPartEgrGuarPctBwConf and port speed (ifSpeed). Total egress bandwidth available to SVCs = ifSpeed * cwRsrcPartEgrGuarPctBwConf * cwRsrcSvcAggrEgrPctBw Note that the total egress bandwidth for all PVC connections on the resource partition plus the egress bandwidth of SVC aggregate can't be greater than the maximum egress bandwidth (cwRsrcPartEgrMaxPctBwConf) of the containing resource partition.
                         cwRsrcSvcAggrIngPctBw 1.3.6.1.4.1.9.9.125.1.2.1.1.4 integer32 read-only
This object indicates the percentage ingress bandwidth that is used by SVC connections within the resource partition. The total ingress bandwidth will be used by SVC connections within the resource partition is determined by multiplying the value of this object and cwRsrcPartIngGuarPctBwConf and port speed (ifSpeed). Total ingress bandwidth available to SVCs = ifSpeed * cwRsrcPartIngGuarPctBwConf * cwRsrcSvcAggrIngPctBw Note that the total ingress bandwidth for all PVC connections on the resource partition plus the ingress bandwidth of SVC aggregate can't be greater than the maximum ingress bandwidth (cwRsrcPartIngMaxPctBwConf) of the containing resource partition.
                         cwRsrcSvcAggrChanVADTolerance 1.3.6.1.4.1.9.9.125.1.2.1.1.5 integer32 read-only
The value in this object refers to the customer accepted drop rate for voice connections when the bandwidth usage exceeds allowed value. The actual range of this object is 0.0001(or 0.01%) to 1.00(or 100%). However, when the underlying CAC(Connection Admission Control) module is notified of the change in this object, then the value has to be divided by a factor of 10000.
                         cwRsrcSvcAggrChanVADDutyCycle 1.3.6.1.4.1.9.9.125.1.2.1.1.6 integer32 read-only
This object refers to the talk-spurts duty cycle. The actual range of this object is 0.01(or 1%) to 0.99(or 99%). When the value of this object is to be passed to underlying CAC module this value has to be divided by 100.
                         cwRsrcSvcAggrRowStatus 1.3.6.1.4.1.9.9.125.1.2.1.1.7 rowstatus read-only
When an entry of the table is created, the following objects are mandatory: cwRsrcSvcAggrVpiLow cwRsrcSvcAggrVpiHigh cwRsrcSvcAggrEgrPctBw cwRsrcSvcAggrIngPctBw
         cwRsrcPartMIBConformance 1.3.6.1.4.1.9.9.125.3
             cwRsrcPartMIBCompliances 1.3.6.1.4.1.9.9.125.3.1
                 cwRsrcPartMIBCompliance 1.3.6.1.4.1.9.9.125.3.1.1
The Compliance statement for Resource partition management group.
                 cwRsrcPartMIBComplianceRev1 1.3.6.1.4.1.9.9.125.3.1.2
The Compliance statement for Resource partition management group.
             cwRsrcPartMIBGroups 1.3.6.1.4.1.9.9.125.3.2
                 cwRsrcPartMIBGroup 1.3.6.1.4.1.9.9.125.3.2.1
These are objects related to Resource partition group.
                 cwRsrcPartIlmiMIBGroup 1.3.6.1.4.1.9.9.125.3.2.2
These are objects related to Ilmi configuration on a Resource partition.
                 cwRsrcPartMappingGroup 1.3.6.1.4.1.9.9.125.3.2.3
These are objects used to configure redundant controllers for resource partitions.
                 cwRsrcSvcAggrGroup 1.3.6.1.4.1.9.9.125.3.2.4
These are objects used to configure SVC aggregate within resource partitions.