cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3406
Views
5
Helpful
2
Replies

Qos traps

abdel.bidar
Level 1
Level 1

Hi,

I am wondering if there are any trap definition for Qos Traffic monitoring.

We have our Performance Monitoring tool that provide stats per classMap but I am wondering How can I generates trap directly from the routers when we drop packets.

we have cisco GSR SY4

Thanks

rgds

Abdel

2 Replies 2

yjdabear
VIP Alumni
VIP Alumni

It doesn't look like it can send traps, but you can always use EEM:

...

snmp-server enable traps event-manager

...

event manager applet qos_trap

event snmp oid [oid-from-CISCO-CLASS-BASED-QOS-MIB] get-type exact entry-op ge entry-val [alert-above-this-threshold] exit-op le exit-val [disarm-below-this-threshold] poll-interval 60

action 101 snmp-trap strdata "[oid-from-CISCO-CLASS-BASED-QOS-MIB] crossed [alert-above-this-threshold]"

...

Hello,

 

so in the above command the threshold values are the number of packets dropped (values in the square bracket) and how do I determine the oid on nexus devices (7K)? will the oid be different on different interfaces?

 

thank you

Kerim