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.
I have APIC-EM installed and use it to configure routers and switches. We use 1921s, 3750Xs, and 2960Ss. (I know, old and outdated but that's what I have to work with for now.) I connect the switches to the management port in my office to configure...
I have a template that adds VLANs and VLAN names to switches. For some reason when the template is pushed it will not create the VLANs on the switch. When I manually paste the config in, it works fine. Any suggestions. Note, two of the VLANs are ...
I'm trying to add a RO community string for discovery in the APIC-EM controller and get the following error:Unable to add Read Community; 400:undefindedMy community string has a @ < > and ! character in it. I'm assuming this is causing the issue as ...
If your API key is tied to multiple orgs, this will only get the devices of the last org it pulls back in the list. To get all serials in all orgs, you would need to put everything in the "for org in my_org: loop".
Below should get you what you want for updating address, tags, etc. This scrip assumes you don't know your org Id and the network Id associated with each serial number. If you know that information, you can modify the script to suit your needs. To...
To be honest, I don't sue Postman so I can't comment on that. If you want to update any attribute of a device, you have to do them one by one as the API identifies devices by serial number. You could do a simple Python loop to take care of this for...