Skip to content

Choosing your management path

๐Ÿ“ Draft

Freshly written. Substance is stable โ€” only the screen-grabs from the actual SCC onboarding and cdFMC migration flows are still to come. Anything marked [verify against unit] is generic knowledge that should be confirmed against your specific 1210CE.

๐Ÿ“ You are here

{
  "hostname": "fw1210ce",
  "ftd": "FTD 7.6.0 (Build 113)",
  "mgmt_ip": "192.168.1.161",
  "domain": "uppernyack.com",
  "layer": "Layer 1 (FDM standalone)",
  "show_managers": "Managed locally.",
  "console_paths": "USB-C /dev/ttyACM0 โ†’ ser2net :9000 (primary) + FTDI RJ45 (standby, silent while USB-C plugged)"
}

The box in front of you is a working FDM standalone. You can browse to https://192.168.1.161/ right now and log in. Everything from here on is a choice about who owns the config: this box, this box + a cloud pane of glass, a cloud-only pane of glass, or a full FMC VM you host yourself.

This chapter is the interlude. Before we start pushing policy in Ch 6 โ€” FDM baseline, you should know which management model you're building toward โ€” because the thing you build in FDM this week is either the final artifact (Layer 1), a bootstrap for cloud sync (Layer 2), or scaffolding you'll migrate off entirely (Layer 3 / Layer 4). Same policy, very different lifecycle.

Acronym decoder

Acronym Expands to What it actually is
FTD Firepower Threat Defense The image running on the box โ€” the unified ASA + Firepower software. Not a manager.
FDM Firepower Device Manager On-box web UI (https://<mgmt-ip>/). Manages one FTD. Ships with the image.
FMC Firepower / Firewall Management Center The heavy multi-device manager. Physical appliance or VM.
FMCv FMC virtual The VM edition of FMC. Runs on your ESXi/KVM/Debian-KVM host. Same feature set as the appliance.
cdFMC cloud-delivered FMC Cisco-hosted FMC-as-a-service. Same UX as FMCv, no VM to run. Reached through SCC.
SCC Security Cloud Control Cisco's cloud management pane (formerly Cisco Defense Orchestrator / CDO). Front door to cdFMC and to FDM/ASA orchestration.
FMT Firewall Migration Tool Cisco's tool for moving config from FDM โ†’ cdFMC (or ASA โ†’ FTD, etc.).

There is no vFDM

FDM is on-box only. There is no "virtual FDM" you can run somewhere. If you want a manager that lives off the box, your choices are SCC (cloud), cdFMC (cloud), or FMCv (your VM). Anyone telling you they run "vFDM" is either confused or means FMCv.

The four layers

Think of management as four layers stacked on top of the same FTD image. You can stop at any layer. Moving up a layer is additive on the way up (you keep the layer below as a fallback for a while); moving back down is a factory reset.

โœ… Layer 0 โ€” Console (always active)

Serial console via ConsolePi (USB-C /dev/ttyACM0 โ†’ telnet :9000). Always available regardless of what manager owns the box. This is your break-glass path โ€” if every other layer goes dark, you get here from an RJ45 or USB-C cable and a laptop.

โœ… Layer 1 โ€” FDM standalone (CURRENT)

The box manages itself. https://192.168.1.161/, admin account, everything local. This is what you have right now, coming out of Ch 4 โ€” First boot. Full FTD feature set is available, no cloud dependency, no license server round-trips beyond the 90-day eval or your Smart Account. The ceiling: one device, one pane, no orchestration.

โญ๏ธ Layer 2 โ€” FDM + SCC (LEGACY / PREMIER TIER ONLY)

Same FDM you're using now, plus the box also registers to SCC. Config still authored in FDM; SCC provides cloud inventory + change tracking + template-based deployment + audit trail. FDM stays authoritative for policy.

Verified 2026-07-11 on a fresh SCC tenant with Firewall Management Base subscription: the modern SCC "Add Device โ†’ FTD" flow surfaces cdFMC-only onboarding. FDM-hybrid mode is NOT offered at Base tier โ€” it requires Firewall Management Premier tier or the legacy pre-Security-Cloud-Control CDO console. If your customer's tenant is Base tier, plan for Layer 3 (cdFMC); if Premier or legacy CDO, Layer 2 is still available.

See Ch 9 โ€” SCC onboarding for the tier-specific decision tree.

โญ๏ธ Layer 3 โ€” cdFMC (NEXT โ€” the arc destination at Base tier)

Full manager migration to Cloud-delivered Firewall Management Center. FDM becomes read-only for policy; every knob goes through cdFMC. Gets you full FMC feature depth (correlation rules, deep IPS tuning, multi-device policy inheritance) without running your own VM. This is what the SCC-owned FTD lifecycle actually looks like at Base subscription tier.

Layer 4 โ€” FMCv on your own Debian/KVM host โ€” is the "I want to own the whole stack" option. Same feature set as cdFMC, no Cisco cloud tenancy, but you now own patching, backups, and HA for the manager itself. Out of scope for this guide's plan of record, but the comparison matrix below covers it so you can see the tradeoff.

Comparison matrix

Question FDM only FDM + SCC cdFMC (via SCC) FMCv on Debian
Who's the boss? The box. The box; SCC observes + templates. cdFMC in Cisco's cloud. Your VM.
Where does config live? On-box only. On-box, mirrored + versioned in SCC. In cdFMC; box pulls it. In FMCv; box pulls it.
Cloud goes down โ€” what breaks? Nothing. No cloud. Nothing traffic-wise; you lose SCC orchestration until it's back. You lose the manager. Traffic keeps flowing on last-deployed policy; no new changes. Nothing. No cloud.
Local control retained? Full. Full โ€” FDM is still authoritative. Read-only on-box; FDM is disabled as a writer. Read-only on-box; FMCv is authoritative.
Cost to walk away? Zero. Un-register from SCC; box keeps running. Factory reset + re-baseline in FDM. Un-register + factory reset.
Feature depth FDM subset of FTD (most, not all). Same as FDM. Full FMC feature set. Full FMC feature set.
Matches what customers run? Small sites / branch. Multi-site with light central ops. Cisco's push for new deployments. Regulated / air-gapped / self-hosted shops.

Highlighted column = the path this lab is currently on (Layer 1 ยท FDM only). It moves as the journey progresses.

Plan of record โ€” the journey

The lab is going to walk every layer above Layer 0, in order, so you (and any customer you're mirroring) see the full lifecycle end-to-end:

  • [x] Step 1 โ€” FDM standalone. โœ… Done. This is where you are right now. FDM is authoritative, no cloud attachments. Continues through Ch 6 โ€” FDM baseline, Ch 7 โ€” Security policies, Ch 8 โ€” Talos intel.
  • [ ] Step 2 โ€” Onboard to SCC via cdFMC provisioning. โญ๏ธ Next. Enable cdFMC in the target SCC tenant, then register fw1210ce to the provisioned cdFMC instance. FDM becomes read-only for policy. See Ch 9 โ€” SCC onboarding. Note: FDM-hybrid onboarding (config still authored locally) requires SCC Premier tier or legacy CDO console โ€” not available at Base tier.
  • [ ] Step 3 โ€” FMT migration to cdFMC. โณ Queued after Step 2. Run the Firewall Migration Tool, translate the FDM policy into cdFMC, cut over. FDM becomes read-only. See Ch 10 โ€” Managing via SCC.
  • [ ] Step 4 โ€” Factory reset back to Layer 1. โณ Available anytime. Documented so the reader knows the "walk away" path exists and what it costs. See Ch 15 โ€” Troubleshooting.

You can skip Step 3 and stay on Step 2 forever โ€” that's a legitimate end state, and probably the right one for a small-office deployment. Step 3 is only worth it if you need full FMC feature depth or you're standardizing on cdFMC across a fleet.

Facts worth knowing before you commit

  • SCC and cdFMC are the same tenant. cdFMC is provisioned inside an SCC tenant, not alongside it. If you already have SCC, you already have the front door to cdFMC โ€” you just need to enable the cdFMC service on the tenant.
  • FMT is the only supported FDM โ†’ cdFMC path. There is no "just click a checkbox" migration. FMT reads the FDM config, produces an FMC-shaped policy, and lets you review before pushing. Plan a maintenance window.
  • FDM โ†’ cdFMC is one-way in practice. Cisco documents a rollback, but it's a factory reset + re-baseline in FDM. Treat Step 3 as a commit, not a toggle.
  • You cannot run FDM and cdFMC as co-authoritative. Whichever registered last owns the box. If FDM writes, cdFMC's picture goes stale; if cdFMC writes, FDM is locked read-only. Pick one writer.
  • SCC (Step 2) does not lock FDM. This is the friendly middle ground โ€” you can un-register the box from SCC without touching the running config. It's cheap to try and cheap to back out of.
  • 90-day evaluation licensing works for all four layers. You do not need to have your Smart Account wired up to complete the journey; you just need it wired up before day 90 or the box's advanced features (URL filtering, malware, IPS updates) start declining renewal.
  • Console (Layer 0) never goes away. Even at Step 3, USB-C /dev/ttyACM0 still gets you a shell. Every layer above it can fail without stranding you โ€” this is why we invested in ConsolePi first.
  • Factory reset is the escape hatch, and it's clean. Two distinct motions worth knowing: configure manager local reverts management to on-box FDM but keeps the running config; configure factory-default (or the FDM factory-reset workflow) actually empties the config back to day-zero; a full ROMMON re-image is available if the config layer itself is corrupt. There is no "stuck in cdFMC" state โ€” every state has a documented way back to Layer 1. Ch 15 covers each path with exact syntax.

Prerequisites

Next

Continue building the Layer 1 foundation before adding cloud management on top: