Configuring Cisco CMX Cloud
Follow the procedure given below to configure CMX Cloud:
Before you begin
-
Configure DNS—To resolve fully qualified domain names used by NMSP cloud-services, configure a DNS using the ip name-server server_address configuration command as shown in Step 2.
-
Import 3rd party root CAs—The controller verifies the peer and the host based on the certificate that is sent by the CMX when a connection is established. However, root CAs are not preinstalled on the controller. You have to import a set of root CAs trusted by Cisco to the trustpool of the crypto PKI by using the crypto pki trustpool import url <url> configuration command as shown in Step 3.
-
A successful registration to Cisco Spaces is required to enable server url and server token parameters configuration which is needed to complete this setup.
Procedure
Command or Action | Purpose | |
---|---|---|
Step 1 |
configure terminal Example:
|
Enters global configuration mode. |
Step 2 |
ip name-server namesvr-ip-addr Example:
|
Configures the DNS on the controller to resolve the FQDN names used by the NMSP cloud-services. |
Step 3 |
crypto pki trustpool import url url Example:
|
Imports the 3rd party root CA. The controller verifies the peer using the imported certificate. |
Step 4 |
[no] nmsp cloud-services server url url Example:
|
Configures the URL used for cloud services. Use the no form of the command to delete the server url from the configuration. |
Step 5 |
[no] nmsp cloud-services server token token Example:
|
Configures the authentication token for the NMSP cloud service. Use the no form of the command to delete the server token from the configuration. |
Step 6 |
[no] nmsp cloud-services http-proxy proxy-server port Example:
|
(Optional) Configures HTTP proxy details for the NMSP cloud service. Use the no form of the command to disable the use of a HTTP proxy. |
Step 7 |
[no] nmsp cloud-services enable Example:
|
Enables NMSP cloud services. Use the no form of the command to disable the feature. |