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.
Hi all,Router: N540X-16Z4G8Q2C-DIOS version: IOS-XR 7.5.2I am currently in need of a bash script where I can run the commands such as "show interfaces brief", "show controllers optics 0/0/0/0", and "show controllers optics 0/0/0/0 pm". #!/bin/bashxr_...
Hi all,I currently have N540X-16Z4G8Q2C-D for which I wanted a .tcl script for EEM. I need this script to work on all ports to be enabled when the router is booted up. Please help me out on how to get started. RegardsShantanu
I found out that an alternate method was implemented. It involves saving the running-config with a description name. Later, this gets added into the startup-config file. This avoids us using the .tcl script. Thanks for the support though.RegardsShant...