tin-ot

Results 6 comments of tin-ot

before : ``` SWITCH:#sh access-lists 99 Standard IP access list 99 20 permit 127.0.0.3 30 permit 127.0.0.2 10 permit 127.0.0.1 40 deny any ``` Config ``` - name: snmp 0.1...

It's not about the collection version. It's about the commands to be wrong on the switch. As I told you, The commands are not taken into account by the switch....

( btw if you apply it a second time it works. But you can loose hand to your witch in the mean time. eg: with tty acls... it already happened...

### ``` - name: snmp nxos, override SNMP servers conf cisco.nxos.nxos_snmp_server: config: location: "{{ snmp_server.location | default(omit) }}" contact: "{{ snmp_server.contact | default(omit) }}" drop: unknown_user: true users: auth: -...

Hello, I am facing the same issue with the plugin nxos_install_os, And I can't have the timeouts set globally. Is there anything that can be done to avoid the bug...

Hello, As a workaround I fetch answers from duckduckgo instead of google. export HOWDOI_SEARCH_ENGINE=duckduckgo ( btw in linux to get the current vm's ip : `ip -br -4 a` )...