napalm-automation / napalm-base

Apache License 2.0
32 stars 48 forks source link

Support netmiko telnet device type #231

Closed sorano closed 7 years ago

sorano commented 7 years ago

Feature request: Add support to NAPALM to force and/or failover to netmiko telnet type.

netmiko supports telnet with the telnet device type: device['device_type'] = 'cisco_ios_telnet'

https://github.com/ktbyers/netmiko/issues/159#issuecomment-245977602

sorano commented 7 years ago

oops, opened this in the wrong repo. creating a new issue in napalm-ios.