Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you do not provide any submission modifiers or control sequences, Unimus will split the provided command set line-by-line, and then send it to selected device(s) one-by-one.
Basically, you give Unimus a bunch of commands, and it will distribute them to your network.

For example, specifying push commands like this will work as expected, and Unimus will handle pagination ("-- more --") natively:

Code Block
show version
show ip interface brief
show vlan brief

On details exactly how commands are sent to devices, please see How commands are sent to devices.

...

As mentioned above, Enter is not be by default sent after a control sequence, but this can be forced by appending "\[enter]" to the end of the line.
Full list of command sequences available in this article: VT100 Control / Command sequences.

...