cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1422
Views
0
Helpful
9
Replies

how to monitor switch uplink bandwith

robertkwild
Spotlight
Spotlight

hi all,

i want to monitor switch uplink bandwith per port and for the main uplink to find out if its being bottlenecked

is there a good network monitor tool i could use for this that it will show me live data and maybe i can install grafana to see all this as i plan to monitor all switches in the building

thanks,

rob

9 Replies 9

DanielP211
VIP Alumni
VIP Alumni

Hello!

There are multiple ways to achive this. The easiest being using snmpv3 + zabbix (or some other free monitoring tool). Depending on the switch you could also use telemetry and grafana. 

For more indepth look into the traffic you will need nbar+netflow - and monitoring in a tool like ptrg.

BR

****Kindly rate all useful posts*****

balaji.bandi
Hall of Fame
Hall of Fame

There are many ways to do, if you have any inhouse NMS in place ?

if not quick way is MRTG OLD School.

or you can download PRTG free for some level of devices can give you all you want (can this be installed in Windwos) - not required dedicated box).

Again since you have not mentioned the model of the switch and IOS code running on it, not in a postion to direct you the configuration need on the devices.

but it straight forward if you using SNMPv2 - if you looking to do SNMV3 check the configuration guides.

I directly not used Grafana (we use for different purpose)

may be below thread can help you :

https://grafana.com/grafana/dashboards/10235-switch-dashboard/

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

M02@rt37
VIP
VIP

Hello @robertkwild 

For monitoring switch uplink bandwidth per port and identifying potential bottlenecks, you can use network monitoring tools that support SNMP to gather data from your switches. Additionally, integrating Grafana for visualization is a great idea.

Icinga is another excellent open-source monitoring tool that you can use to monitor your network devices, including switches. It supports SNMP and can be integrated with Grafana for visualization. Here's how you can use Icinga for network monitoring:

- Icinga Core:
Install Icinga Core on your monitoring server. Icinga Core is the core monitoring engine that handles checks, alerts, and notifications.

- Icinga Web 2:
Install Icinga Web 2, which provides a web-based interface for configuration, monitoring, and reporting.

- Icinga Director:
Optionally, you can use Icinga Director, a web-based configuration tool for Icinga, to manage your monitoring configuration.

- SNMP Plugin:
Icinga provides a plugin called `check_snmp` that allows you to perform SNMP queries on your devices. You can use this plugin to collect SNMP data from your switches.

- Integration with Grafana:
Grafana can be integrated with Icinga to visualize the collected data. You can use Grafana's Icinga 2 data source to connect Grafana with Icinga and create dashboards for network monitoring.

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

robertkwild
Spotlight
Spotlight

is there a simple cli way to get this info off the switches

 @robertkwild 

For advance monitoring it is recommended to use dedicated network monitoring tool that support SNMP, as they can provide historical data, alerting...

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

robertkwild
Spotlight
Spotlight

whats the best free one, zabbix or libreNMS

I would chose zabbix. 

BR

****Kindly rate all useful posts*****

@robertkwild 

The "best" choice depends on your specific needs and preferences. It might be beneficial to try both in a test environment and see which one aligns better with your requirements and workflow...in order to have your own opinion.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

robertkwild
Spotlight
Spotlight

ok i will rephrase that, whats the best one where it can auto discover my devices (mainly cisco switches) without me having to provide a mib file for the device