This isn't a green-field design exercise — it's a live network across HO + 18 branches already carrying production traffic. The interviewer is testing whether you can operate and improve an existing estate without breaking it, not whether you can whiteboard one from scratch.
Cisco and Fortinet switches/firewalls in one environment means real day-to-day judgment calls — feature parity gaps, differing CLI/GUI, and knowing which platform to touch for which fix. Harder to fake than reciting one vendor's cert material.
Branch connectivity rides on a carrier's metro fiber, not infrastructure you fully control. Expect questions about circuit outages, carrier escalation, and keeping branches running when the link itself is down.
This isn't "do you know what DR means" — drills are already happening on a cadence. They want proof you can keep executing (and improving) a live DR programme, including the audit/compliance trail behind it.
Full device inventory, credentials, and topology/config docs — or start building them — before making any change.
DiscoveryCapture current performance, error rates, and firewall session/CPU load as your reference point.
BaselineIdentify single points of failure, EOL hardware, stale firmware, and untested redundancy.
RiskCompare documented config/topology against actual running state; flag mismatches.
VerificationMeet the admin team, carrier/vendor contacts, and stakeholders who depend on the branches.
PeopleTurn discovery findings into a ranked fix list, starting with anything that's a single point of failure.
Executionshow cdp neighbors
show spanning-tree
show interfaces status
show standby brief
get system status
diagnose sys session list
get system performance status
diagnose debug flow trace start 10
traceroute <dest>
show interface counters errors
show ip route
| Term | Meaning |
|---|---|
| RTO | Recovery Time Objective — max acceptable downtime before failover must complete |
| RPO | Recovery Point Objective — max acceptable data loss, measured in time since last good backup/replication |
| HSRP / VRRP | First-hop redundancy protocols giving a virtual gateway IP across redundant switches |
| EOL / EOS | End-of-Life / End-of-Support — vendor stops selling/patching a platform, a driver for upgrade planning |
| Golden Config | Approved standard configuration template a site/device should match |
| Config Drift | Gradual divergence between documented/intended config and actual running config |
| Runbook | Step-by-step documented procedure for a known scenario (failover, outage response) |
| Change Window | Pre-approved time slot for making production changes, minimizing business impact |