Cacti Netgear Switch Template
Thread Tools |
Jan 30, 2013 - Once you have a few devices configured using the templates in this post. Solution that pairs well with graphing tools such as Cacti or MRTG. Get you started with monitoring Cisco routers, switches, and security devices.
The TP-LINK TL-SG2216 16-Port Gigabit switch looks attractive for the price (~$130 US). I'm wondering if anyone has this device (or another model from this product line), or if anyone can suggest an alternative that's near this price/port range?
Thanks!
Sponsored Links | |
The TP-LINK TL-SG2216 16-Port Gigabit switch looks attractive for the price (~$130 US). I'm wondering if anyone has this device (or another model from this product line), or if anyone can suggest an alternative that's near this price/port range?
Thanks!
Personally I use NetGear GS108T (Which is the Smart / Managed Version) Switches as well as Cisco Small Business Switches in my house and I've had no problems with them.
I have however had some issues with the Netgear POE Switches, they don't play well with their other switches and their firmware is / has been very buggy which is why I went with Cisco.
So for the money I would check out something like this Cisco 10 Port Managed.
http://www.newegg.com/Product/Produc..82E16833150087
Sure it is a little more money but I am a firm believer that some things are worth paying extra for!
Sponsored Links | |
Also take note those Small Business Switches are Linksys switches with a Cisco label on them. If you want a 'real' Cisco switch, go get a Catalyst.
The HP listed above is better than anything listed here. We happen to use HP Procurve at work. I have that exact switch in a remote office and know for a fact it will do per-port traffic statistics (Though I think this is common with managed switches).
Personally I use NetGear GS108T (Which is the Smart / Managed Version) Switches as well as Cisco Small Business Switches in my house and I've had no problems with them.
I have however had some issues with the Netgear POE Switches, they don't play well with their other switches and their firmware is / has been very buggy which is why I went with Cisco.
So for the money I would check out something like this Cisco 10 Port Managed.
http://www.newegg.com/Product/Produc..82E16833150087
Sure it is a little more money but I am a firm believer that some things are worth paying extra for!
Id like to report back to Netgear your issues.
Thanks,
Bob Silver
Netgear Networking Advisor
Id like to report back to Netgear your issues.
Thanks,
Bob Silver
Netgear Networking Advisor
This was a few years ago, I bought a Netgear GS724TP which Netgear even admitted to me wasn't really ready for prime time at the time, they said that they did not make the switch or the firmware and I had issues getting VLANs working with my other Netgear switches, it would randomly reboot itself and was not stable at all.
Again this was some time ago so maybe they've worked out the issues? I couldn't deal the with instability even in my home network so I went with the Cisco SG's and they've been running flawlessly since day one.
As with just about every thing else in life these are personal preferences and completely subjective. I'd take a Cisco (even their Linksys version) over Netgear or HP any day.
The TP-LINK TL-SG2216 16-Port Gigabit switch looks attractive for the price (~$130 US). I'm wondering if anyone has this device (or another model from this product line), or if anyone can suggest an alternative that's near this price/port range?
Thanks!
Personally I use NetGear GS108T (Which is the Smart / Managed Version) Switches as well as Cisco Small Business Switches in my house and I've had no problems with them.
I have however had some issues with the Netgear POE Switches, they don't play well with their other switches and their firmware is / has been very buggy which is why I went with Cisco.
So for the money I would check out something like this Cisco 10 Port Managed.
http://www.newegg.com/Product/Produc..82E16833150087
Sure it is a little more money but I am a firm believer that some things are worth paying extra for!
Also take note those Small Business Switches are Linksys switches with a Cisco label on them. If you want a 'real' Cisco switch, go get a Catalyst.
http://www.ebay.com/itm/HP-Procurve-..item19fc593b0b
They also have an ability to do fiber uplinks which is useful for longer distance than cat5e/cat6 can handle.
Sponsored Links | |
ReplyNetworking, Media Servers & Content Streaming |
Posting Rules | |
You may not post replies You may not edit your posts Smilies are On HTML code is Off Pingbacks are Off |
view our sponsors showcase AVS Forum is proudly sponsored by
Tell me more Cookie Preferences
Nagios is hands-down the best monitoring tool to monitor host and network equipments. Using Nagios plugins you can monitor pretty much monitor anything.
I use Nagios intensively and it gives me peace of mind knowing that I will get an alert on my phone, when there is a problem. More than that, if warning levels are setup properly, Nagios will proactively alert you before a problem becomes critical.
Earlier I wrote about, how to setup Nagios to monitor Linux Host, Windows Host and VPN device.
In this article, I’ll explain how to configure Nagios to monitor network switch and it’s active ports.
Device ntpnp pci0024 driver.
1. Enable switch.cfg in nagios.cfg
Uncomment the switch.cfg line in /usr/local/nagios/etc/nagios.cfg as shown below.
2. Add new hostgroup for switches in switch.cfg
Add the following switches hostgroup to the /usr/local/nagios/etc/objects/switch.cfg file.
3. Add a new host for the switch to be monitered
In this example, I’ve defined a host to monitor the core switch in the /usr/local/nagios/etc/objects/switch.cfg file. Change the address directive to your switch ip-address accordingly.
4. Add common services for all switches
Displaying the uptime of the switch and verifying whether switch is alive are common services for all switches. So, define these services under the switches hostgroup_name as shown below.
5. Add service to monitor port bandwidth usage
check_local_mrtgtraf uses the Multil Router Traffic Grapher – MRTG. So, you need to install MRTG for this to work properly. The *.log file mentioned below should point to the MRTG log file on your system.
6. Add service to monitor an active switch port
Use check_snmp to monitor the specific port as shown below. The following two services monitors port#1 and port#5. To add additional ports, change the value ifOperStatus.n accordingly. i.e n defines the port#.
Cacti Host Templates
7. Add services to monitor multiple switch ports together
Sometimes you may need to monitor the status of multiple ports combined together. i.e Nagios should send you an alert, even if one of the port is down. In this case, define the following service to monitor multiple ports.
8. Validate configuration and restart nagios
Verify the nagios configuration to make sure there are no warnings and errors.
Restart the nagios server to start monitoring the VPN device.
Verify the status of the switch from the Nagios web UI: http://{nagios-server}/nagios as shown below:
9. Troubleshooting
Issue1: Nagios GUI displays “check_mrtgtraf: Unable to open MRTG log file” error message for the Port bandwidth usage
Solution1: make sure the *.log file defined in the check_local_mrtgtraf service is pointing to the correct location.
Issue2: Nagios UI displays “Return code of 127 is out of bounds – plugin may be missing” error message for Port Link Status.
Solution2: Make sure both net-snmp and net-snmp-util packages are installed. In my case, I was missing the net-snmp-utils package and installing it resolved this issue as shown below.
Note: After you’ve installed net-snmp and net-snmp-utils, re-compile and re-install nagios plugins as explained in “6. Compile and install nagios plugins” in the Nagios 3.0 jumpstart guide.
Two Best Nagios Books
These are the two best nagios books that covers the latest Nagios 3. I strongly recommend that you read both of these books to gain a detailed understanding on Nagios. Since Nagios is free software, spending few dollars on the books can be the best investment you can make.
Awesome Nagios Articles
Following are few awesome Nagios articles that you might find helpful.