- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is here a place to can get min/max/average per port of bandwidth usage? I need to find out how much data is going through each port over time, like during a day. Thanks!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
Within the unit itself it does not provide min/max/average. There is just detailed Port Statistics with RX/TX counters which can be found in the GUI under Monitor > Ports > Traffic Overview or from the CLI with switch# show interface <interface name> statistics .
You can however use SNMP to poll the switch to pull into an SNMP Server that can provide you the information you are asking for. Below is a screenshot from Zabbix for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
Within the unit itself it does not provide min/max/average. There is just detailed Port Statistics with RX/TX counters which can be found in the GUI under Monitor > Ports > Traffic Overview or from the CLI with switch# show interface <interface name> statistics .
You can however use SNMP to poll the switch to pull into an SNMP Server that can provide you the information you are asking for. Below is a screenshot from Zabbix for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: Adtran 1560 bandwidth monitoring?
Ok, thanks. I will use zabbix, I was hoping for a solution off the unit but I that should work. Thanks.