03-04-2013 03:56 PM - edited 03-11-2019 06:09 PM
I'm new to the Networking world and am trying to establish a base for my network. I'm running ASA 5510 8.4(4), how can I measrue throughput ?
In the ASDM, there is a nice feature for CPU, and the command show CLI also provides good info about CPU, but how can I get the throughput on a port basis ?
03-04-2013 04:04 PM
The "interface graph" option on the monitoring ASDM homepage provides real-time monitoring of bandwidth usage for each interface on the security appliance. Bandwidth usage is displayed for incoming and outgoing communications. Users can view packet rates, counts, and errors; bit, byte, and collision counts; and more
http://www.cisco.com/en/US/docs/security/asa/asa80/asdm60/user/guide/mon_ifc.html#wp1038508
03-04-2013 04:05 PM
Hi,
The CLI of the ASA has some basic commands to show the traffic amount
Here are some of those commands but also some other common commands when checking connections and NAT related information
To be honest the ASDM shows all these statistics pretty clearly and updates the with a certain interval. (Instead of you having to use show commands constantly)
Heres some specs related to your ASA model (and the others) You can see the perfomance specs of the ASA5510 model
Hopefully the information has been helpfull
- Jouni
03-04-2013 04:50 PM
Thank you guys!
I do see the interface capturing option, but how can I make it more granular and take stats on a port basis ?! As in the bandwidth on TCP 5300..
03-04-2013 04:58 PM
Well you can capture certain TCP ports traffic naturally if that is what you mean
For example
access-list CAP-TCP5300 permit tcp any any eq 5300
access-list CAP-TCP5300 permit tcp any eq 5300 any
capture CAP type raw-data access-list CAP-TCP5300 interface
Show capture on CLI
show capture CAP
Copy capture file to local computer to open with Wireshark
copy /pcap capture:CAP tftp://x.x.x.x/CAP.pcap
I dont think you cant get any better statistics on the actual banwith usage other than what has been suggested. Unless you use SNMP and draw a graph on the interface statistics.
- Jouni
03-04-2013 05:03 PM
Ummm.. I guess that could work.. I didn't look at it that way.. I was hoping to be able to set a time limit on it, like 10 mins or so
03-04-2013 05:08 PM
If you need to see the top statistics for connections on ASDM you can go to the “Home” section of the same and move to the “Firewall Dashboard” tab.
There you will be able to see a lot of statistics, including top users, services, ports, Access-lists, etc.
03-04-2013 05:12 PM
Thanks Jouni and Jocamara,
Yes.. I can do that but that only shows me the real - time info..
03-04-2013 05:24 PM
If you want to see past event information, you can configure teh ASA to send SNMP traps.
http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094a13.shtml
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide