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,I am trying to automate "openconfig-vlan.yang" module using YDK. But i am getting error.Below is the Script and command i used to run script "python test_vlan_config.py ssh://admin:admin@1.1.1.1:11111":But similar script worked for cisco_ios_xr "...

balamani by Level 1
  • 1496 Views
  • 4 replies
  • 1 Helpful votes

I'm not sure this is the right place to post bugs.Anyway, here it goes:Mixed Content: The page at 'https://developer.cisco.com/site/neXt/learn/' was loaded over HTTPS, but requested an insecure script 'http://d3js.org/d3.v3.min.js'. This request has ...

gpolevoy by Level 1
  • 2298 Views
  • 1 replies
  • 0 Helpful votes

hi,I have been experimenting with NeXt over the last couple of days and have a question about the tooltips (both for nodes and links)I have a pen here... https://codepen.io/paulmelvin/pen/QMgpYOI have dragged together a working config (I am no progra...

Starting with release 0.6.0, prebuilt binaries for YDK-Cpp are now part of the Artifact Repository. This means a dramatically simpler installation experience.  Instead of downloading/cloning the YDK-Cpp code, building the libraries from source code a...

abhirame by Cisco Employee
  • 417 Views
  • 0 replies
  • 11 Helpful votes

Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:2017-08-01 version 0.6.0PythonIntroduced new YDK python core package using pybind11 to wrap around YDK C++ core(#507)Introduced ydk.path mo...

abhirame by Cisco Employee
  • 927 Views
  • 0 replies
  • 5 Helpful votes

Both ydk-gen and ydk-cpp have been updated at github.Here is a list of features that have gone into the release:Renamed some of the methods in path API to be verbs like DataNode::get_schema() instead of nouns like DataNode::schema() (#498)Add option ...

abhirame by Cisco Employee
  • 392 Views
  • 0 replies
  • 5 Helpful votes

Hi Team,I am not able to find proper documentation to find all the bpf filter options available apart from the generic usage of packet capture api.https://trex-tgn.cisco.com/trex/doc/trex_stateless.html#_packet_capturing_api_usagePlease provide the f...

Hi Team,I've observed that when we enable the service mode prior to packet capture, we're not able to start the traffic in normal mode unless we force start the ports for inducing the traffic.>>> rs = t.set_service_mode(ports = 1, enabled=True)>>> ca...

Hi, I'm looking to get detail of a BGP prefix on IOS-XR router using netconf/yang similar to what the CLI "show bgp 1.1.1.1/32" achieves. So far I can't do that.If I use the filter below<bgp xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-bgp-oper"...

thanhuwng by Level 1
  • 2009 Views
  • 3 replies
  • 0 Helpful votes

How to retrieve the interface configuration??I saw the "nc-read-xr-ifmgr-cfg-11-ydk.py", the process is just "pass"def process_interface_configurations(interface_configurations):    """Process data in interface_configurations object."""    passI trie...

yitung by Cisco Employee
  • 7627 Views
  • 18 replies
  • 2 Helpful votes