refriedjello
refriedjello
I had the same problem. In my case, my local GitLab server has 2FA enabled. The Personal Access Tokens page on GitLab notes that when using 2FA, the API access...
I have the same issue. Being unable to parse VRF information from ios_facts poses a significant issue for us.
@Trasmontinho Do the changes include the ability to switch to specific VDOMs instead of global mode? I've been playing around with it a bit, but no luck so far.
This is what I am using, to enter a VDOM named "myvdom" : ``` net_connect.config_mode(config_command='config vdom') net_connect.config_mode(config_command='edit myvdom') ``` I get this error back from the FortiGate: > 7657: Unknown...
If I try the first way I get this error: ``` Traceback (most recent call last): File "./cmdtemplate.py", line 24, in net_connect.send_command('edit myvdom') File "/usr/local/lib/python3.6/site-packages/netmiko/utilities.py", line 429, in wrapper_decorator return...
Thank you for looking deeper into this and all of your replies. > Allowing a function to do it under such a function can be risky due to the fact...
@ktbyers Hi Kirk, I was wondering if there was any update on this request?
I am having issues with the banner module as well. 1) It doesn't properly escape characters in the string like '/' - the banner module for NXOS handles this fine...
> If you use the latest code in Git, you'll need to use your own delimiter, but the banner should work. Pull the latest code, and then try something like:...