Cisco APIC Security Configuration Guide, Release 6.2(x)

PDF

Cisco APIC Security Configuration Guide, Release 6.2(x)

Configure FIPS mode for Cisco APIC by using the REST API

Want to summarize with AI?

Log in

Enables Federal Information Processing Standard (FIPS) mode for Cisco APIC by using the REST API.


When enabled, FIPS mode applies throughout Cisco APIC.

Procedure

Send a POST request with the following XML payload to enable FIPS mode:

Example:

POST https://<apic-ip-address>/api/node/mo/uni/userext.xml
                        
                        <aaaFabricSec fipsMode="enable"/>

To disable FIPS mode, set the @fipsMode attribute to disable .

Note

Reboot the system after changing the FIPS mode to complete the configuration.