Hi all,I'm just starting my Netconf/Yang journey. I figured I'd start small - setting the hostname of a CSR1kv. The following works fine on IOS-XE 16.12.4:#!/usr/bin/env python3from ncclient import managerconfig_snippet = """<config> <native xmln...
How did you figure out those namespace definitions were required?Your solution works, but now I'm having a similar problem with the <cli-config-data> instruction.
No. I've tested the same config against earlier versions and the earlier versions work just fine. This is only broken in 17.3.1. My only suggestion is to roll-back the version number and test again. I've setup an alert so that I'll be notified whe...
Unfortunately, no.raise XMLError("Element [%s] does not meet requirement" % ele.tag) ncclient.xml_.XMLError: Element [{http://cisco.com/ns/yang/Cisco-IOS-XE-native}native] does not meet requirementIt seems to require the <config></config> structure.