Logging in to a Cisco Router with Powershell

by rk777 at 2012-11-07 05:48:21

Hi,

I want to be able to automate my login to a cisco router, in future to be able to reset it/factory reset it and updating firmware. Can anyone give me a starting point or some guidance.

Thanks in advance,
rk777
by Klaas at 2012-11-07 06:25:17
Do you mean something like
Telnet -a myrouter
by rk777 at 2012-11-07 07:09:39
Yes
by DonJ at 2012-11-07 13:33:19
You’d just use that. PowerShell doesn’t have an alternative Telnet client - it just relies on the OS native one.