Hi Everyone,
We require a user to execute below commands to download the config’ s ( Only Download config considered)
<Command Name="DownloadConfig" Value="Show ${ConfigType}"/>
Download the config via ssh protocal. and that is:
Download running config: "show run"
Download Startup config: "show start"
To save the config to NVRAM - "copy run start"
To disconnect from the device at the enable prompt: "exit"
We need understand, whether show command is enough for firewall & load balancer ? if not what is the other right command ?
Can share list of all NCM commands that supports Firewall and Load balancer.