I'm trying to run a command script that contains a regex on some Cisco switches using NCM 6.1:
show interface summary | e ^\*
This shows lines that don't start with the '*' character. This command works when run interactively on the switch, but produces no output when run via NCM. This is the first time I've ever had a failure using the "Execute Command Script" function in NCM, which I use frequently.
Any ideas?