Jacob Bisby

Results 7 comments of Jacob Bisby

I'm going to +1 this issue, having similar issues with Arista EOS output. It seems that basically any query that takes a 'long' time to return any data via SSH...

@thatmattlove In my case - the official word from Arista is that it's a limitation of the way their BGP daemon works (the whole BGP table in the queried VRF...

I suspect this is being caused by the addition of the `Formatter` class in `execution/drivers/_construct.py` - this is a new addition in 1.0.4 that wasn't present in 1.0.0 Specifically -...

Further to the above - I don't have environment to test this in (so I don't want to create a pull request), but adding the following code to `_construct.py` may...

> Above solutions did not work for me in real environment, the solution I found was: > > ``` > with Formatter(self.device.nos, self.query_data.query_type) as formatter: > log.debug("==*HW*== '{}' to '{}'",...

I'm going to +1 this, without the ability to specify VRF context, these gNOI commands are rendered nearly useless for many network operators.

> ACK - this is a gap. Please feel free to open a PR to add the field :-) If you'd like help with how to do so, please ask...