01-22-2021 05:11 PM
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"
01-22-2021 05:16 PM
Hey @RenatoOliveira opened this issues with our team here --> https://github.com/CiscoDevNet/learning-labs-issues/issues/286
Thank you for reporting this.
01-22-2021 05:17 PM
Our team confirmed this changed was fixed and pushed into production.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide