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.
Here is code snippet on what i am trying
>>> from ydk.path import NetconfSession>>> from ydk.path import Codec>>> from ydk.types import EncodingFormat>>> session = NetconfSession('10.64.86.95', 'lab', 'lab')
>>> root = session.get_root_schema()
>>> v...
we are doing Yang modeling for IOS-XE voice Configuration.Since i am new to this i have the following questions.1. When i create a new Model , can i add the new created Yang schema imported into YDK kit so we can use the API for new Yang model or we ...
Thanks Santiago Alvarez,
To make myself clear .We are creating models for our Component UC ( CLI and operational Data) first time in IOS-XE.Once we have created the model for our component , If i add my ydk Module to repository in YDK will it take ca...