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

I'm actually developing an application and trying to use the floorPlan information to position the image into a map. But I have these questions:- How is related corners Lat and Lng to width and height?- Also, how is related to image size?- How can I ...

vLoz by Level 1
  • 839 Views
  • 0 replies
  • 0 Helpful votes

I'm looking for a solution to enable a script for clients (local admins) to run some scripts on the switches/routers.They can enable it by running the guestshell command. But, how can I configure an alias? So that one 'keyword' enables the script. Th...

Hey folks, I'm trying to find a python script that reads from a csv file and updates existing Endpoints within ISE to reflect the new IdentityGroup and AuthorizationPolicyMatchedRule. I can only find Python queries that print info. Does anyone have a...

MikeKilo by Level 1
  • 1567 Views
  • 1 replies
  • 0 Helpful votes

Hi,I have made a html page with javascript to test some API calls to the DNA Center, but I cannot figure out how to get around the CORS policy inm my browser.I am running the page in Chrome and using jQuery for most of the stuff.I have two functions,...

Hello, i'm testing DNA center API and I'm trying to do ip pools reservation through the APISo far i was able to catch in the browser console the API to get reserved vlan for a sitebut i can't figure out the right way to create reservationsThis is an ...

I'm a communication networks student and I have a project to do some network tests using pyats xpresso dashboard [pyats xpresso][1]and I use Docker image ciscotestautomation/pyats to do the test which has Dockerfile:[Dockerfile for creating pyats-doc...

sam2021 by Level 1
  • 1216 Views
  • 0 replies
  • 0 Helpful votes

Hi,I am trying to apply regex in NetConfig get request for IOS XR in order to retrieve some huge BGP related data, so I wanted to apply regex in order to divide one huge request into many smaller ones. I could not find almost anything about regular e...