You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any plan to support Ubiquiti EdgeOS (a fork of VyOS)? The main difference I've noted is that the terminal length command needs a workaround in netmiko (set terminal length isn't supported on EdgeOS).
The text was updated successfully, but these errors were encountered:
On EdgeOS the vbash poisens output with ANSI escape characters wich the version of netmiko currently used seem to not filter out. Of course this breaks most of, or any screen scraping.
There is allready a fork of napalm-vyos (this), explicitly called napalm-edgeos https://github.com/barneysowood/napalm-edgeos wich I recently sent a PR for an implementation of get_lldp_neighbors_detail(). I built this to be able to integrate EdgeOS into NetBox (works).
This could theoretically work here too if someone manages to patch netmiko for EdgeOS. It is of course not tested against vyos yet. I don't have any instance running. If vyos seem to look similar, could be backported. Ask for if you like.
EdgeOS is different at detail level, for instance some commands relocated. I also would like to see this integrated into one driver because of similaritys.
Is there any plan to support Ubiquiti EdgeOS (a fork of VyOS)? The main difference I've noted is that the terminal length command needs a workaround in netmiko (set terminal length isn't supported on EdgeOS).
The text was updated successfully, but these errors were encountered: