Open ktbyers opened 3 years ago
This is on a connection.load_replace_candidate(filename=filename) operation
Using:
iosxr_netconf: device_type: iosxr_netconf hostname: device.domain.com username: admin password: password optional_args: config_encoding: cli
E napalm.base.exceptions.ReplaceConfigException: {'info': '<?xml version="1.0" encoding="UTF-8"?><error-info ' 'xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" ' 'xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">\n' ' <bad-element>cli</bad-element>\n' ' ' '<bad-namespace>http://cisco.com/ns/yang/Cisco-IOS-XR-cli-cfg</bad-namespace>\n' ' </error-info>\n' ' ', 'message': None, 'path': None, 'severity': 'error', 'tag': 'unknown-namespace', 'type': 'protocol'}
We should indicate that "cli" is not supported on this platform and the minimum IOS-XR version where "cli" is supported.
@neelimapp
Sure, Kirk, will add that.
This is on a connection.load_replace_candidate(filename=filename) operation
Using:
We should indicate that "cli" is not supported on this platform and the minimum IOS-XR version where "cli" is supported.