12-27-2007 06:25 AM - edited 03-05-2019 08:10 PM
Hi all,
I am receiving snmp traps on my server from a switch telling me that interface FastEthernet0/1 is down.
I do not have trap notification turned on that should alert me for this type of information.
I do not care about individual interface notifications and I would like for this switch to stop sending these notifications.
How should I go about doing this?
Here is the snmp config for this particular switch:
snmp-server engineID local xxx
snmp-server community ***** RO
snmp-server community ***** RW
snmp-server location *****
snmp-server chassis-id 0x17
snmp-server host 10.120.11.10 *****
Thanks!
12-27-2007 08:12 AM
You have:
snmp-server host 10.120.11.10 *****
If you enter this command with no keywords, the default is to send all trap types to the host.
For more information and options on this command, see:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hnm_r/nmg_04h.htm#wp1039303
12-27-2007 09:22 AM
I found it.
Actually whats happening is there is also an SNMP poll being done on this device.
The poll looks at only interface Fa0/1 (meant to be more of a router poll than a switch poll).
Thanks for the reply though!
12-28-2007 07:34 AM
This would be correct if he had enabled traps, but traps were not enabled. In this case the snmp-server host command actually doesn't send anything.
He would also need snmp-server enable traps configured for it to send anything.
12-28-2007 07:43 PM
On the interface about which you wish not to have traps sent, in int config mode enter "no snmp-trap link-status" (check the syntax). We use this on non-critical ports (like user PC ports) but still send traps on interswitch/uplink ports.
HTH
Paul
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide