06-06-2013 10:12 AM - edited 03-11-2019 06:53 PM
I'm trying to figure out how many active TCP sessions my ASA has but having a hard time finding this information. When I do "show conn count" from the CLI it shows what I'm guessing is a sum of both TCP and UDP. Is there any way to get just the TCP connections?
06-06-2013 10:19 AM
sh conn detail protocol tcp
Regards
06-06-2013 10:29 AM
This output shows the same number as if I were to enter 'show conn count' or "show conn detail protocol udp"
06-06-2013 10:55 AM
Hello Blake,
The number will be the same ( as it's the same output of the show conn count) but the connections reflected there are only TCP connections)
So if you do not want to manually go one by one counting the amount of TCP connections I would consider using Netflow,
I do not know any CLI command for the number of the TCP connections, it would be an aggregate of both UDP/TCP
Regards
Remember to rate all of the helpful posts, that is as important as a thanks
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