-
Notifications
You must be signed in to change notification settings - Fork 45
Support for ubiquiti_edge #20
Comments
Hello! |
Its similar to IOS Style.. I am able to interact with one of the platforms using "ubiquiti_edge" as the platform but its on Netmiko. Would love to see asyncio magic on it through netdev. Happy to test the code once its baked. Device interaction looks like this:
Netmiko supports it - https://github.com/ktbyers/netmiko/blob/develop/netmiko/ubiquiti/edge_ssh.py |
Oh, it seems to be quite simple! I'll try to add it today\tomorrow! |
Awesome. Thank you so much 👍 |
It supports terminal length command too just like Cisco. https://dl.ubnt.com/guides/edgemax/EdgeSwitch_CLI_Command_Reference_UG.pdf |
Create new vendor and make all necessary imports. The code is similar to Fujitsu Switches, so I just copied it. Related to "Support for ubiquiti_edge #20" issue Signed-off-by: Sergey <[email protected]>
Hello! I've just added support (first attempt) for Ubiquity Edge Switch to dev branch but without committing to master dev and releasing new release until you test it. Can you test it? Maybe do you need some help with that? |
Hello, Let me try this out during the weekend and will keep you posted. Thank you so much. |
Tested today and it works great.. Tried both show commands as well as tried to configured an interface... write memory works as well. Awesome.. Good for merge to Release v1.0. |
Can we add support for ubiquiti_edge please?
The text was updated successfully, but these errors were encountered: