Quantcast
Channel: THWACK: Message List - Network Configuration Manager
Viewing all articles
Browse latest Browse all 8827

Re: NCM Config change template reserverd word syntax - @

$
0
0

Ok, fixed it by dumping the entire command into a variable and then executing the variable in the CLI:

 

{
  string @FTP = 'request system software add reboot no-copy validate ftp://' + @FTPUsername + ':' + @FTPPassword + '@' + @FTPServer + '/' + @JUNOSImage
 
  //TODO - insert details of change template

  //Enter CLI commands
  CLI
  {
     @FTP
  }
}


Viewing all articles
Browse latest Browse all 8827

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>