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 reserved an Open NX-OS lab 2 last week without issue. However, today when I reserved the Open NX-OS Lab 1, I received the standard e-mails and the final one said everything was up and ready to go. I connected with Anyconnect and found I was unabl...
In version 1.0(2j) and later the ACI Python SDK (Cobra) is included on the APIC along with the docs for the SDK. The SDK documentation on the APIC can viewed by going to either https://<apic>/cobra or http://<apic>/cobra depending on if you have htt...
REST API Troubleshooting
Introduction
Every interface to the APIC goes through the REST API - CLI, GUI, Python SDK, etc. When something does not appear to be working properly with the REST API, it can have significant impact on the system as a who...
The UCS has a method of verifying that the hardware installed is supported and marking unsupported hardware as such. There is a catalog that is included in the firmware that lists the valid and supported hardware and the system collects inventory in...
Prior to UCS release 1.3(1c) it was possible for a warm reboot of an OS to cause spurious DIMM errors on the B250 blades and those errors would be incorrectly reported by UCSM and the CLI. A warm reboot is defined a reboot where the OS is restarted ...
Unless something has changed in the last 3 years, you can locally configure management ip on leaf/spine using a cmosio utility. I documented the procedure internally for TAC on 06-19-2015. Further questions should probably be directed to TAC to ve...
Hi Ramakrishnan,
I'm the original author/source of Cisco APIC Signature-Based Transactions document. It was written a couple of years ago and at the time it was written it was accurate - I was never a fan of the formatting but it went through our ...
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/2-x/rest_cfg/2_1_x/b_Cisco_APIC_REST_API_Configuration_Guide/b_Cisco_APIC_REST_API_Configuration_Guide_chapter_01.html#concept_D16AC6DC9CCD4351A4A40287487F061A
aaaLogin—Sent as a ...
I wouldn't say it was necessarily quick - you asked your first question 4 months ago. The truth is I ran across this back in February when I fixed the exact same bug in the ACI Python SDK (cobra) and I guess when I originally looked at your questi...
Since you are using python to POST this JSON, are you sorting the keys of the JSON? If not you will need to. The attributes *MUST* come before the children, this is contrary to what the JSON specification allows - objects do not have order in most ...