Oh, don't forget to create a backup of the config before you make changes and then write once you are satisfied with the changes.
Main Topics
Browse All TopicsI am finishing up configuration and i have my snmp set up like this:
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
I am running the CIS RAT tool on it and it says that my snmp server is running. I wanted to know if there was a way to take out the line that says snmp-server community public. I have thought about just changing the name but i want to enusre that it isnt running at all.
Is this an error i should just ignore? Is there a way i can just take out those four lines? I am using a PIX 501.
Thank,s
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Also, according to a OLD advisory:
http://www.cisco.com/warp/
you get rid of SNMP by:
clear snmp-server
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
It states that even though snmp-server community public shows up, that does not mean that snmp is running. So it looks like snmp is down.
that is what iw as thinking too. i read everything and thought it was down but the boss said there was a way to get rid of that command. then on top of that the cis benchmark tool looks at it as a security risk because it fails the test. i will just change the default name to get it past the test..my last questino is if i change the default name will that mean it is running?
Thanks,
Business Accounts
Answer for Membership
by: giltjrPosted on 2008-04-14 at 10:01:14ID: 21351621
from cli:
config t
no snmp-server community public
end
show snmp | I snmp
see what is left. You want to leave the "no" commands. For anything that is left in the show snmp | I snmp command that is NOT prefixed with a no, just enter "no" and what is left.
Are you sure you want to disable SNMP? We have it enabled, but we have an access-list applied so that only specific IP addresses can do SNMP queries.