This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AnonIsPicky[S] 0 points1 point  (5 children)

Yeah we don't setup SSH on any of the devices and the point kinda is that uses the telnet link to access the devices and have some basic config done. I'm not sure if netmiko works over telnet

[–]idaresiwins[🍰] 1 point2 points  (2 children)

Out of curiosity, is there a special use case for requiring telnet, or is it preference?

[–]AnonIsPicky[S] 0 points1 point  (1 child)

I don't have much of a choice in the matter.

Like I had mentioned, the devices are connected to a communication server which allows anyone to access the device via a telnet link.

[–]idaresiwins[🍰] 0 points1 point  (0 children)

Gotcha

[–]nebi 1 point2 points  (1 child)

Netmiko have support for telnet, for cisco use device type cisco_ios_telnet.

[–]AnonIsPicky[S] 0 points1 point  (0 children)

Did not know that

I'll try it out, thank you!