Can you tell me what steps to follow in order to set this up?
Also would i just enable it on the core switch or would i have to enable it on all the switches?
Main Topics
Browse All TopicsSorry for the armature question here but Im looking to enable SNMP on my network.
Would it be best to enable SNMP on the core switch or will this create too much over head or is the Network Management Station normally a regular server?
I see this article from cisco but it does not go into detail on how exactly to quickly gain an understanding and correctly deploy.
http://www.cisco.com/unive
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.
You will enable it on all switches. If you just want to enable snmp and collect snmp information for your switches from a monitoring server then enter these comands in global config mode
Router(config)# snmp-server community community_name ro
community_name is the name of your snmp community. Also the ro at the end means Read Only. You can also set this to rw or Read Write but that will allow snmp devices to make changes to your switch. I recommend only using ro unless you have a specific reason to use rw.
Here is a link to snmp basics for cisco devices. good read
http://www.cisco.com/en/US
Most of the devices have by default "public" for retrieve SNMP info, and private to set parameters.
www.solarwinds.com
can give "trial" to test , as many others.
In picture is example :
on a left side- how to set SNMP in Micrsoft box and Cisco2811
on right side - how this SNMP used by Solarwinds to retrieve SNMP , and present it graphically, as well to add new SNMP device base on "public" SNMP string.
Following should be usefull:
http://cgi.ebay.com/ws/eBa
http://www.faqs.org/rfcs/r
http://www.ireasoning.com/
1- Nagios www.nagios.org
2-Zenoss www.zenoss.com/
3-JFFNMS www.jffnms.org
4-OpenNMS www.opennms.org
5-Bandwidthd bandwidthd.sourceforge.net
6-BigSister www.bigsister.ch/
7-NTOP www,ntop.org
8-Cacti www.cacti.net
9-MRTG oss.oetiker.ch/mrtg/
or
1-HP-OpenView www.hp.com
2-SolarWinds Orion www.solarwinds.com
3-Adventnet OPManager www.adventnet.com
4-Bigbrother www.bb4.org/
5-PRTG www.paessler.com/prtg
Business Accounts
Answer for Membership
by: that1guy15Posted on 2008-02-20 at 05:44:54ID: 20937643
Any device you want to monitor with SNMP you will need to enable snmp (snmp-server community community name RO/RW). usually just enabling snmp adds very little overhead. Your device will use a little more processor and memory but nothing major. If you enable traps though you will increase the overhead on both the network and router resources. The addtitional overhead from traps just depends on which traps you enable.
My suggestion is to test this on a non production device (if possible) and see what the results are. I have all my network gear set up with snmp w/ traps and i don't even notice the difference.