If I wanted to intercept config to any loopback interface I could use this:
event cli pattern "^interface.* loop.*" sync yes
however, this doesn't work for "int l<n>"
I've tried event cli pattern "^int.* l.*" sync yes, but that doesn't work.
anyone any ideas?
thanks