cportQosRLConfigEnable
CISCO-PORT-QOS-MIB ·
.1.3.6.1.4.1.9.9.189.1.1.1.1.2
Object
This indicates the rate-limit is enabled or disabled.
A value of true(1) indicates the rate-limit is enabled
and a value of false(2) indicates it's disabled.
Writing a value of true(1) to this object also
requires writing a valid value to the
cportQosRLConfigRate at the same time.
Writing to cportQosRLConfigBurstSize is optional.
This object is deprecated, but there is no direct mapping to
any object. To obtain information about police being
configured or not on a given interface, cbQosPoliceCfgEntry
can be queried. To query, cbQosPoliceCfgEntry
following steps can be followed:
Step 1: Use ifIndex and cbQosPolicyDirection to index into
cbQosInterfacePolicyTable to obtain cbQosIFPolicyIndex,
which same as cbQosPolicyIndex.
Step 2: Walk through all entries for given cbQosPolicyIndex in
cbQosObjectsTable. If there is entry with
cbQosObjectsType as 'police', then the corresponding
cbQosConfigIndex corresponds to the index for
cbQosPoliceCfgEntry. If such entry exists, then policer is enabled (i.e. true) on that ifIndex in
cbQosPolicyDirection, else it is not (i.e. false).
Context
- MIB
- CISCO-PORT-QOS-MIB
- OID
.1.3.6.1.4.1.9.9.189.1.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- cportQosRLConfigEntry
- Table
- cportQosRLConfigTable
- Siblings
- 3
Values & Constraints
Type Values
1 | true |
2 | false |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cportQosRLConfigDirection deprecated The direction in which the rate-limit is applied
to packet:
input statistics of the input packets.
output statistics of the output packets.
… | column | Enumeration | .1.3.6.1.4.1.9.9.189.1.1.1.1.1 |
| cportQosRLConfigRate deprecated This is the sustained rate permitted by the rate
limit.
Writing to this object also requires writing a value of
true(1) to cportQosRLConfigEnable at the same time.
… | column | bits per second Integer32 | .1.3.6.1.4.1.9.9.189.1.1.1.1.3 |
| cportQosRLConfigBurstSize deprecated The burst size. The amount of traffic, in bytes,
in excess of the sustained rate which will be
instantaneously permitted by the rate limit.
Writing to this object also re… | column | bytes Integer32 | .1.3.6.1.4.1.9.9.189.1.1.1.1.4 |