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 write a simple Python program to read BGP config from my router and i keep getting errors as follows:   /home/mkabbara/env/bin/python3 /root/PycharmProjects/pythonProject/test3.pyTraceback (most recent call last):File "/root/Pychar...

Is there really any advantage for using YDK-PY instead of using RPC’s especially that we have tools like YangSuite which can generate those RPC’s for us.

hi,   not sure why CRUD service is very sensitive and can fail most of the time   from ydk.models.cisco_ios_xr import Cisco_IOS_XR_ifmgr_cfgfrom ydk.models.cisco_ios_xr import Cisco_IOS_XR_ipv4_io_cfgfrom ydk.providers import NetconfServiceProviderfr...

Hi all, I have an application that connects to multiple NCS55a2s. Occasionally, the software will request status from all of the devices (in my case, it's gathering all the alarms on the devices). To make the request go faster, each of the NETCONF re...

It seems the order of imports matter:   [root@9ca158d6bf7a ~]# python -c "from ydk.models.wireless import Cisco_IOS_XE_wireless_apf_cfg; from ydk.services import CRUDService;" [root@9ca158d6bf7a ~]# python -c "from ydk.services import CRUDService; fr...

vadigreg by Cisco Employee
  • 885 Views
  • 0 replies
  • 0 Helpful votes

Hello, I'm experiencing a crash both on Ubuntu 20.04 and RHEL8.2 (inside a docker container) with YDK 0.8.5 (official repo). Crash happens as soon as YDK tries to connect to the device (any protocol). Here is what GDB reported, I hope any of you can ...

vadigreg by Cisco Employee
  • 2244 Views
  • 6 replies
  • 0 Helpful votes

third_party/cares/cares/ares_init.c: At top level:cc1: error: unrecognized command line option ‘-Wno-invalid-source-encoding’ [-Werror]cc1: all warnings being treated as errors This happens on: NAME="Red Hat Enterprise Linux" VERSION="8.2 (Ootpa)" ID...

vadigreg by Cisco Employee
  • 1446 Views
  • 3 replies
  • 0 Helpful votes

Hello,I wrote the following request to get the list of Tengig interface on a catalyst 9K:https://10.200.1.1/restconf/data/Cisco-IOS-XE-native:native/interface/TenGigabitEthernet?fields=name;description The reply is like : {"Cisco-IOS-XE-native:TenGig...

  1.  Was trying to specify a physical channel for channel ingress config. The assignment is failing with yModelError.   >>> from ydk.models.openconfig import openconfig_terminal_device >>> terminal_device = openconfig_terminal_device.TerminalDevice(...

csrm7 by Cisco Employee
  • 349 Views
  • 1 replies
  • 0 Helpful votes