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 cannot find any indication of recent activity with regard to moving the Cobra SDK forward. Specifically I am wondering if Python3 will ever be supported. Python 2.7 is going to no longer be supported after 2019, so I do not want to begin developing...
Hello,
As I am building out a library of REST calls for programming the APICs is it safe to test for a calls successful completion in the following way?
if (response.statusCode != 200) {throw new Error(apic.name + ": " + jsonResponse.imdata[0].error....
Hello,
I am attempting to find out how to create a new DVS with a VLAN pool, and VCenter credentials as a single transaction, or at least I would like the entire thing to either complete or fail. Here is what I have come up with
https://APIC-IP/api/...
Speaking in general terms I would say that the biggest reason I can think of to separate out a company's published services from its general user traffic would be to ensure the user traffic doesn't ever impact the more business-critical published ser...
Somewhere in your infrastructure there is another switch advertising better BPDUs for vlan259. Track that switch down and figure out what it's STP configuration is. Could be it's priority is 0 or it's priority is also 4096 with a lower MAC
Also, I think it would be cleaner if you created a separate VLAN just for the FW hanging off the L3 switch. It would make routing in vlan1 simpler. In the DHCP server you just need to configure VLANs 1,10,20,30 to all use the L3 switch as their gate...
Do you have routes on the FW telling it how to get to VLANs 10,20,30?route inside 192.168.10.0 255.255.255.0 192.168.0.1route inside 192.168.20.0 255.255.255.0 192.168.0.1route inside 192.168.30.0 255.255.255.0 192.168.0.1