[c-nsp] bandwidth threshold trap w/o filtering
Mihyar Baroudi
mbaroudi at progrizon.com
Fri Dec 10 16:49:53 EST 2010
You can use the built-in EEM feature to do this easily:
Router(config)#event manager applet MyApplet
Router(config-applet)#event interface name FastEthernet0 parameter txload entry-val 230 entry-op gt entry-val-is-increment false
exit-val 150 exit-op lt exit-val-is-increment false poll-interval 60
Router(config-applet)#action 1.0 snmp-trap strdata "FastEthernet0 txload out of range"
You can get help building these EEM applets with the Progrizon Policy Builder web-based tool at:
http://www.progrizon.com/support/pb/pb.php
You need to sign up which asks you to provides your email.
mbaroudi at progrizon.com
> ------------------------------
>
> Message: 3
> Date: Fri, 10 Dec 2010 10:39:58 -0500
> From: Adam Greene <maillist at webjogger.net>
> To: "cisco-nsp at puck.nether.net" <cisco-nsp at puck.nether.net>
> Subject: [c-nsp] bandwidth threshold trap w/o filtering
> Message-ID: <4D0249CE.5080209 at webjogger.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> I'm trying to get alerted if bandwidth levels rise above a certain % of
> interface capacity, on either a 7204VXR or a 2960S.
>
> On the switch, I see the "storm-control" command is available, but
> apparently in addition to generating alerts, the command will cause
> traffic to be filtered when the threshold is exceeded. I don't want to
> filter traffic, just be alerted.
>
> Any quick & easy suggestion for how to achieve this?
>
> Thanks,
> Adam
More information about the cisco-nsp
mailing list