Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Support for ubiquiti_edge #20

Open
newsera opened this issue Jan 30, 2019 · 8 comments
Open

Support for ubiquiti_edge #20

newsera opened this issue Jan 30, 2019 · 8 comments
Assignees
Milestone

Comments

@newsera
Copy link

newsera commented Jan 30, 2019

Can we add support for ubiquiti_edge please?

@selfuryon
Copy link
Owner

Hello!
Yes, of course, I can, but I haven't any Ubiquiti edge devices for testing. Do they have a virtual appliance? If not you can provide me some logs from CLI and I will add support for that!

@newsera
Copy link
Author

newsera commented Jan 30, 2019

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:

(ubi) >enable
Password:********

(ubi) #configure 

(ubi) (Config)#exit

(ubi) #exit

(ubi) >quit

Netmiko supports it - https://github.com/ktbyers/netmiko/blob/develop/netmiko/ubiquiti/edge_ssh.py

@selfuryon
Copy link
Owner

Oh, it seems to be quite simple! I'll try to add it today\tomorrow!

@newsera
Copy link
Author

newsera commented Jan 30, 2019

Awesome. Thank you so much 👍

@newsera
Copy link
Author

newsera commented Jan 30, 2019

It supports terminal length command too just like Cisco.

https://dl.ubnt.com/guides/edgemax/EdgeSwitch_CLI_Command_Reference_UG.pdf

selfuryon pushed a commit that referenced this issue Feb 2, 2019
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 <selfuryon@yandex.ru>
@selfuryon
Copy link
Owner

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?

@selfuryon selfuryon added this to the Release v1.0 milestone Feb 6, 2019
@newsera
Copy link
Author

newsera commented Feb 7, 2019

Hello, Let me try this out during the weekend and will keep you posted. Thank you so much.

@newsera
Copy link
Author

newsera commented Feb 25, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants