In my company we have a busy network (over +500 computers), all these computers before go the internet pass through our CISCO ASA 5510.

How can I view the number of connections per second? At a specific moment or averagely.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

You could use the #show conn count command. This will provide you with an output similar to this:

myASAApp#show conn count    
9 in use, 429 most used

Its pretty useful show command.

Full Cisco documentation here

Although I agree with @jcollie; ASDM has a nice real-time connections / traffic summary, simular to this: alt text

Hope that helps

link|improve this answer
Thanks! It helped! :) – Andre Nov 2 '10 at 6:17
feedback

You'll most likely use SNMP and monitor it over time. Review these resources for the correct OIDs:

https://supportforums.cisco.com/docs/DOC-1295

ftp://ftp-sj.cisco.com/pub/mibs/supportlists/asa/asa-supportlist.html

ftp://ftp.cisco.com/pub/mibs/v2/CISCO-FIREWALL-MIB.my

In the first and last links one you'll probably want to use the cfwConnectionStat* objects.

link|improve this answer
feedback

If you just want a quick-n-dirty look at the firewall stats ASDM (the ASA Java GUI) can show you those stats, but only for as long as you are running the GUI (no history or anything like that).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.