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
{{ message }}
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
So today there are the following methods in napalm-base
get_bgp_neighbors() get_bgp_config()
In the network I support we are heavy EIGRP users and could use similar functionality. I think this comes back to a larger discussion from slack and here, talking about vendor specific protocols. So my proposal is to add:
get_eigrp_neighbors() get_eigrp_config()
Realistically these would only ever be implemented in the Cisco napalm flavors.
Looking at the get_route_to function, it should already support EIGRP routes.
The text was updated successfully, but these errors were encountered:
So today there are the following methods in napalm-base
get_bgp_neighbors()
get_bgp_config()
In the network I support we are heavy EIGRP users and could use similar functionality. I think this comes back to a larger discussion from slack and here, talking about vendor specific protocols. So my proposal is to add:
get_eigrp_neighbors()
get_eigrp_config()
Realistically these would only ever be implemented in the Cisco napalm flavors.
Looking at the
get_route_to
function, it should already support EIGRP routes.The text was updated successfully, but these errors were encountered: