Charles Bueche

Results 13 comments of Charles Bueche

sorry I should have listed them : ``` Collection Version ----------------- ------- ansible.netcommon 3.0.1 ansible.utils 2.6.1 cisco.ios 3.1.0 cisco.nxos 3.0.0 # .../venv/lib/python3.9/site-packages/ansible_collections Collection Version ----------------------------- ------- ... ansible.netcommon 2.6.1 ......

Here we are, somewhat edited. To me it looks like the first like of the 2nd command (`show interface Vlan 6`) below contains `up ` with a space. ``` REPLACED-VCE4#show...

ethernet interfaces do not show up the space, but vlans do : ``` REPLACED-VCE4#show interface | inc line protocol is up Vlan2 is up, line protocol is up , Autostate...

Hi, I tested with 3.3.2 and the bug is still present. Look on the 2nd line below, the space between `up` and the comma. ``` REPLACED-VCE4#show interface Vlan 6 Vlan6...

Hi Vincent, I'm right now confronted with the efficiency issue (thousands of devices, and many OID's per device), that's probably what I should call "success" :-) Question: any idea when...

ok no problem, I can wait, thanks for your work Vincent !

Hi, As I understand ghost's request and Vincent's answer on 1.12.2015, there is currently no efficient / getbulk way of getting multiple "columns" for a table using a single iteritem()...

with the 7-8 columns I need, the line length might be indecent :-) Anyway, thx, I will implement multiple iteritems() and merge the results together.

Well, sorry in advance for hijacking this thread, but maybe you are using the wrong approach. If a monitoring daemon forks python, load your script, load snimpy, libsmi, MIB's, etc,...

on SLES 15-SP4 here, I need `TERM=xterm-color` for lnav to show colorized output.