Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All,Hope someone can help us with this. We're not successful in printing a telnet test result. Netmiko is being used with Python. Tried several methods but it's the same error. Below is the code and the output that should appear. Other commands ex...
Finally we're able to find a solution!The code below helped us. I'll be closing the discussion now. Thanks for all your inputs! from netmiko import ConnectHandler
import csv
import os
import sys
import netmiko
connection = netmiko.ConnectHandler(ip...
I tried it and it resulted in the error message below. The error message seem to be related on how the python will connect to the device which is using Telnet and the device is not be accessible via telnet for security purposes.Our goal is to run a t...