WAN bandwidth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2011 12:13 PM - edited 03-04-2019 01:44 PM
I have a 200 Mbps link between two sites, I want to know how can I know the total bandwidth that I am using?
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2011 12:18 PM
Hi Shane,
You can download Ethernet throuput utility from below link.
http://www.softoxi.com/ethernet-throughput-utility.html
This is an awsome tool which i usually use to check WAN up/down link speeds.
[PC1]-----RTR1<-------WanLink---->RTR2---[PC2]
You have to open port 5017 bidirectional on firewall if there is any in between.
HTH
Ameya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2011 12:22 PM
You have to install one copy each of this utility on both mentioned PCs.
When you open this tool on PC1 you will find below options.
PC1 settings:
Scale: you have to specify the BW scale of your wan link.
In you case select 1Gb.
Connect : type IP of PC2
Now click "Run Sender" - basically this will start sending raw data on your Wan link.
PC2 settings:
Scale: sameasabove
Connect : type IP of PC1
Now click "Run Listner" - this will start receivingraw data on your Wan link.(data which PC1 is sending above)
HTH
Ameya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2011 12:32 PM
Also you can observe the current bandwidth of the interface with help of below IOS commands,
show interface
Before that you may opt to change the default load-interval to 30 seconds from 5 minutes for a better result with below interface config command.
(conf-if)# load-interval 30
You can also setup an SNMP monitoring tools like PRTG/Solar Winds and obtain per second graphical output of the Wan link under consideration.
We even use Netflow analyzer for detailed/application specific analysis of data travelling over the Wan link.
HTH.
Ameya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2011 12:25 PM
Hi there,
as I understood the initial question the author wants to know the answer for is how to measure current utilization of the WAN link, rather to measure its highest capacity.
This can be achieved via the 'sh interface
Regards,
Ivan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2011 06:03 PM
i would say netflow with any free tool or cheap tool to buy from the Internet will give real time statistical data about the link utilization for example
also you can break it down per source destination, type of marking ..etc
http://www.manageengine.com/products/netflow/netflow-reports.html
hope this help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2011 02:56 AM
Thanks a lot guys for the help.
