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

Hi,in a template I want to interate over all access interfaces (Gi...) but not over the uplink unterfaces (Te...). In the samples I found the following: {% for interface in __interface %}  {% if interface.portType == 'Ethernet Port' %}(...)  Is the a...

misch1942 by Level 1
  • 2916 Views
  • 6 replies
  • 0 Helpful votes

Hi all,  I am new to the Meraki API, was wondering Meraki API using POSTMAN does it able to pull out the IOT devices like MV12 (camera) or MT11 (sensor) statistic data? I can only pull out something like this.  Camera Analysis Data Is there any other...

Meraki API.png
KiatHL by Level 1
  • 944 Views
  • 2 replies
  • 0 Helpful votes

Hi there, I'm having problems with the genie parser library in robot framework.  I'm basically copying the approach from the example in https://pubhub.devnetcloud.com/media/genie-docs/docs/userguide/robot/index.html If I try this .robot file to parse...

Is there any way to get the NVE peer-IP for a MAC-address via NX-API Rest query? I can get the MAC-address specifics via:/api/mo/sys/mac/table.json?query-target=subtree&query-target-filter=eq(l2MacAddressEntry.macAddress,"MAC_ADDR") "l2MacAddressEntr...

jespir by Level 1
  • 1066 Views
  • 0 replies
  • 0 Helpful votes

Resolved! Reserve IP Subpool

Hello Team, I'm trying to use the "Reserve IP Subpool" REST API call. I've provided all the "required" parameters, however, i'm not having any luck.https://developer.cisco.com/docs/dna-center/#!reserve-ip-subpool Has anyone had any luck using this AP...

Regan.D by Level 1
  • 1186 Views
  • 2 replies
  • 0 Helpful votes

I am new to using the REST API, so I appreciate any guidance.   I am attempting to use Powershell and the Webex REST API to manage my users, in this case deleting a user as part of my termination script.    I've found the guide on the actual command ...

Hi, We are working on a proof of concept for staging C9300 switches via ZTP. We tested out everything in the lab first so we knew we had a valid DHCP configuration and Python script. When we unboxed some of the new switches and attempted to provision...