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

I am using YangSuite and am able to send RPC requests to my target device and get response etc. I wanted to know if YangSuite has a tool inside it that can convert an RPC into Python code for me  that I can use ?  I remember seeing it in another syst...

Hi, I am new to ydk. I got good understanding of ydk (9) NANOG 68 Ok We Got YANG Data Models Now What - YouTube. In the presentation (dated back in 2016) , it was mentioned "dynamic API generation" as an up coming feature. I could not find related do...

podilam by Level 1
  • 878 Views
  • 1 replies
  • 0 Helpful votes

I'm having an issues running traffic out of the specified ports in the configuration yaml file.  I am trying to run out of the interfaces as such: cisco@sre-ubjh2:/opt/trex/v2.91$ cat /etc/trex_cfg_mac.yaml ### Config file generated by dpdk_setup_por...

aacarter by Cisco Employee
  • 1135 Views
  • 0 replies
  • 0 Helpful votes

Hi, is it possible to have a multiline label?I'd like to have device type, ip address, hostname etc. as label on multiple lines.Edit: Would also like to be able to apply labels to the links as well as where the link terminates for interface numbers. ...

Hello Everyone,Is there a way to see loaded configuration before commiting it ? I'm making an analogy with Junos PyEZ library where it is possible to see difference between the running configuration and candidate one before commit.    

maxno1988 by Level 1
  • 607 Views
  • 1 replies
  • 0 Helpful votes

Dear community, I am using the ydk-cpp (generate.py -cpp) with --bundle option to generate the CPP files from yang. I have a few deviation files that need to be passed for different yang files. Is there a way to pass this information as part of the b...

akpramod by Level 1
  • 1657 Views
  • 7 replies
  • 0 Helpful votes

Hello, I'm experiencing an issue when trying to decode JSON payload to Python entity.  For example, I have a JSON like this:{"key1": { "key2": [0.56,11.2,8.3,6.4e2,0.56,27.8]}}And the model like this: container key1 {   leaf-list key2 {     type dec...

tqhuy by Level 1
  • 1605 Views
  • 3 replies
  • 0 Helpful votes

Hi Community, I am running Trex as a VM on my laptop and I am able to run a test bewteen the Trex VM and a futher VM as DUT.But now I wolud like to run test with BM router or firewalls. So my idea is to map usb 1G ethernet adapters to the trex VM to ...

smolit by Level 1
  • 2220 Views
  • 2 replies
  • 0 Helpful votes

Hi Community, I was wondering if anyone has faced this issue. The below command option is not working for me: sh ip int br | json   OR sh ip int br | json-pretty. Version: IOS XE 16.12.5. Re/Saleh Re/Sal

Salongo by Level 1
  • 2149 Views
  • 2 replies
  • 0 Helpful votes

Hello Boss, Please kindly see the question below.    Question is here,  I can get the data with filter1 but I am not able to get anything with filter2.I'd like to know what's the scenario we use  ietf-interface and what's the situation we use Cisco-I...

Hi , I am using a Centos 7.9 server.  When I try to install gcc as per the system requirements mentioned here http://ydk.cisco.com/py/docs/getting_started.html#system-requirements, I am facing ``` No package devtoolset-4-gcc* available ``` root@cafy-...

shreyash by Cisco Employee
  • 5043 Views
  • 5 replies
  • 0 Helpful votes

I am trying to generate python code for the 16121 Yang version, but it fails. https://github.com/YangModels/yang/tree/master/vendor/cisco/xe/16121I believe it is because of the Cisco-IOS-XE-bgp yang module, which I want to use.   pyang Cisco-IOS-bgp....

atarlov by Level 1
  • 1696 Views
  • 5 replies
  • 0 Helpful votes

Using postman I created a post request with to the url https://ios-xe-mgmt.cisco.com:9443/restconf/data/ieft-interfaces:interfaces with basic authentication of username: developer, password: C1sco12345, header of Content-Type: application/yang-data+j...

Top Solution Authors