Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is there a way to do a case-insensitive search using the api? Desired results would be to return devices named TEST, test, Test, etc Example code: import requests
import json
USER = 'REMOVED'
PASSWORD = 'REMOVED'
BASE_URL = 'https://dna.server.com...
If I am using the bgp 'aggregate-address' command do I need a network statement?From testing, it does not appear to be necessary but is this good/bad practice?Below is my proposed configuration, any suggestions you can share would be appreciated.!rou...
I don't think this is correct. My python code is not doing the comparison, it is the API that is returning results based on the supplied criteria.In python: "test".casefold() == "TEST".casefold() is a true statement.In the DNAC web interface the ad...
Will you then have one vlan for PCs and one for phones? With so few devices you are probably fine with one flat vlan for all the devices (<30) at sites A & B. I guess my question really is: do you really need to have multiple vlans at A & B if you...
One consideration is link usage and disaster recovery. STP will block any redundant links meaning that bandwidth is unused. You can work around this by making one link the root-bridge for vlan one, the second for vlan two and so on, however.Another...