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

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 1
  • 2168 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
  • 676 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

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
  • 788 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...

Through the NeXt UI documentation, I notice that it's mentioned that: PropertyDescriptionExample valueidIdentifier of a link. Likewise node IDs, it should be unique among all the links.0sourceID of a source node. If you explicitly defined it, you ma...

andrwan2 by Cisco Employee
  • 1427 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...