Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:2018-07-02 version 0.7.2Bundle improvementsReleased cisco-nx-os bundle to support Cisco NX OS 7.0-3-I7-4 releaseUpdated cisco-ios-xr bundle...

abhirame by Cisco Employee
  • 856 Views
  • 0 replies
  • 0 Helpful votes

Hi,While trying to read the description of an interface ( IOS-XE) all I get as result is "empty data tag" ... I can't figure out what is it I do wrong ... help please thank you.device cfg:R1#sh run int g4Building configuration...Current configuration...

Hi,I am trying to understand the leafref statement in YANG and how it is realized in YDK-gen.I am using Cisco IOS XR 632 openconfig-interfaces.yang and try to create an interface configuration like this:     def config_openconfig_interfaces_ipv4(self...

Hi,I am trying to run linuxcfg example from confd-basic (6.3 and not newer a YDK doesn't support YANG 1.1 - python classes generation fails).NETCONF query works just fine and returns as expected a list of interfaces (as this is what I am asking for)....

Hi,While attempting to run ydk code with go on my Ubuntu machine (1.6.2, same version is in the docker container) I get:/usr/lib/go-1.6/src/github.com/CiscoDevNet/ydk-go/ydk/types/types.go:331: syntax error: unexpected = in type declaration/usr/lib/g...

Currently using most up-to-date Cygwin version (2.10.0), and trying to install ydk via pip (also most up-to-date version, 10.0.1). When I try to install the requirements, most of them work properly, but I can't seem to install https://devhub.cisco.co...

jiaqin by Level 1
  • 1925 Views
  • 3 replies
  • 0 Helpful votes

Hi TeamI was trying to install YDK in my server and tried the below things. But ended up with the error saying no module named git.https://wiki.cisco.com/display/PYATS/YDK#YDK-UsingYDK-GenRequesting you to help me on this.1. GIT Clone.git clone https...

Koushal by Cisco Employee
  • 3682 Views
  • 6 replies
  • 1 Helpful votes

So is there any example to specify xpath when doing get-config Path API ?I started with a sample as follows;root_schema = session.get_root_schema()get = Truesys = root_schema.create_datanode("ietf-interfaces:interfaces/interface", "")#sys.create_data...

Hi  !I tried to run test code with purpose to fetch configuration from deviceI used netconf service (both "get" and "get_config" operations), but face an issueIn log I could see messages like:Can't find data tag in reply sent by device<requested-devi...