Script synax that waits on user input before committing changes?
We want to create a script that will do the following: show port 5:2,6:1 info Wait for user to answer if the ports shown are the correct ports to be disabled If yes execute "disable port 5:2,6:1", then execute "save config" If no abort I haven't be...