cportQosTSConfigEnable
1.3.6.1.4.1.9.9.189.1.2.1.1.1
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.