cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2032
Views
0
Helpful
2
Replies

3750 Bandwidth Utilization

Scott Hanson
Level 3
Level 3

Hello,

 

Is there a way to look at the bandwidth utilization on a per port basis on the 3750 switches?  Trying to track down a possible issue remote;y and nothing like WireShark is onsite.

 

 

Thanks in advance.

 

 

All replies rated.

2 Replies 2

Charles Hill
VIP Alumni
VIP Alumni

You can enter "show interface summary" to see the tx rate and rx rate for each port.  Very easy to read format.

To use wireshark remotely, you could always use ERSPAN, which would send the monitor session to a remote switch.  If I'm not sure of the commands I'm entering on a remote switch, I normally do a "reload in 15".  In case I lose connectivity, it will reload in x number of minutes to restore service.  Save you a commute to the remote site to restore service.  Just don't forget to cancel the reload when you are finished.

https://supportforums.cisco.com/document/139236/understanding-spanrspanand-erspan#comment-10119266

 

If you have network monitoring software, it should show the top talker along with the ip address.

show arp | i x.x.xx

this will return the mac

then enter show mac address-table address xxxx.xxxx.xxxx

this will show the interface that learned the mac.

show cdp neigh to verify the port isn't connected to another switch.

Keep entering sh mac and sh cdp until you locate the port with the mac of the top talker. 

 

You can shut the port and see if the trouble goes away. 

 

Just be careful when shutting ports.  Its easy to shut the wrong port and lose connectivity.

Leo Laohoo
Hall of Fame
Hall of Fame
Is there a way to look at the bandwidth utilization on a per port basis on the 3750 switches?  

If you want real-time bandwidth utilization, the command is "sh controller util".  "0" means 0% used.