cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
808
Views
0
Helpful
2
Replies

Error on DevNet intro-netconf learning lab at step 4

RenatoOliveira
Level 1
Level 1

Inside  Step 4 of intro-netconf in the "Retrieving Current Configuration Details" the netconf_filter XML is wrong.

It is:

netconf_filter = """ <filter> <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> <interface></interface> </interface> </filter>"""

But should be

netconf_filter = """ <filter> <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> <interface></interface> </interfaces> </filter>"""

The last interfaces tag is write as "interface" instead "interfaces"

2 Replies 2

Hey @RenatoOliveira opened this issues with our team here --> https://github.com/CiscoDevNet/learning-labs-issues/issues/286

 

Thank you for reporting this.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

Our team confirmed this changed was fixed and pushed into production.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: