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

Hi Team,         i tried to bring isis neighbour ship using ydk , Could you please help , where i wrong here ?. >>> crud<ydk.services.crud_service.CRUDService object at 0x2aad98d244a8>>>> isis<ydk.models.cisco_ios_xr.Cisco_IOS_XR_clns_isis_oper.Isis ...

baalagar by Level 1
  • 470 Views
  • 2 replies
  • 0 Helpful votes

Hi ,In our Cisco XR router (version 6.1.31) enabled below configurations netconf-yang agent ssh   ssh server netconf We are executing python script to get the output using YDK models.Some of the features/protocols we are not getting output and getti...

Hi there,Hi there,I am trying to use Python to print out the result of a CRUD read in xml format. The following works perfectly:from ydk.models.cisco_ios_xr import Cisco_IOS_XR_l2vpn_oper as L2VpnOperdef get_xconnect(provider, crud):    base_obj = L2...

gwoythal by Cisco Employee
  • 877 Views
  • 3 replies
  • 1 Helpful votes

Hi,I was looking at the options of the adding a map to the topology. Today it looks like you only support the AlbersUSA map?Documentation seems also to state it requires D3 libs.Would there be an easy to get the global geo map from D3 as background i...

xamerten by Cisco Employee
  • 2196 Views
  • 3 replies
  • 0 Helpful votes

Hi,We have a CLI-based app that leverages YANG models and I am supposed to test that, but i am clueless on where to start, I wonder if YDK can be used for that purpose.This App is probably parsing YANG models under the hood and exposing variables in ...

haksson81 by Level 1
  • 570 Views
  • 3 replies
  • 0 Helpful votes

The YDK-Py Vagrant sandbox now runs the latest version 0.5.4.  If you want to use it and are a newcomer, clone the ydk-py-samples repository: $ git clone https://github.com/CiscoDevNet/ydk-py-samples.git That repository provides over 500 samples apps...

saalvare by Cisco Employee
  • 804 Views
  • 1 replies
  • 6 Helpful votes

Hi ExpertsI found two errors when try to delete config:1. When I tried to delete a neighbor in router BGP, an error occured:File "/Users/Muyiwhy/Documents/workspace/ydk_bgp/backend/util.py", line 56, in delete    crud.delete(provider, object)  File "...

haoywang by Cisco Employee
  • 943 Views
  • 4 replies
  • 5 Helpful votes

Hi,as my first try with YDK, I'm trying to read configuration of the static routes (something I have been doing with ncclient). The code is simple:log = logging.getLogger('ydk')log.setLevel(logging.DEBUG)ch = logging.StreamHandler()log.addHandler(ch)...

dvulovic by Cisco Employee
  • 725 Views
  • 4 replies
  • 0 Helpful votes