Meraki MX Appliances: Required for dCloud
Important: The Cisco dCloud Team does not provide support for legacy routers. dCloud now requires Meraki MX, which offers zero configuration and is significantly more efficient and easy to use and maintain.
Important: The Cisco dCloud Team does not provide support for legacy routers. dCloud now requires Meraki MX, which offers zero configuration and is significantly more efficient and easy to use and maintain.
The following content may be very out of date and/or not applicable. Renovations are underway.




Click OK and then Exit to end the configuration tool.
You can copy the router and access point (AP) configuration files for dCloud through a web browser directly to your router.
You do not need to download customized dCloud configuration files. Instead, you copy them directly to the router console from a dCloud data center.
router> enable [Starts privileged mode; prompt changes from router> to router#]
router# copy http://dCloudDataCenter/dCloud/config/KitID/router startup-config [Copies dCloud configuration to router]
– dCloudDataCenter: Enter the URL of the dCloud data center where you added the router: Americas data center: dcloud-rtp-web-1.cisco.com APJ data center: dcloud-sng-web-1.cisco.com EMEAR data center: dcloud-lon-web-1.cisco.com GC data center: dcloud-chi-web-1.cisco.com
– KitID: Enter the Kit ID number assigned to your router in dCloud. To find the Kit ID number, log into the dCloud data center where you added the router, click Dashboard > Devices > Routers, and then in your list of routers find the router and its Kit ID.
>router# service-module wlan-ap 0 session [Connect to wireless AP console; prompt changes to ap#]
ap# copy http://dCloudDataCenter/dCloud/config/KitID/ap startup-config [Copies dCloud AP configuration to router]
ap# end [Ends connection to AP console, returns to router privileged mode; prompt changes from ap# to router#]
>router# copy running-config startup-config [Saves copied changes in default router startup file]
router# exit [Logs off from router connection]
You can copy and paste router and access point (AP) configurations for dCloud from your laptop to the router.
router> enable [Starts privileged mode; prompt changes from router> to router#]
router#
router# service-module wlan-ap 0 session [Connects to wireless AP console; prompt changes to ap#]
ap# service-module wlan-ap 0 reset default-config [Reset wireless AP configuration to factory defaults]
ap# <<copy/paste AP config file here in sections up to 25 lines each>> [Applies wireless AP dCloud configuration]
ap# end [Ends AP console connection; prompt changes from ap# to router#]
router# copy running-config startup-config [Saves changes in default router startup file]
router# exit [Logs off from router connection]
This configuration method requires access to a TFTP server and credentials to log in to the server. You can use your laptop as a TFTP server by setting up a TFTP program such as tftpd32 or tftpd64 for Windows or TftpServer for Mac on the laptop.
You can copy router and access point (AP) configurations for dCloud to a TFTP server and install the configurations from the TFTP server.
router> enable [Starts privileged mode; prompt changes from router> to router#]
router# copy tftp://TFTP-SERVER-IP-ADDRESS/ROUTER-CONFIG-FILE-router.txt startup-config [Copies router configuration to router]
router# service-module wlan-ap 0 session [Connect to wireless AP console; prompt changes to ap#]
ap# service-module wlan-ap 0 reset default-config [Resets wireless AP configuration to factory defaults]
ap# copy tftp://TFTP-SERVER-IP-ADDRESS/AP-CONFIG-FILE-ap.txt startup-config [Copies AP configuration to router]
ap# end[Ends AP EXEC mode; prompt changes from ap# to router#]
router# copy running-config startup-config [Saves changes in default router startup file]
router# exit [Logs off from router connection]
For additional Meraki information, explore Meraki LearningLabs, Documentation, and more.