Closed michael-burakov closed 2 years ago
I have also tried to modify constraint in YANG model but getting the same result. I don't really know how and where validation is performed.
@michael-burakov, all:
Ultimate validation is performed on the network device. However, locally modified constraints can voluntarily be honored, in which case you can prevent invalid config being sent to the device (which may have a defect!).
However, this repo isn't something monitored by vendors. When issues are encountered, please follow up with the model vendor!
Hello,
I'm using ydk-go NETCONF provider to request some operational data from Cisco Catalyst 9800. For that I generated go code from Cisco-IOS-XE (1741) yang models with help of python script in ydk-gen project. Currently I have tested with
Cisco-IOS-XE-wireless-rfid-oper.yang
andCisco-IOS-XE-wireless-access-point-oper.yang
which works fine. However, when I'm trying to read operational data by requesting data fromCisco-IOS-XE-wireless-client-oper.yang
, it fails because of a constraint onclient-oper-data/dot11-oper-data/eogre-client/vlan
:I have checked the returned by controller data and it indeed is set to 0 (which brobably means disabled)