Tools

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

Forum Posts

Hi, I have installed YANG suite on my VirtualBox which is based on Ubuntu 18.04.I followed the steps in the demo video(https://www.youtube.com/watch?v=smrhjL5Ayz0), but encountered an error at the step of device setting.When I tried to check connecti...

2021-06-04_110518.png
Tony_maro by Community Member
  • 2994 Views
  • 6 replies
  • 0 Helpful votes

Using Postman, I am able to pull down the MAC address table of a Catalyst 9200 with this URL: https://1.1.1.1/restconf/data/Cisco-IOS-XE-matm-oper:matm-oper-data/matm-table The results look like: { "Cisco-IOS-XE-matm-oper:matm-table": [ { ...

bunjiega by Level 3
  • 2999 Views
  • 5 replies
  • 0 Helpful votes

Hello,   When I programmatically - from a controller - try to get "lldp neighbors" using NETCONF, on the Cisco device, I see the following error (highlighted) for a neighbor Arista device. A neighbor Cisco device does not result in this error: 8:37:1...

shillyar by Cisco Employee
  • 1095 Views
  • 1 replies
  • 0 Helpful votes

Hi, Question: I'm trying to change interface ip address using ncclient. Rather than changing the IP, it keeps adding a secondary IP instead. Is there a way to change the existing ip rather than keep adding new secondary IP?  Br, Heikki

Hello, I'm having an error when trying to encode an Entity in XML with ydk 0.8.5. For example, I have a "connectivity-service" grouping with child "end-point" described here tapi-connectivity. In another yang model tapi-photonic, the "end-point" is a...

tqhuy by Frequent Visitor
  • 3484 Views
  • 8 replies
  • 0 Helpful votes

Hi, Does anybody know if there is a way to force ydk gnmi subscription (ydk.gnmi.services import gNMIService / gNMIService.subscribe) to run in background instead of lock the terminal with the message: "Started STREAM request monitoringEnter 'end' to...

 Released on April 30 2021 Resolved GitHub issuesVersion numbers in bundle resolver to comply with PEP 440 (#1007)The Executor Service fails to return module content to user (#1035)Docker base image python error (#1036)XmlSubtreeCodec fails encode le...

yangorelik by Spotlight
  • 1259 Views
  • 0 replies
  • 5 Helpful votes

Hi,  I'm trying to get the average rx and tx speed from the LAN-connected clients to a catalyst switch. I'm using this YANG model: https://github.com/YangModels/yang/blob/master/vendor/cisco/xe/1731/Cisco-IOS-XE-interfaces-oper.yang It contains some ...

Hi All, I'm exploring streaming telemetry on Cisco devices to receive operational state information. As appears, a telemetry message does not include a unit (byte, kb, etc) for the streamed value - { "name": "used-memory", "uint6...

Deepak Ladha by Community Member
  • 1399 Views
  • 1 replies
  • 0 Helpful votes

Through the NeXt UI documentation, I notice that it's mentioned that: Property Description Example value id Identifier of a link. Likewise node IDs, it should be unique among all the links. 0 source ID of a source node. If you explicitly defi...

andrwan2 by Cisco Employee
  • 1915 Views
  • 1 replies
  • 0 Helpful votes

Hello Leader, Today I run very simple pilot YDK Python script.  But It seems there is the same issue with Luis.   ydk (0.8.5)ydk-models-cisco-ios-xe (16.9.3)ydk-models-ietf (0.1.5.post2) #######################Error Message###########################...

I have created paths showing bandwidth utilization based on color, but I would like to add a tooltip showing values and a link to Grafana to show timebased graphing.  I have not been able to find tooltip options for paths, only links.  Is this possib...