cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2937
Views
5
Helpful
16
Replies

SNMP trap

alanchia2000
Level 1
Level 1

Hi,

I am unable to remove the following commands from my Cisco 3750 running configuration. The best i can do is to run "no snmp-server", but that would disable all my other snmp queries to the switch. The strange thing is when I perform "snmp-server community public", the following 2 strings will show up again in the running configuration. Any help would be appreciated.

snmp-server host 192.168.1.1 version 2c private config copy-config snmp

snmp-server host 192.168.1.2 version 2c public config copy-config snmp

Running the following doesn't seem to be able to remove the above 2 lines

no snmp-server host 192.168.1.1 version 2c private config copy-config snmp

no snmp-server host 192.168.1.2 version 2c public config copy-config snmp

16 Replies 16

Yes, it certainly helped alot. Thanks a million!

Wonderful, Thank you!

I had 2 unwanted communities, one named "badcommunity" another named "162" that I couldn'd remove so I did:

snmp-server community badcommunity rw

snmp-server community 162 rw

then I just typed:

no snmp-server communnity badcommunity rw

no snmp-server community 162 rw

and that did the trick!