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

Forum Posts

I have been trying to do basic things with ansible this week and really have struggled to find good resources and documentation that can help in moments of being stuck. I feel this is why most people I talk to have moved from ansible to python. Ansib...

What might be the best way to auto-create an Ansible playbook(s) from a pre-existing network?  Instead of manually creating all of the YAML files I need for my pre-existing network, is there a quick way to have my configs captured into a YAML file fo...

DavidKingAZ by Frequent Visitor
  • 2158 Views
  • 1 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 2
  • 2598 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 edit...

mchavesr by Cisco Employee
  • 3769 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",       ...

menzies456 by Frequent Visitor
  • 2683 Views
  • 2 replies
  • 0 Helpful votes

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 7
  • 3081 Views
  • 1 replies
  • 0 Helpful votes