cportQosRLConfigEnable
1.3.6.1.4.1.9.9.189.1.1.1.1.2
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).