Controllers

Community space to connect, share knowledge, and seek guidance on network controllers and related topics
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

DNAC version 1.2.6 is released. And DNACasP is officially open to partner.  we are try to use intend API to develop customize application.     We find Authentication API is changed in v1.2.6.      V1.2.6 = https://10.74.82.187/dna/system/api/v1/auth/...

image001.png image002.png
daxu2 by Cisco Employee
  • 7255 Views
  • 2 replies
  • 0 Helpful votes

Hi Studying REST API and RESTCONF protocols for Cisco IOS XE I stumbled upon some examples using always-on Router ios-xe-mgmt.cisco.com. Where they use GET, POST operations with URL: https://ios-xe-mgmt.cisco.com:9443/restconf/data/ietf-interfaces:in...

I want to write code able to get all active monitoring sessions an hour back (using theSession/ActiveList API endpoint), without hardcoding the timezone. Is there any way to get the configured timezone from the API to make this a generic code?

orp by Level 1
  • 1575 Views
  • 4 replies
  • 0 Helpful votes

Resolved! porr security API

I need to know if this is possible using API over switches 9200Is necessary to verify the "error disable" status in any interface on the switches due to violation by "port security" an them perform shutdown and no shutdown to this interface.

It is my understanding that the issue is that the CU surpases the ".maxResults" of 1000. Based on my research, exceeding this threshold will impact production by creating timeouts. Is that right?   In addition, to override this limit, we need to edi...

mchavesr by Cisco Employee
  • 2614 Views
  • 2 replies
  • 0 Helpful votes

hi,i'm trying to work out how to call a list of routers for a netconf python script samtest.py,very simply shown here:Here is my list of routers:router_info.pyrouter = {"host": "172.16.8.100",          "port": "830",          "username": "xx",       ...

New to pyATS & Genie and kinda new to Python, I feel like I'm missing something very basic here but I can't figure out how to handle exceptions with Genie. I'm dumping the mac table for specific vlans, but when I dump the table for a vlan with no mac...

AJ Cruz by Level 3
  • 2265 Views
  • 1 replies
  • 0 Helpful votes