Hi, this might be a noob question, but is there any possible way to access a cisco router that has no startup configuration over network? I am looking for a way to automate multiple router configuration via some kind of script..
SSH is out of question right? It isn't configured out of the box, am I right?
Telnet is not very safe..
AUX is out of question completely..
If there is any way to solve my problem, please let me know, I'd be really grateful..
The only possible solution I can see now is configuring each box with pySerial (python script working directly over serial connection) and then trying to push configuration via SSH over network.. Not really what I want..