Have developer-related questions about YANG Suite? Post here and we'll get you some answers!
Have developer-related questions about YANG Suite? Post here and we'll get you some answers!
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...
Just a simple question, it is possible to route a single IP to the default route when this IP is in a range that is already routed.I have to route this whole range to a certain IP : 10.0.0.0/8 This range goes from 10.0.0.1 to 10.255.255.254The fact i...
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...
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 ...
I'm getting the following error docker-building the Dockerfile from Windows: #9 [ 5/16] RUN /bin/bash -c './test/dependencies_ubuntu.sh && ./test/dependencies_linux_gnmi.sh' #9 sha256:8b9ed68beb18e3eb3c3725b071bd8344ede679ae5597649a527ed9e03b169f...
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...
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(...
I am trying to install YDK 0.8.4 on alpine. I had installed SSH and GCC to compatible for YDK and had started ydk build from source option. At this point I am getting error as pasted below. Could someone help on this? I had attached config.log with...
I'm trying to communicate two IVR application with each other . One of them is caller , the other is called. This idea for the test autimation on ivr flows . But there is an issue on when receiver IVR asks for an input which has only DTMF options , i...
Hello.I'm trying to create a model bundle for Juniper device using YANG models stored in Juniper Git repo.I've created a profile:{ "name": "junos-19.2", "version": "0.1.0", "ydk_version": "0.8.4", "author": "horseinthesky", "copyright": "ho...
Hello.I'm trying to implement this solution to be able to describe YANG models in YAML and build appropriate models using YDK modules.But I'm kind of stuck. Here is what I'm testing right now:from ydk.services import CRUDService, CodecService from yd...
I am playing with the Netconf. I have tried both copying/pasting the XML code and with the python ncclient library. Here is my code for getting the entire router config. --- XML ---<?xml version="1.0" encoding="UTF-8" ?> <rpc message-id="101" xmlns="...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
Subject | Author | Posted |
---|---|---|
06-02-2025 06:57 AM | ||
11-30-2024 01:34 PM | ||
10-24-2024 12:59 AM | ||
11-16-2023 12:26 PM | ||
10-17-2023 06:43 AM |