cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2000
Views
10
Helpful
4
Replies

Bandwidth usage

I have a CISCO 4431 router. It is my understanding that this router is able to show bandwidth utilization. What command do I use to identify how much of my 500MB bandwidth is being utilized at any given time?

2 Accepted Solutions

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

CISCO 4431  - you should have NMS software to monitor - so it will graph you as dashboard.

 

if you looking to look at the command level

 

show interface gi 0/0  (which is connected to the internet)

 

show interface gi 0/0  human ( this will give readable format if the IOS support that command)

 

example :

 

#show interfaces ethernet 0/0
Ethernet0/0 is up, line protocol is up
.....
Output queue: 0/40 (size/max)
5 minute input rate 3000 bits/sec, 4 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec

 

BB

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

How to Ask The Cisco Community for Help

View solution in original post

Joseph W. Doherty
Hall of Fame
Hall of Fame

(possibly)

sh platform hardware throughput level

show platform hardware qfp active datapath utilization summary

(https://nexp.com.ua/technologies/ios-xe/cisco-isr4k-throughput-related-hidden-command/)

View solution in original post

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

CISCO 4431  - you should have NMS software to monitor - so it will graph you as dashboard.

 

if you looking to look at the command level

 

show interface gi 0/0  (which is connected to the internet)

 

show interface gi 0/0  human ( this will give readable format if the IOS support that command)

 

example :

 

#show interfaces ethernet 0/0
Ethernet0/0 is up, line protocol is up
.....
Output queue: 0/40 (size/max)
5 minute input rate 3000 bits/sec, 4 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec

 

BB

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

How to Ask The Cisco Community for Help

Joseph W. Doherty
Hall of Fame
Hall of Fame

(possibly)

sh platform hardware throughput level

show platform hardware qfp active datapath utilization summary

(https://nexp.com.ua/technologies/ios-xe/cisco-isr4k-throughput-related-hidden-command/)

thank you for the support this was on point

 

Hello,

 

--> It is my understanding that this router is able to show bandwidth utilization.

 

What is your assumption based on ? Is there any mention of that in any documentation ?