Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
It can be a challenge to use scripting to automate working with Cisco devices. The Cisco IOS does not seem to directly provide a command line interface. You are forced to find a way to automate interaction with a telnet or ssh session. The PERL langu...
Hi Brian,
You can just paste the contents of the txt file to your 5K cli.
The commands in the .txt file will create the bootflash:/scripts if it doesn't exist and then will create the reload script file in that directory.
The .txt file was just an ...
I missed the reload in function from NX-OS so I found a way to do it using a simple python script. It is sometimes a challenge to manage a remote Nexus without the "safety net" that the pre-scheduled reload provides.
The attached file will create a...