I am using Netconf-Yang Python libraries, with a ASR-920, having an issue with yang parsing
not recognizing the <no-address> tag the ASR920 sends as part of the response under tag when no ip is assigned on an interface.
ASR 920 OS version Fuji 16.7.1,
(sysdescr at end of issue)
Expected Behavior
Yang parses the response and no error is thrown
Current Behavior
When RPC response received from ASR 920, an error is thrown 'Cannot find child 'no-address'
Steps to Reproduce
Using netconf-yang, run crud_service.read_config against ASR920 with OS 16.7.1
I am using Netconf-Yang Python libraries, with a ASR-920, having an issue with yang parsing not recognizing the tag when no ip is assigned on an interface.
<no-address>
tag the ASR920 sends as part of the response underASR 920 OS version Fuji 16.7.1, (sysdescr at end of issue)
Expected Behavior
Yang parses the response and no error is thrown
Current Behavior
When RPC response received from ASR 920, an error is thrown 'Cannot find child 'no-address'
Steps to Reproduce
Using netconf-yang, run crud_service.read_config against ASR920 with OS 16.7.1
Your Script
Snippet of script that is causing the issue
Logs
Response from ASR 920
Error occuring during YANG parsing
System Information
Server host: Debian Buster, Python 3.7,
YDK module versions: From pip freeze:
From sysdescr against ASR920
Thanks, VB