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
On a couple projects now I've had to get port-channel information from devices including a list of port-channel interfaces, their members, and the status of the member ports.
It appears none of the existing getters provide this so I've had to resort to using the Genie parser (they were all Cisco devices).
It looks like this can easily be done with NXOS, IOS, & EOS and get pretty standardized data, but I don't have a JUNOS device yet to check capabilities with.
My thoughts are output something like this:
@aj-cruz this sounds good to me and indeed a pretty simple win. If you implement this on NXOS, IOS, & EOS, I may be able to implement on Junos (and maybe on XR too) to have a decent coverage.
Just wondering if there's any work actively being done on this - I've got a bunch of custom "getters" for iosxe, iosxr, junos, nxos, and panos and I am about to write this one for all those platforms as well. If you have an agreed-upon output model I can make sure my code adheres so it can potentially be contributed back.
On a couple projects now I've had to get port-channel information from devices including a list of port-channel interfaces, their members, and the status of the member ports.
It appears none of the existing getters provide this so I've had to resort to using the Genie parser (they were all Cisco devices).
It looks like this can easily be done with NXOS, IOS, & EOS and get pretty standardized data, but I don't have a JUNOS device yet to check capabilities with.
My thoughts are output something like this:
Worth it or am I crazy?
I'd be happy to work on the project myself if I can figure out how to get this vJunos-switch going...
The text was updated successfully, but these errors were encountered: