We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9363ae3 + cc6b421 commit e586980Copy full SHA for e586980
2 files changed
intro-dnac/01_Authentication/auth.py
@@ -1,6 +1,5 @@
1
import requests
2
from requests.auth import HTTPBasicAuth
3
-import env_lab
4
import os
5
import sys
6
@@ -13,6 +12,8 @@
13
12
# Extend the system path to include the project root and import the env files
14
sys.path.insert(0, project_root)
15
+import env_lab
16
+
17
DNAC_URL = env_lab.DNA_CENTER["host"]
18
DNAC_USER = env_lab.DNA_CENTER["username"]
19
DNAC_PASS = env_lab.DNA_CENTER["password"]
intro-mdp/mission01/netconf_functions.py
@@ -183,7 +183,7 @@ def clear_ip(device):
183
<subinterface>
184
<index>0</index>
185
<ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"
186
- operation="MISSION" />
+ operation="MISSION" >
187
</ipv4>
188
</subinterface>
189
</subinterfaces>
0 commit comments