Onboarding to Security Cloud Control โ cdFMC path¶
๐ง In progress ยท 2026-07-11 โ cdFMC prerequisites captured live ยท device-onboarding steps queued
Prerequisite discovery + Enable-cdFMC flow captured against a fresh SCC tenant. Device-add wizard + FDM enrollment + sftunnel verify steps queued for the current live-capture session.
Prerequisites:
- Ch 4 verified โ FDM reachable at
https://<mgmt-ip>/ - Ch 6 baseline complete โ hostname, DNS, static mgmt IP set
- Cisco.com account with SCC entitlement (see Step 0 below)
- Outbound HTTPS from mgmt to
*.cdo.cisco.comand*.security.cisco.comโ verify withcurl -sI https://edge.us.cdo.cisco.com/from a host on the same segment (a403or200HTTP response = reachable; connection refused / timeout = firewall problem)
Bring the 1210CE under Cisco Security Cloud Control (SCC) management via the Cloud-delivered Firewall Management Center (cdFMC) path. SCC is the unified cloud pane-of-glass for Cisco's security portfolio; cdFMC is SCC's FTD management surface.
Tier prerequisite โ this chapter's biggest gotcha¶
Verified 2026-07-11 on a fresh SCC tenant with Firewall Management Base subscription:
- The modern SCC "Add Device โ Firewall Threat Defense" flow surfaces cdFMC-only onboarding
- FDM-hybrid mode (Layer 2 in Ch 5's deployment matrix) is NOT offered at Base tier
- FDM-hybrid requires Firewall Management Premier tier OR the legacy pre-Security-Cloud-Control CDO console
Decision tree for what to do based on your customer's tenant entitlement:
| Customer tenant tier | Available onboarding paths | Chapter that applies |
|---|---|---|
| Firewall Management Base | cdFMC only | This chapter (Ch 9) |
| Firewall Management Premier | cdFMC + FDM-hybrid | This chapter for cdFMC; a Premier-tier-hybrid variant is a future edit |
| Legacy CDO console (pre-SCC unification, still exists on some accounts) | FDM-hybrid (traditional CDO onboard) | A legacy-CDO variant is a future edit |
| No tenant / no entitlement | Register account at sign-on.security.cisco.com, then Base tier is free with 25-device cap for lab use |
Start here โ Step 0 below |
Onboarding-mode consequences you have to accept before proceeding¶
The cdFMC onboarding path is destructive to FDM-authored policy. Cisco's own SCC UI warns:
"the firewall device manager will no longer manage the device, and all existing policy configurations on the device will be lost except for the basic interface configurations. Therefore, you must configure the policies from the corresponding manager."
Concrete impact:
| Config category | Survives cdFMC onboard? |
|---|---|
| Interface / management IP / hostname (Ch 6) | โ ("basic interface configurations") |
| DNS / NTP / static routes (Ch 6) | โ (basic) |
| Access rules / IPS / URL filter (Ch 7) | โ โ re-authored in cdFMC |
| Content DBs (VDB / SRU / Geo from Ch 8) | โ (on-device, not in FDM policy) |
| Smart License registration state | โ (kept) |
If your FDM already has a policy set you can't afford to lose, back it up first โ Ch 6 Backup and restore or via POST /action/configexport โ before firing this chapter.
Step 0 โ Verify SCC tenant + Firewall Management entitlement¶
0a. Sign in to Security Cloud Sign-On¶
Browser to https://sign-on.security.cisco.com and log in with the Cisco.com account that owns the tenant.
Verify: the landing page shows a "Security Cloud Control" tile under Your applications. If not, your account has no SCC entitlement โ provision it (or a free trial) before continuing.
0b. Enter or create the target organization¶
Click Launch on the Security Cloud Control tile. SSO redirect prompts to pick an organization (if you have several) or offers Create new organization.
For lab or first-time customer onboards, create a dedicated organization named for the box or engagement (e.g. fw1210ce-lab, customer-name-poc). Reasons:
- Devices land in a clean inventory instead of mixing into demo-org context
- Post-engagement cleanup is a single tenant delete instead of hunting for specific devices
- Regional edge endpoint is decided at org creation โ pin to the customer's actual region
0c. Claim / enable Firewall Management¶
The new organization defaults to no active subscriptions. Path: Administration โ Subscriptions.
Look for an in-banner "Your organization is entitled to use Firewall Management. Enable Firewall Management now." notification. Click Enable. Cisco auto-detects the account-level entitlement and provisions the tenant-level Firewall Management binding โ takes ~5 seconds. Result screen shows:
Product: Cisco Security Cloud Control Firewall Management Base
Region: North America (or your tenant's region)
Quantity: 1 instance
Status: Active
Record the subscription ID (long UUID). It's useful for audit / support tickets against the tenant.
Do NOT enable Multicloud Defense even though its notification appears โ that's a separate product for cloud-native workloads (formerly Valtix), unrelated to the 1210CE hardware FTD.
Step 1 โ Enable cdFMC in the tenant¶
Navigate to Firewall section of the SCC left nav โ Security Devices. First-time state:
Displaying 0 of 0 results
No devices or services found. You must onboard a device or service to get started.
Click the + button (top-right corner of the devices table). SCC opens the Onboard FTD Device wizard.
The wizard's first panel is exclusively titled "Enable cdFMC" for Base-tier tenants โ click it. cdFMC provisioning begins.
Cisco's own UI (the info-tooltip on the Provisioning status) states:
"This process will take 15 to 30 minutes to complete."
- Behavior during provisioning: you can navigate away; cdFMC access unlocks when ready
- Where to see progress: SCC โ Integrations โ FMC tab shows the new entry with
Status: ProvisioningยทVersion: N/AยทDevices: 0 - Signal it's done: the Status column flips from
Provisioningto the ready state; a notification bell + email typically follow
Provisioning happens on Cisco's cloud infrastructure
You're not blocking on your box during this โ the FTD isn't touched at all until Step 3. The 15-30 min wait is Cisco spinning up your dedicated cdFMC instance in the cloud region you selected in Step 0.
Step 2 โ Add Device wizard (in cdFMC)¶
๐ง Placeholder โ capture in progress
After cdFMC provisions, the Add Device wizard opens. Steps captured empirically on the live tenant, filled in the next commit:
- Device category = Firewall Threat Defense
- Deployment = Standalone
- Registration method = Registration Key (recommended)
- Device name, description, software version fields
- Token + endpoint + NAT ID generated by SCC โ the load-bearing values
Step 3 โ FDM-side enrollment¶
๐ง Placeholder
FDM API sequence to enroll to the cdFMC endpoint using the token from Step 2:
Or via FDM UI: Device โ System Settings โ Cloud Services โ Enroll.
Step 4 โ Verify sftunnel established¶
๐ง Placeholder
- SCC inventory shows the device as Online
- FDM shows a "Managed by cdFMC" banner
GET /api/fdm/latest/operational/cloudservicesinfo/...returnsconnected: true- cdFMC device list shows the FTD's serial + IP
Step 5 โ Round-trip test¶
๐ง Placeholder
A no-op deploy from cdFMC (change a device label, deploy) to prove the pipe works both ways.
Common onboarding gotchas โ reference¶
- Token expires โ SCC-side tokens have a ~1 hour countdown. If the FDM enroll doesn't fire in that window, regenerate. Ch 9's flow queues the FDM POST first so we're pasting-and-firing back-to-back.
- FW can't reach
edge.<region>.cdo.cisco.comโ check that mgmt has outbound HTTPS. Talos content updates from Ch 8 working = outbound path healthy. - Smart License in bad state โ SCC accepts EVAL entitlement for onboard. If Smart Licensing shows
Not Compliant, sort that first before onboard โ cdFMC won't let you deploy policy against a non-compliant license. - NAT / IP mismatch โ if the FTD is behind NAT (like our lab where mgmt has ISP behind UDM Pro), the NAT ID field on the SCC token matters. Cisco docs at DevNet have the specifics.
Next¶
Once the sftunnel is up and Step 5 round-trip passes, head to Ch 10 โ Managing via cdFMC for the day-to-day workflow.