11-10-2014 10:35 PM
Hi all,
Is there an equivalent to ios_config on nx-os? If there is, can it handle config-sync?
Is this something I should be focusing on using TcL & expect from a linux box rather than the tcl installed on the devices?
Solved! Go to Solution.
11-11-2014 11:13 AM
Ideally you should be using Python on NX-OS as it will be the first class language moving forward. There is also a Cisco NX-OS API built in for Python. The Python "cli" command can help you run config.
For Tcl on NX-OS, the "cli" command will allow you to run config commands. For example:
cli "config t ; int e1/1 ; description test"
11-11-2014 11:13 AM
Ideally you should be using Python on NX-OS as it will be the first class language moving forward. There is also a Cisco NX-OS API built in for Python. The Python "cli" command can help you run config.
For Tcl on NX-OS, the "cli" command will allow you to run config commands. For example:
cli "config t ; int e1/1 ; description test"
11-11-2014 03:05 PM
Thanks Joseph!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide