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
Bookmark
|
Subscribe
|

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

Hi, Team   I've had a cx ask me about using DNA Center APIs for retrieving device data.   For the usage of these APIs, is there any extra cost? Would they have to get their partner or Advances Services team involved?   Regards,   Julio Monterrosa Cis...

jmonterr by Cisco Employee
  • 591 Views
  • 1 replies
  • 0 Helpful votes

Hi, I would like to know if there is a roadmap for DNAC API? So far I spent time on reading API documentation and also dnacentersdk for Python.Comparing to DNAC web gui I saw, that not all opions available via web gui are available using API.

Przemekms by Level 1
  • 604 Views
  • 1 replies
  • 0 Helpful votes

I'm trying to make an HTTP GET request with Cisco Prime: #!/opt/local/bin/perl -w use strict; use JSON-support_by_pp; use LWP 5.64; use LWP::UserAgent; $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; my $ua = LWP::UserAgent->new; my $BASE_URL = 'https:/...

Demarco by Level 1
  • 641 Views
  • 1 replies
  • 0 Helpful votes

I have several 4300 and 4400 routers that were purchased before we decided to purchase DNA.  Can I add the routers and update IOS without the license?

osensei by Level 1
  • 851 Views
  • 1 replies
  • 0 Helpful votes

Hi, Today I would like to get some information about system health. In LAB I have got ISE integrated.When using WEB interface I see status integration for PxGrix and also for ISE. Moving mouse cursor above server iconI can see date and time of last c...

Przemekms by Level 1
  • 706 Views
  • 0 replies
  • 0 Helpful votes

I am trying to run pyATS on a few CSRv routers and retrieve their routing tables. When I execute learn, pyATS looks for a vrf identified as 'default' as noted in the console file. I do not have a vrf labeled 'default', it's just the global routing ta...

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
  • 3104 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
  • 997 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
  • 1097 Views
  • 0 replies
  • 0 Helpful votes
Top Solution Authors