Versions Compared

Key

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

...

Running command sets

Code Block
bin/opConfigopconfig-cli.pl act=run_command_sets

...

If you would like to run only specific command set/s: (comma separated, no spaces)

Code Block
bin/opConfigopconfig-cli.pl act=run_command_sets names=IOS_DAILY,LINUX_DAILY

...

If you would like to run it against only specific nodes: (comma separated, no spaces): 

Code Block
bin/opConfigopconfig-cli.pl act=run_command_sets nodes=node1,node2 

...