Tools

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

Forum Posts

    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
  • 643 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
  • 3667 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
  • 3221 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 Visitor
  • 1324 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 Community Member
  • 1688 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...

I am facing performance issue to add 2000 interfaces information under YANG models - yang model "from ydk.models.cisco_ios_xr import Cisco_IOS_XR_infra_statsd_oper" take about 30 seconds - yang model 'from ydk.models.juniper_show_interfaces import sh...

magedahmed by Frequent Visitor
  • 1601 Views
  • 4 replies
  • 0 Helpful votes

Does YDK has support for protobuf encoding ? That is given a YANG model, can YDK generate encoders/decoders to send/receive data in protobuf format.The below link says, its one of the non-standard approaches. http://events.linuxfoundation.org/sites/e...

hariharan.a by Community Member
  • 5651 Views
  • 4 replies
  • 0 Helpful votes

It's been awhile since we've added some sample apps for Cisco IOS XE configuration.  Here are some examples of encoding OSPF configuration in XML using the Codec service. cd-encode-xe-native-router-ospf-20-ydk.py - single area ipv4 router cd-encode-...

ydk-white-256.png
saalvare by Cisco Employee
  • 818 Views
  • 0 replies
  • 0 Helpful votes

I have read the YDK development document, from: http://ydk.cisco.com/py/docs/ . I do not find some API related with YANG notification feature. if it is that I miss something or the YDK now does not support notification? 

lxlmummy by Community Member
  • 1109 Views
  • 1 replies
  • 0 Helpful votes

Hi Experts,first of all I want to send you a lot of kudos for this amazing project.I’m working in NSO / next ui project and I stuck in a stupid question that regards a String concatenation with a {#...} variable under nx.ui.component working as "MyNo...

fmarangi by Cisco Employee
  • 1804 Views
  • 1 replies
  • 0 Helpful votes

Release data: 2019-03-15, Version: 0.8.2 Online documentation: http://ydk.cisco.com/go/docs Resolved GitHub issues Libyang error: Reached limit (65535) for storing typedefs #874 'delete' and 'replace' filters do not work properly with gNMI and CRUD ...

ygorelik by Cisco Employee
  • 1106 Views
  • 0 replies
  • 0 Helpful votes

Release data: 2019-03-15, Version: 0.8.2 Online documentation: http://ydk.cisco.com/py/docs New features and enhancements Expanded disabling of data validation to read operations with NetconfServiceProvider. Expanded disabling of data validation to ...

ygorelik by Cisco Employee
  • 656 Views
  • 0 replies
  • 0 Helpful votes