cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1428
Views
0
Helpful
7
Replies

Traffic QOS on router with OID

magzz--69
Level 1
Level 1

Hi !

I monitor some routers with Nagios and I need to know the traffic of my QOS. I have found this two OID :

cbQosCMPostPolicyBitRate 1.3.6.1.4.1.9.9.166.1.15.1.1.11

And

cbQosCMPrePolicyBitRate 1.3.6.1.4.1.9.9.166.1.15.1.1.7

But, when I compare with my other plugin for Nagios which display the traffic in and out of my router I see that the traffic of my qos is just for the traffic_out.

I'm more interested in knowing what is the qos' traffic of my router for the traffic_in!

If there is another OID i'm interested because I haven't found it!

Thanks a lot,

7 Replies 7

magzz--69
Level 1
Level 1

Nobody for helping me? :)

Up?

yjdabear
VIP Alumni
VIP Alumni

Well, it depends on how you applied your QoS policies on the interface(s), e.g.:

Interface GigabitEthernet 10/1

...

service-policy [ output | input ] "policy-map-name"

When I use this oid : "policy-map-name" I have 2 responses :

"Wan"

"ethernet"

so my output is "wan" and input is "ethernet".

But how can I find my Qos traffic for this TWO interfaces?

Thanks a lot for your answer :)

The result of the command is :

SNMPv2-SMI::enterprises.9.9.166.1.6.1.1.1.1063 = STRING: "WAN"

SNMPv2-SMI::enterprises.9.9.166.1.6.1.1.1.1073 = STRING: "ETHERNET"

But when I search the cbQosCMPostPolicyRate I have :

SNMPv2-SMI::enterprises.9.9.166.1.15.1.1.11.1089.1093 = Gauge32: 262000

SNMPv2-SMI::enterprises.9.9.166.1.15.1.1.11.1089.1103 = Gauge32: 0

SNMPv2-SMI::enterprises.9.9.166.1.15.1.1.11.1089.1109 = Gauge32: 0

SNMPv2-SMI::enterprises.9.9.166.1.15.1.1.11.1089.1115 = Gauge32: 6000

SNMPv2-SMI::enterprises.9.9.166.1.15.1.1.11.1089.1119 = Gauge32: 271000

And this is only for the traffic out

How can I use my previous values (1063 and 1073) to get the traffic in of my qos?

up? :)

As yjdabear stated,

This depends on the direction you have the QoS applied. If the policy is applied outbound: service-policy out, then you will be given the QoS rate for outbound traffic. If your other interface doesn't have a QoS Policy applied to it, you're not going to get anything.