Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Hi, I'm trying to change admin status of an interface on a XE device (ASR920).However running the code below does not seem to have any affect! It runs with no errors, but the interface status doesn't change.Also if setting shutdown to Empty() brings ...

MahdiR by Level 2
  • 1212 Views
  • 2 replies
  • 10 Helpful votes

I would like to know if it is possible to access to the PyATS TestCases Results objects during the CommonCleanup section? What i want is to have access to steps and testcases id, results(passed or failed), description of the test, so i can create my ...

Hello Boss,Since my network environment ,   user couldn't ssh to router/switch directly . we have to ssh to jumper server first then ssh to router or switch from jumper server.  In this situation. does ncclient support jumper server environment ?  or...

Hello Community colleagues! Wondering if anyone is experiencing the same errors when trying to read with ydk-py with an OC Interfaces filter from a JunOS (MX 19.4) Seems to me that unlike the IOS-XR devices i've tried before this, JunOS  have some op...

I am trying to run a test case on XE sandbox. When I try to access documented Restconf port, I am getting that the port is used for HTTPS. But YDK does not support HTTPS protocol (known limitation). Is there a port assigned for unsecured HTTP protoco...

yangorelik by Spotlight
  • 2207 Views
  • 6 replies
  • 5 Helpful votes

Hello Yan, I tried to use your script to install YDK 0.8.5, I got this: *** Thu Sep 10 18:37:34 CEST 2020 *** dependencies_centos.sh | Running: sudo yum install python3-devel python3-venv -y Updating Subscription Management repositories. Red Hat Code...

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

Hello, as per subject, I'd like to know what's the default value of a leaf as per YANG definition. In example: leaf my-leaf { type my-cfg:my-leaf-type; default "this-is-the-default-value"; description "whatever"; } I'd like to recover "this-is-the-de...

vadigreg by Cisco Employee
  • 2631 Views
  • 7 replies
  • 0 Helpful votes

Hello, Can you give me some guidance on ydk.filters ?   I would like to figure out the principle that how to use ydk.filters ?Below are some examples from Python YDK API document.I have some findings from below examples but I am not sure if I am corr...

Hello Sir,Since Sandbox CSR1000v IOS version is 16.11.01a which is not in the /profile/bundle.So I copied Cisco-IOS-xe_16_9_3.json to Cisco-IOS-xe_16_11_1.json then did some adjustments. Something I am still not very sure. Can you give me some advice...