cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
354
Views
0
Helpful
10
Replies

Show run issues when using CML Breakout

Translator
Community Manager
Community Manager

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?

10 Replies 10

Hello,

can you post a screenshot ?

cnsa_0-1718504560756.png

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?

cnsa_1-1718504680667.png

 

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.

Disclaimer: I am long in CSCO

I'm doing this in Powershell and I don't see anything called flow control, should I use Putty?

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

 

This method does not work.

What if you configure 'term length 0' on the Cisco before running PowerShell ?

I tried, but it didn't scroll and I could only see the very end.

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...

Putty works for me with Breakout. 

Disclaimer: I am long in CSCO