You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* After running the script, review the node data printed. Replace the label attribute that is printed with another attribute such as role or nodeType.
137
-
* You may have noticed that no host devices are printed. Review the data and the source code, and determine why this is so along with how you would print this data. Hint: you can easily identify the host by its attribute nodeType or role.
137
+
* You may have noticed that no host devices are printed. Review the JSON data and the source code, and determine why hosts aren't printed along with how you would print this data. Hint: you can easily identify the host by its attribute nodeType or role.
138
138
* Modify the source code so that host devices are printed as well.
139
139
* Modify the source code so that interface connections to the hosts are printed as is currently done with the other network devices.
0 commit comments