Remote triggering of script

I need to be able to activate a script on demand without directly accessing the router. Is there a way to do this ??

Regards Kim

Well, I found a rather primitive solution: a vbs script using the wscript.shell api and SendKeys, runnĂ­ng a batch of telnet sessions to a bunch of routers. It is slow, but working.

However, there should be a better way ???

use a port knock to the router to add something to an address-list, then have a script check if its present and run if so.

Sam