cportQosTSConfigEnable
CISCO-PORT-QOS-MIB ·
.1.3.6.1.4.1.9.9.189.1.2.1.1.1
Object
This indicates the traffic shaping is enabled or
disabled. A value of true(1) indicates the traffic
shaping 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
cportQosTSConfigRate at the same time.
Writing to cportQosTSConfigBurstSize is optional.
This object is deprecated and there is no direct replacement.
To obtain information about police being configured or
not on a given interface, cbQosTSCfgEntry can be queried.
To query cbQosTSCfgEntry for a given interface, following
steps can be followed:
Step 1: Use ifIndex and cbQosPolicyDirection index into to
cbQosInterfacePolicyTable and obtain cbQosIFPolicyIndex
which same as cbQosPolicyIndex.
Step 2: Use cbQosPolicyIndex to index into cbQosObjectsTable
and get all entries for this policy index. Among these
entries search for entry with cbQosObjectsType as
'trafficShaping'. If such entry exists, then TS is
enabled (i.e. true) , else it is not(i.e. false).
This query can be run for both values of cbQosPolicyDirection,
'input' and 'output' to obtain information for a given ifIndex.
Context
- MIB
- CISCO-PORT-QOS-MIB
- OID
.1.3.6.1.4.1.9.9.189.1.2.1.1.1- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- cportQosTSConfigEntry
- Table
- cportQosTSConfigTable
- Siblings
- 2
Values & Constraints
Type Values
1 | true |
2 | false |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cportQosTSConfigRate deprecated This is the sustained rate permitted by the
traffic shaping. Writing to this object also
requires writing a value of true(1) to
cportQosTSConfigEnable at the same time.
… | column | bits per second Integer32 | .1.3.6.1.4.1.9.9.189.1.2.1.1.2 |
| cportQosTSConfigBurstSize deprecated The amount of traffic, in bits, in excess
of the sustained traffic shaping rate that
will be instantaneously permitted by this feature.
Writing to this object also require… | column | bits Integer32 | .1.3.6.1.4.1.9.9.189.1.2.1.1.3 |