Does anyone have any techniques for controlling cisco routers remotely? This would be doing things like shut/no shut'ing interfaces via snmp or some other mechanism. Has anyone seen anything useful along these lines?<br><br>Thanks
Does your router have and Aux port ? If so put a modem on it . <br><br>Your configuration on the aux port should be something like this .<br> router>conf t<br> router(config)line aux 0<br> router(config-line) exec timeout 30 0<br> router(config-line) password password?<br> router(config-line) login<br> router(config-line) modem inout<br> router(config-line) modem autoconfigure discovery<br> router(config-line)transport input all<br> router(config-line)speed 115200<br> router(config-line)flowcontrol hardware
If you set IP addresson your router, you can just telnet to it. <br>got to line vty 0<br><br>router>conf t<br>router(config) line vty 0<br>router(config-line) password xxxxx <br><br>HTH<br>Regards<br><br>
These responses sound more like remote login configuration. I'm wanting to control a router via scripting, but something more secure than expect. I would like to change various aspects of the configuration via this remote method (ie shut¦no shut'ing) interfaces with an automation.<br><br>Thanks Again
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.