UNSOLVED

Sam.Marrocco

updated

5 years ago

0

915

January 8th, 2022 07:00

Force10 S4810 "show interface" without more possible?

If running an SSH client to utilize the "show interface" command to the Force10 S4810 switch, it (by default) returns the output of the command as though it was piped into a 'more' command, i.e....

show interface | more

Is it possible to change this behaviors, so that command that are sent return their output as a constant stream of lines, instead of abbreviated with "--More--" requests awaiting user input?

 

  • DELL-Young E

    Moderator

    5421 Posts

    37 Points

    612

    0

    Posted January 9th, 2022 22:00

    Hi, thanks for choosing Dell. "Is it possible to change this behaviors, so that command that are sent return their output as a constant stream of lines, instead of abbreviated with "--More--" requests awaiting user input?" I'm afraid your ask isn't possible. May I ask what you are after with the changed behavior?

    Social Media and Communities Professional

    Dell Technologies | Enterprise Support Services

    #IWork4Dell

    Did I answer your query? Please click on ‘Mark as Accepted Answer’. ‘Thumbs up’ the posts you like!

  • 597

    0

    Posted January 10th, 2022 05:00

    Since te S4810 does not support Rexec commands for the 'single-line command' retrieval of information via SSH, I am using a full SSH session via command line. However, since the S4810 does not send all the information in one output after receving a command such as 'show', it stops after some lines (of which there are an known number) with a "more" prompt (or many of them), requiring the manual sending of a space bar or enter key every time. This significantly show the retrieval as well.

    Ideally, the default behavior would be that commands return their output all in one return, and if the user wishes to use "more", it would be up to the user to pipe the output of their requested command to the 'more' command.

  • DELL-Marco B

    Moderator

    3980 Posts

    597

    0

    Posted January 10th, 2022 05:00

    Hello,

    sorry but I have to confirm that the command cannot be customized, and the more behavior cannot be removed.

    Thanks

    Marco

    DELL- Marco B

    Social Media and Communities Professional

    Dell Technologies | Enterprise Support Services

    #IWork4Dell

    Did I answer your query? Please click on ‘Mark as Accepted Answer’. ‘Thumbs up’ the posts you like!

  • bealdrid2

    1 Rookie

    117 Posts

    593

    0

    Posted January 10th, 2022 07:00

    Try this-

    show interfaces | no-more