Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is there a way to get everything that a list contains without having to provide the keys for all elements in the list and getting them individually?I.e. "ydk.models.ietf.ietf_diffserv_policy" contains a class "Policies" which again contains a list "P...
I'm trying to generate a bundle profile for Cisco IOS XE 17.2.1, however ydk-gen gives me some errors that I don't know how to solve. pyang gives the same error when I run it on the Cisco-IOS-XE-native.yang model.I'm guessing there is something wrong...
I've seen different approaches to device configuration using NetconfService. It has a number of methods but I don't see those used in the examples that I've seen. What is the best way to do device configuration with NetconfService? i.e. is edit_confi...
Trying to retrieve information from an interface gives me the following error:Found empty data tag, meaning requested data are not found on Netconf serverI know that the information exists in the box, but it seems like Netconf cannot see the data!I'...
Is there a way to extend the supported capabilities of a device?I've a Catalyst 4500 L3 Switch running IOS XE 03.11.02.E but it doesn't support any of the XE yang models.Most of the models it supports are IETF models, and when I use those models noth...
Thanks for the tip!It doesn't look like it supports (or should support) the models that I need (Mainly Cisco_IOS_XE_native). Data model related restrictions:
– Only a subset of the IETF, or common data models are supported.
– Only the Cisco device-s...