I have made a new branch on github called dev_1_0 and I would like to implement some of the following:
If anyone wants to help on this, let me know.
Sounds good. Happy to help with running tests against as many Brocade devices as I can get my hands on. Interested in item 3 in particular.
@LindsayHill I think it would be good for item3 to figure out a way to introduce latency (somehow) into the automated testing (too hopefully make Netmiko less fragile to high-latency/slow response situations).
Happy to help @ktbyers , specifically on item number #4, I can get a hand on some SMB/Cellular devices if the idea is to grow the list of supported devices.
Anyways, let me know how I can help further.
@samulord Always open to more drivers, but I need other people to contribute them. You can see this doc for how to contribute new vendor support.
I have done the following on Netmiko_1_0:
I am probably going to release Netmiko 1_0 next week as I want to release it prior to NAPALM hackathon. Please test the dev_1_0 branch if you have time. Let me know if you see issues.
At first, thank you for your telnet driver. But iam new to github.com. Would you mind telling me how to use it please ?
Iam using SSH by the command
device = ConnectHandler(device_type='cisco_ios', ip="192.168.100.100", usern
ame="admin", password="admin")
What have i to do now ? Thank you very much again
@normalboy09 How to use the telnet driver?
Make the
device_type = 'cisco_ios_telnet'
This release is done.