Determine the amount of Concurrent TCP users ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 11:40 AM - edited 03-11-2019 09:40 AM
From the firewall perspective how can i determine the amount of TCP users that are hitting the firewall.
Is there a command or debug that would allow me to see that.
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 01:02 PM
I think the closest you're going to get is with show xlate count.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 07:07 PM
"show conn | i TCP" will give you all TCP conns through the firewall, but this won't give you a count.
You could always slap this into excel to get a count.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2009 07:06 AM
sh local-host | i TCP flow count
will show you the distinct TCP conns each host has. Adding them up will give you the aggregate.
I hope it helps.
PK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 09:42 PM
Both show connection and show local host would povide you with output for tcp.
But this would be a huge output and diffucult to find a single ip in production network.
A good tool we use is fireplotter which poovides the output for about. Its good one.
Regards
Pravin
