dne-dna-code icon indicating copy to clipboard operation
dne-dna-code copied to clipboard

Provides code examples for DevNet Test Drive Catalyst (DNA) series

Results 43 dne-dna-code issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Hi. If I connect to one of the sandbox XE devices, the filter works fine. (dne-dna-code/intro-mdp/netconf/get_interface_list.py) If I connect to CSR running locally (XE 17.03.02), I get following error. Sending...

Some ansible playbooks won't run on Mac using Python 3.8. This is solved by bumping the ansible version specified in requirements.txt to a modern version. ``` ansible-playbook ansible-03-netconf-config/03-ntp_create.yaml PLAY [NETCONF...

Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

In the class workflow, we have the students import all the Postman collections and environments from the main Postman folder during initial setup. The Postman files are missing from that...

Traceback: `` (venv) JRIGLER-M-G5SZ:intro-dnac jrigler$ ./cmd-run/show_command.py Traceback (most recent call last): File "./cmd-run/show_command.py", line 112, in results_fileId = execute_commands(token, deviceIdList, commandList) File "./cmd-run/show_command.py", line 47, in execute_commands task_result = post_and_wait(token,url,...

I have tried the original code on Python 3.8.2 but it kept showing errors " 'str' object cannot be interpreted as an integer". While reading the traceback, I noticed in...

https://github.com/CiscoDevNet/dne-dna-code/blob/cf299e20285252dc237ba59ebb9062ad710ecf8b/intro-python/part1/hands_on_exercise.py#L13-L20