cBackup / main

Releases, documentation and issue tracker
http://cbackup.me
GNU Affero General Public License v3.0
30 stars 17 forks source link

Submit spacebar #66

Open AlexandrGII opened 3 years ago

AlexandrGII commented 3 years ago

Greetings! There are some devices that do not have the entire config output. That is, there is no analogue of the terminal length 0 or disable clipaging command. Except by pressing the spacebar, it is impossible to get the full output of the config. How can this be done? Username: admin Password: DEVICE # show running-config sw Part of the config Part of the config Part of the config Press any key to continue (Q to quit) - waiting for a key press. Enter - displays one more line. space and other output of the following config screen End configuration CLI standard prompt, hostname #

wergill commented 2 years ago

Did you manage to solve the problem?

launcherx commented 2 years ago

You can use static variables inside Edit job modal, %%SEQ(SPACE)%% put in inside Command, some thing like this show running-config sw %%SEQ(SPACE)%% or try adding it in Command variable I don't really rember.