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

Hello again,   I have brought another set of sample apps for ydk-py.  This set of sample apps allow you to encode the LLDP configuration to XML.    cd-encode-oc-lldp-10-ydk.py - encode boilerplate cd-encode-oc-lldp-20-ydk.py - enable LLDP cd-encode-...

deom by Cisco Employee
  • 489 Views
  • 0 replies
  • 0 Helpful votes

  Here are new ydk-py sample apps! I have added the following CRUD sample apps for configuring LLDP using OpenConfig and gNMI.     gn-create-oc-lldp-10-ydk.py - create boilerplate gn-create-oc-lldp-20-ydk.py - enable LLDP gn-create-oc-lldp-22-ydk.py...

deom by Cisco Employee
  • 513 Views
  • 0 replies
  • 0 Helpful votes

Both ydk-gen and ydk-go have been updated at github. Online documentation is available at: http://ydk.cisco.com/go/docs Here is a list of features that have gone into the release: Bundle improvements Updated cisco-ios-xr bundle to support Cisco IOS X...

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

Both ydk-gen and ydk-py have been updated at github. Online documentation is available at: http://ydk.cisco.com/py/docs   Here is a list of features that have gone into the release:   Bundle improvements Updated cisco-ios-xr bundle to support Cisco I...

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

Both ydk-gen and ydk-cpp have been updated at github. Online documentation is available at: http://ydk.cisco.com/cpp/docs   Here is a list of features that have gone into the release:   Bundle improvements Updated cisco-ios-xr bundle to support Cisco...

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

Dear Members,   I am trying to work on the YDK and during the process of following the steps as mentioned in the below link for meeting the system requirements, I am unable to install the Darwin packages mentioned below and the error message is also ...

prsubra2 by Cisco Employee
  • 1052 Views
  • 2 replies
  • 0 Helpful votes

    This is my first commit to the ydk-py samples! I have added the following CRUD sample apps for OpenConfig LLDP.    nc-create-config-lldp-10-ydk.py - create boilerplate nc-create-config-lldp-20-ydk.py - enable LLDP nc-create-config-lldp-22-ydk.py...

deom by Cisco Employee
  • 448 Views
  • 0 replies
  • 0 Helpful votes

I had a user successfully run trex on a machine. When i tried run trex on the same machine with my username or admin, i see below error.    sudo ./_t-rex-64 -f 00_FS3k_sfr_delay_10_1g.yaml --cfg /home/qadmin/trex_4ports_cfg.yaml -c 4 -m 2 -d 360000su...

givohra by Cisco Employee
  • 2861 Views
  • 1 replies
  • 0 Helpful votes

I'm using the newest available docker image of ydk-py.  I'm using a script that takes in a YAML representation of YANG modeled configuration.  When I try applying a router id for BGP, it says the attribute doesn't exist even though the YANG model sug...

crench92 by Spotlight
  • 1793 Views
  • 4 replies
  • 0 Helpful votes

Hi All,I'm exploring nextui and running some example provided (nextui tutorial) in my local machine without any webserver. May I know is it possible to run nextui web page over apache webserver? How to do it? Appreciate for a guideline. Thank you.

jayjay19 by Level 1
  • 1043 Views
  • 0 replies
  • 0 Helpful votes

Hello,Currently I'm doing a project with the library netopeer2 and I have written the YANG model for my switch but I can't find the right XML to change the value of the device. The main problem is that I don't know how to represent more than one cont...

Skebard by Level 1
  • 1015 Views
  • 1 replies
  • 0 Helpful votes

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...

Top Solution Authors