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.
In an iOS 15 router/switch you can use shell variables in your script when you do(config)# shell processing full(config)# MyVariable=SomeValueI can then reference the MyVariable with $MyVariablee.g.Switch# MyVariable="Hello World"Switch# echo $MyVari...