Can we send multiple commands in a single activity..like -show run, show version..?
Yes,
We can send multiple commands using Device'CLI.SendCommands activity and the output will be captured on single file.
Nanda
To go with what Nanda stated, here is a list of Meta Variables that can be used in a Device'CLI.SendCommands activity:
SolarWinds CatTools
thanx bkyle
thanx rgnanda
so what is the correct method of writing multiple commands in the options.
Can we write these commands in simple manner (comma separated method) like -(sh run,sh tech )etc..or there is some specific format to write these commands?