11-11-2019 01:32 PM - edited 02-21-2020 09:41 AM
Is there any key to stop show conn detail output on ftd?
11-11-2019 08:28 PM
Hi there-
I am assuming that you are asking about setting the page length of the FTD CLI. If that is the case, at the moment, this is not a setting that is configurable. However, there are a couple of workarounds:
1. Utilize the diagnostic CLI:
2. If you do not want to use the diagnostic-cli, then you can use the pipe "|" command in the FTD CLI with grep, include, etc, to narrow down your output
3. You can also redirect the output of the show conn detail command to a file, and then use the "more" command to view the file
I hope this helps!
Thank you for rating helpful posts!
11-12-2019 11:11 AM
Hi,
My question is using any key like CTRL+C or Q etc to stop ( break ) output for showing more than few minutes.
How to stop output of running following command on ftd when output is larger and can run for few minutes:
show conn details
I tried with following key but couldn't stop screen and had to wait for around 9 minutes until everything was shown by above command:
CTRL+C
Q
CTRL+Shift+6
Any suggestion will be appreciated.
Thanks
12-28-2019 10:40 AM
Once you typed a command and pressed Enter you cannot stop the output.
Furthermore, on FTD the default pager size is '0'. This means that the whole output will be shown before you can type anything else.
You can change the pager size for a session using the command 'terminal pager 24' from the FTD Lina CLI. Please keep in mind that this command is not saved in the 'startup-config':
> system support-diagnostic-cli
firepower# terminal pager 24
This will have as an effect to show only 24 lines and stop.
10-30-2024 08:53 AM
This sucks. Cisco always ask me to run "show tech" or "show conn". FTD console/terminal seems very, very slow to display those things. It can't be stopped and need with 8 hours to gain back the console access. Why Cisco display show conn just a few lines per seconds while regular Linux host can display 100 times faster?
10-30-2024 11:56 PM
I think you can use
show conn <IP> detail
this better from get full conn table
MHM
10-31-2024 05:50 AM
10-31-2024 06:42 AM
There are
Show conn <<- this give you breif
Show conn detail <<- this show conn one by one in detail and page must be set to 24 line to see all details. To jump to other page use tab instead of scrolling down.
MHM
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