cisco FTD source destination ip bandwidth check from CLI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 11:23 PM
Dear Team,
Please help to get command on CLI Cisco FTD 1120 to check incoming outgoing (Source destination) packet , bandwidth, port etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 12:10 AM
There is no such single command to give you the output of what you requested here. hence there are few command which can give you the information and you could narrow it down to figure out what is going on in your firewall.
Check interface status and bandwidth usage
"show interface GigabitEthernet1/2"
!
show interface summary
"show interface ip brief"
!
Show active connections (with source/destination and port)
"show conn"
!
Show NAT translations and hits
"show nat detail"
!
Monitor real-time throughput
"show traffic"
Also FTD GUI will be more helpful to see and customise in order to check what coming in and out of your firewall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 02:24 AM
Thanks for reply, Its helpfull for me.
another query is if some one try to open application from his PC then can I monitor the pc from firewall cli which application ip & which port try to initiate the session with destination.
Please help..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 03:49 AM
Instead of using the cli. it would be much better for you to use the GUI of the firewall. I have paste https://www.youtube.com/watch?v=BoKP2T63LKA link have a look old video but put you in right direction what you asking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 09:44 PM
Thanks for support, but i need cli command for this purpose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 11:21 PM
If this is the case your only best bet is the command “show conn details” or if you ant to be very specific with ip address/es in that case “show conn address 192.1681.10”
understanding-cisco-asa-connection-flags/
