cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1951
Views
5
Helpful
9
Replies

ISP WAN Internet Bandwidth Check on CPE Interface

bravealikhan
Level 1
Level 1

Hi Folks

Quick question - how we could check ISP WAN Internet bandwidth on CPE site/Gig Interface on CISCO2911/K9?

 

Thanks

 

 

9 Replies 9

Leo Laohoo
Hall of Fame
Hall of Fame

Ask the provider.

khorram1998
Level 1
Level 1
 

There are a few ways to check the ISP WAN internet bandwidth on the CPE site/Gig interface on a CISCO2911/K9 router.

  1. Utilize the "show interface" command to check the bandwidth usage on the specific interface. This will give you information on the current input and output rate, as well as the total number of bytes sent and received. Example: "show interface GigabitEthernet0/0"

  2. Use the "show controllers" command to check the utilization of the interface. This will give you information on the input and output rate, as well as the total number of packets sent and received. Example: "show controllers GigabitEthernet0/0"

  3. Utilize the "show ip traffic" command to check the total number of packets and bytes being sent and received on the interface. This will give you a summary of the network traffic.

  4. You can use the "show policy-map interface" command to see the class-map and service-policy applied on the interface.

  5. You can also use external tools like MRTG, PRTG, or any other network monitoring tools to check the bandwidth usage on the CPE interface.

It's important to note that this information is only a snapshot of the current bandwidth usage. To get a more accurate picture of the bandwidth usage over time, you may want to gather data over a period of time, and then use a tool to generate a graph or report of the usage.

Please rate this and mark as solution/answer, if this resolved your issue
All the best,
AK

Hi Thanks for detailed reply - how could we check the same on C1117 (GigabitEthernet0/0/0 - Interface) as "show controllers GigabitEthernet0/0" doesn't support here

R1# show controllers?
ATM ATM SPA controller information
E1 E1 controller internal state
SHDSL shdsl controller internal state
T1 T1 controller internal state
VDSL vdsl controller internal state
pos POS framer state
| Output modifiers
<cr> <cr>

 

--- Below few commands show only the current rate not the overall circuit bandwidth information e.g. 10Mb or 10,000 Kbps

R1#show interfaces GigabitEthernet0/0/0

5 minute input rate 746000 bits/sec, 75 packets/sec
5 minute output rate 159000 bits/sec, 41 packets/sec

R1#sh int gi0/0/0 human-readable | in rate
Queueing strategy: fifo
5 minute input rate 973.0 kilobits , 99 pps
5 minute output rate 173.0 kilobits , 61 pps

 

 

 

 

 

Joseph W. Doherty
Hall of Fame
Hall of Fame

Checking for what bandwidth, specifically?

Short term (e.g. seconds to minutes) bandwidth consumption, long term (e.g. hours, days, weeks) bandwidth consumption, or maximum possible bandwidth (the offer to confirm we are being provided the bandwidth we're paying for)?

Thanks for your reply -

the maximum overall allowed bandwidth by the provider on any interface. 

Ah, for that, I often use a UDP traffic generator set to 110% of "supported" bandwidth.  Then, I "see" if far side obtains 100%.  Ditto for a converse test.

However, doing that is fairly easy on a private network, i.e. when you have access to both sides.  This can even be done, between your sites, connected to the internet.

If, as I suspect is your case, you may only have one Internet connection, and no "far side" you can use . . .

Then, often, the "best" approach I've found is using "public" Internet performance test sites.  The will, generally, (should) show bandwidth rates that you expect.

Whatever kind of this testing you do, keep in mind, it can "crush" concurrent traffic performance, also concurrent traffic can "deflate" measured throughput rates, and when using public performance testing, concurrent traffic "deflation" of your performance might be due to congestion elsewhere in the Internet or the public test site, at the far end.

That said, doing multiple tests, in the "wee" hours, across different days, using different public test sites, will often provide an indication whether your ISP is actually delivering the bandwidth you're paying for.

Hello,

I have not followed the entire thread, but you could also connect a PC directly to the router and use a website such as:

https://www.speedtest.net/

Obviously, you need to disconnect everything else when you run the test, so it is recommended to do this after hours.

Thanks, Georg

I'm trying to assess the overall allocated bandwidth from the service provider via a Router Interface. speedtest is the good tool but most of the Engineers remote access routers and only have CLI access. Yes, we do have other network monitoring tools e.g. Solarwinds, TruView etc. but if there is any command that we could check the same from Router interface that would be very helpful.

Thanks

Some (a few) Cisco routers provide TTCP as a hidden command.  Some (feature set?) Cisco routers provide SLA performance monitoring/testing commands.