Hi David,
My customer is trying to gather the QoS information of 10G interface on 6509 with IOS 12.2(18)SXF4. He configured the cir of voice class as 5G and cir of default class as 10G and applied the policy-map to 10G interface. But he got inconsistent CIR information when he snmpwalked QosPoliceCfg.
According to object description of cbQosPoliceCfgRate, if a committed policing rate greater than 2000000000 is configurable on the system, then the configured rate is available in cbQosPoliceCfgRate64. But when my customer tried to get data through snmpwalk cbQosPoliceCfgRate64 , it said " No Such Object available on this agent at this OID".
My question is
1. Does 6500 support cbQosPoliceCfgRate64 and how could I check if it supports or not.
2. If not 1, which MIB could provide correct configured CIR configuration?
Your suggestion will be highly appreciated. Thanks.
Here's the relating info
1. configuration:
policy-map Core-10G
class voice
police cir 5000000000 bc 31250000 be 31250000 conform-action transmit exceed-action drop
class class-default
police cir 10000000000 bc 31250000 be 31250000 conform-action transmit exceed-action transmit
interface TenGigabitEthernet3/1
ip address 10.20.20.1 255.255.255.252
service-policy output Core-10G
2. Show policy-map
COVE-C6509-CE1#sh policy-map int t3/1
TenGigabitEthernet3/1
Service-policy output: Core-10G
class-map: voice (match-all)
Match: dscp ef
police :
5000000000 bps 31250000 limit 31250000 extended limit
Earl in slot 3 :
0 bytes
5 minute offered rate 0 bps
aggregate-forwarded 0 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 0 bps exceed 0 bps
Earl in slot 5 :
42298568512 bytes
5 minute offered rate 2005832 bps
aggregate-forwarded 42298568512 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 0 bps exceed 0 bps
class-map: class-default (match-any)
Match: any
police :
10000000000 bps 31250000 limit 31250000 extended limit
Earl in slot 3 :
11563618 bytes
5 minute offered rate 1912 bps
aggregate-forwarded 11563618 bytes action: transmit
exceeded 0 bytes action: transmit
aggregate-forward 4456 bps exceed 0 bps
Earl in slot 5 :
67691826072 bytes
5 minute offered rate 3211808 bps
aggregate-forwarded 67691826072 bytes action: transmit
exceeded 0 bytes action: transmit
aggregate-forward 3648 bps exceed 0 bps
3. SNMPwalk cbQosPoliceCfg
$ snmpwalk -v2c -c SUF0 x.x.x.x 1.3.6.1.4.1.9.9.166.1.12
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.1.1037 = Gauge32: 705032704 <<not correct>>
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.1.1157 = Gauge32: 1410065408 <<not correct>>
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.2.1037 = Gauge32: 31250000
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.2.1157 = Gauge32: 31250000
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.3.1037 = Gauge32: 31250000
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.3.1157 = Gauge32: 31250000
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.4.1037 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.4.1157 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.5.1037 = Gauge32: 0
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.5.1157 = Gauge32: 0
...........
4.snmpwalk cbQosPoliceCfgRate64
$ snmpwalk -v2c -c SUF0 x.x.x.x 1.3.6.1.4.1.9.9.166.1.12.1.1.11
SNMPv2-SMI::enterprises.9.9.166.1.12.1.1.11 = No Such Object available on this agent at this OID