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

 If you're interested in OpenConfig, you may want to check this brief overview from last year's MPLS+SDN+NFV World Congress:    Getting Started with OpenConfig - https://youtu.be/B43PRZV-CD8    The demo scripts can now be found in the YDK-Py Samples...

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

I'm tring to create IPIP or GRE tunnel:tunnel=native.interface.Tunnel()tunnel.name=999tunnel.description="test123"tunnel.vrf.forwarding="Stateful"tunnel.ip.address.primary.address="192.168.206.206"tunnel.ip.address.primary.mask="255.255.255.252"tunne...

IBMeR by Level 1
  • 1222 Views
  • 2 replies
  • 0 Helpful votes

As part of the series of samples apps for configuring IS-IS, check out Segment Routing examples for IPv4 and IPv6 routing at:https://github.com/CiscoDevNet/ydk-py-samples/tree/master/samples/basic/ydk/models/clnsAs always, make sure you review the RE...

saalvare by Cisco Employee
  • 884 Views
  • 1 replies
  • 0 Helpful votes

Hello,   While trying to encode the openconfig-network-instance, seeing a weird validation error where it fails for system-id, area-address and basically all net-ids.   network_instances = openconfig_network_instance.NetworkInstances() network_instan...

Hi Friends, i'm trying to install the IOS-XE Module (pip install ydk-models-cisco-ios-xe) but iis ending up with an error "killed"... i'm able to install IETF or IOS-XR model packages, but no IOS-XE... no matter if i create them self with generate.py...

tgyger by Level 1
  • 633 Views
  • 1 replies
  • 0 Helpful votes

I am trying to use "extend to add two values under "Cisco_IOS_XR_mpls_vpn_oper.L3vpn.Vrfs.Vrf.Interface()" to add two interface to the list but when I am trying to encode I can see only one value appear   I also tried append interface1 then interface...

During use of openconfg + ydk, exception prevents the code from an execution. My use case here is to create an addressed loopback interface on CSR, IOS-XE 16.8.1 with openconfig + ydk. (if I remove IPv4 semantics, but keep subinterface piece, code ex...

mzb by Level 1
  • 680 Views
  • 0 replies
  • 0 Helpful votes

I tried to run sample code for openconfig BGP and got the below error, this error received even when run the same sample code from vagrant virtual vm   auto@yang-vm:~/ydk-py-samples/samples/basic/codec/models/openconfig/openconfig-bgp$ python3 cd-enc...

Released on 2018-12-18, version 0.8.0   Both ydk-gen and ydk-go have been updated at GitHub.Here is a list of new features in the release:Bundle improvements  *  Updated cisco-ios-xr bundle to include previously missing action models in Cisco IOS XR ...

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

YDK 0.8.0 for Python is now out with gNMI support!!  Packages available at Pypi.org  ydk-py has also been updated at GitHub.   Released on 2018-12-18, version 0.8.0  Here is a list of new features in the release:Bundle improvements  *  Updated cisco-...

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

Released on 2018-12-18, version 0.8.0   Both ydk-gen and ydk-cpp have been updated at GitHub.Here is a list of new features in the release:Bundle improvements  *  Updated cisco-ios-xr bundle to include previously missing action models in Cisco IOS XR...

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

yanghi all,   trying to make some rpc calls using MIB models   for example, trying to use CISCO-PROCESS-MIB and get the cpu history table   i'm sending the following request, using yang-explorer.      <rpc message-id="101" xmlns="urn:ietf:params:xml:...