bewing
bewing
I think the proposed fix makes a certain kind of sense. I hadn't run into this issue as my internal implementations sub-classes `NetworkDriver` to `OurNetworkDriver` and we re-define get_network_driver to...
Per Arista TOI (registration required) this command was added in 4.21.5F. I do not know if it immediately had JSON support in the same release https://www.arista.com/en/support/toi/eos-4-21-5f/14185-show-interfaces-transceiver-dom-thresholds
The current behavior appears to assign subsequent channels to sub-numbered interfaces: ``` switch#show int et53/1 Ethernet53/1 is up, line protocol is up (connected) Hardware is Ethernet, address is 985d.82d2.36c7 Description:...
pyeapi disables SSL verification if an SSL context is not passed in: https://github.com/arista-eosplus/pyeapi/blob/develop/pyeapi/eapilib.py#L542-L545 Unfortunately, the `pyeapi.client.connect` method does not expose this. It could be, if we switched to using `pyeapi.client.make_connection`...
This is exposed in EOS now, in release 2.4.0
Hi! Thanks for taking the time to work on this issue! I'm having some issue getting configuration to work to conform to my use case: Adding interface descriptions as tags...
> > Did u get it working? I did not, but I am not sure if my issue is PEBCAK, or if because this specific case doesn't apply to openconfig...
> Hello @bewing, > > Sorry for the late reply, I didn't have the resources available to work on this. Just checked with this specific OC model on a Cisco...
> Hello @bewing, > > Wondering what you see for the rest of the metrics under state. I'd expect that the `description` tag is attached to these, as in my...
FWIW, I believe this might come down to differences in vendor gNMI server implementations. In all my testing Arista's Octa gNMI daemon emits all individual leaf nodes subscribed to (regardless...