06-12-2024
10:09 PM
- last edited on
06-12-2024
10:10 PM
by
CiscoKoreaModer
Hello, while using CML I am also using CML with Windows Telnet using Breakout. But when I use the Show run command, it does not display everything. Does anyone have a solution to this problem?
06-13-2024 09:45 AM
Hello,
can you post a screenshot ?
06-15-2024 07:26 PM
When I run do sh run as above, only part of the output is displayed and the rest is not displayed.
Maybe it's supposed to work this way?
06-15-2024 09:10 PM
Make sure your terminal emulator app that you use with Breakout has flow control disabled. If the app sends an x-off to throttle the terminal output, IOS will halt sending and will not give you the “more” prompt.
06-15-2024 09:57 PM
I'm doing this in Powershell and I don't see anything called flow control, should I use Putty?
06-16-2024 01:40 AM
Hello,
check the value of the $FormatEnumerationLimit in PowerShell, the default is 4 I think:
PS C:\Users\powershelluser>$FormatEnumerationLimit
Change it to -1:
PS C:\Users\powershelluser>$FormatEnumerationLimit =-1
06-16-2024 03:42 AM
This method does not work.
06-16-2024 04:01 AM
What if you configure 'term length 0' on the Cisco before running PowerShell ?
06-16-2024 04:09 AM
I tried, but it didn't scroll and I could only see the very end.
06-16-2024 05:01 AM
Hello,
in PowerShell, when you see the 'More', try and hit the '~' key (tilde, left of the '1'), this should be the equivalent of ENTER...
06-16-2024 06:13 PM
Putty works for me with Breakout.
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