09-28-2020 05:09 AM
Hello,
When running command " show interfaces counters fa 5" on cisco sf300 switch we didn't get the full data value together as shown in the figure below.
in OutOctets the value should be 1142444759851 displayed by single value at the same line not as shown in here, so how can we get the complete value.
thanks in advance.
09-28-2020 05:41 AM
Hello,
use the cli command:
terminal width 0
to display an unlimited number of characters on the screen.
09-28-2020 05:57 AM
we used this command but the output didn't change. Any other suggestion
Thanks
09-28-2020 06:32 AM
Hello,
how do you access the command line, what application do you use ?
09-28-2020 07:44 AM
We used putty as application
And netmiko as python code
09-28-2020 09:35 AM
Hello,
I think in Putty, you have the 'less -S' option:
show interfaces counter fa 5 | less -S
This displays the entire line and lets you scroll left and right.
09-28-2020 10:55 PM
when trying this command, a "wrong number of parameters or invalid range, size or characters entered" error occurs, and no results shown.
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