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 try to create a Building via Rest-Call with the next JSON-payload:{    "type": "building",    "site": {       "building": {             "name": "Test_Building",             "address": "123 Main Street",             "parentName": "Global/TestArea", ...

In Cisco Prime LAN Management Solution Version 4.2 I used to create a baseline template to check if my configs were all as it should be. (Configuration > Compliance > Baseline Compliance > Templates)It used to have plenty of things like:1) Access int...

coordabin by Level 1
  • 1629 Views
  • 2 replies
  • 0 Helpful votes

Hello, I've been following a ZTP tutorial from this link: https://networklore.com/ztp-tutorial/You guys don't have to read it, long story short, when my Cisco IOU image boots up after wiping in EVE-NG, there is no automatic DHCP request for the TFTP ...

Team, I'm trying to use the "Get IP Pool from SDA Virtual Network" REST API however, i'm not having any luck. Based on the docs, it requires the ipPoolName and and virtualNetworkName. https://developer.cisco.com/docs/dna-center/#!get-ip-pool-from-sda...

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

Hello,I am creating a script using nornir_scrapli (netconf_edit_config) to replace some NTP config for a CSR1000v running 17.03.03, however I am getting the following error when running the script: * CSR-17-3-3 ** changed : True *********************...

Cetanu by Level 1
  • 808 Views
  • 1 replies
  • 0 Helpful votes

Hello Team, We're asking for your help, because we wanted to know if we have something missing (step or configuration)... we're trying to collect from WAE Server the traffic generated by each VPN (L3VPN) configured on a CML lab, but we aren't able to...

ewilson by Level 1
  • 1159 Views
  • 0 replies
  • 0 Helpful votes

Resolved! DNA Lab Question

Hello,I am practicing this lab:https://developer.cisco.com/learning/lab/intro-dnac-cmd-run/step/3when I run the POST /v1/network-device-poller/cli/read-request to my DNAC, I got the "202 Accepted" message below: {    "response": {        "taskId": "4...

zhenningx by Level 4
  • 4158 Views
  • 4 replies
  • 0 Helpful votes

Hello folks!  i am a newbie to python scripting and making rest calls to DNA Center.  but i have a task i would like to complete using this new found skill.  i would like to pull interface data to determine if a interface has been inactive for more t...