ledgley
ledgley
Also tested on 17.3.4a with same result.
@NilashishC any ETA on this?
The value is hashed in the running-config, so the value you see in the output should be a hashed value, not a clear value. FWIW - our use-case actually requires...
This would be useful for the body in the URI module too.
@hari-hud we can achieve this in Ansible Tower 3.8 by setting the Org Map like this ```json { "CN=Ansible Tower Org Admins,OU=Common,OU=Groups,DC=contoso,DC=com": { "organization_alias": "Contoso" } ``` And then by...
Unable to learn BGP - UnboundLocalError: local variable 'session_state' referenced before assignment
`NXOS: version 9.3(5)`
Unable to learn BGP - UnboundLocalError: local variable 'session_state' referenced before assignment
Seems like a workaround/solution is to instansiate the `session_state` variable, as below ```python # For address family: VPNv4 Unicast m = p31.match(line) if m: session_state = '' if 'address_family' not...
Unable to learn BGP - UnboundLocalError: local variable 'session_state' referenced before assignment
Company policy won't allow me to paste the configuration on public GitHub. Happy to raise a TAC, if you can direct me what category to raise it under.