Chapter 6: Implementation Guide

Step-by-step deployment methodology, phased rollout strategy, configuration standards, and acceptance testing procedures for production segmentation projects.


Implementing a network segmentation project in a production environment is a high-risk, high-impact activity. Unlike most IT projects, a misconfiguration in a segmentation deployment can simultaneously break legitimate business traffic and create security gaps — both outcomes are unacceptable. The implementation methodology described in this chapter is designed to minimize risk through careful planning, phased rollout, and rigorous testing at each stage before proceeding to the next.

6.1 Pre-Implementation Checklist

Before any physical or logical change is made to the production environment, the following pre-implementation checklist must be completed and signed off by the project sponsor, security team lead, and network operations lead. Items marked as mandatory cannot be waived — if they cannot be completed, the implementation must be postponed.

# Checklist Item Owner Mandatory? Verification Method
1Zone design document reviewed and approvedSecurity ArchitectYesSigned approval document
2Inter-zone access matrix reviewed and approved by zone ownersZone OwnersYesSigned approval per zone
3Change management ticket raised and approvedChange ManagerYesCAB approval record
4Rollback plan documented and tested in labNetwork EngineerYesLab test report
5Maintenance window scheduled and communicatedProject ManagerYesCommunication record
6Configuration backups taken for all affected devicesNetwork EngineerYesBackup verification report
7Lab environment test completed successfullyNetwork EngineerYesLab test report
8Monitoring alerts configured for implementation windowSOC AnalystYesAlert configuration screenshot
9Business continuity plan activated for critical servicesBusiness OwnerConditionalBCP activation record
10Vendor support on standby (if applicable)Project ManagerConditionalVendor support ticket

6.2 Phased Rollout Strategy

The recommended rollout strategy divides the implementation into five phases, each with a defined scope, success criteria, and go/no-go decision point. Phases must be completed in order — proceeding to the next phase before the current phase is fully stable is the most common cause of implementation failures. Each phase should be followed by a stabilization period of at least five business days before the next phase begins.

Phase Scope Duration Success Criteria Go/No-Go Decision
Phase 1
Infrastructure Prep
Install hardware, configure OOB management, configure HA, verify physical connectivity 1–2 weeks All devices reachable via OOB; HA failover tested; no production traffic affected Security Architect + Network Lead
Phase 2
DMZ Segmentation
Implement DMZ zone, configure NGFW DMZ policies, migrate public-facing services 1–2 weeks All published services accessible; no unintended access to internal zones; WAF operational Security Architect + App Owner
Phase 3
Management Zone
Deploy bastion host, configure PAM, migrate admin access to bastion-only paths 1–2 weeks All admin access via bastion; direct SSH/RDP blocked; session recording operational Security Architect + IT Ops Lead
Phase 4
Production Segmentation
Deploy ISFW, implement Production and Data zone policies, configure DB audit 2–4 weeks All app-to-DB flows working; unauthorized flows blocked; DB audit capturing all queries Security Architect + App Owner + DBA
Phase 5
Office and NAC
Deploy NAC, configure 802.1X, implement Office zone policies, enable guest portal 2–4 weeks All managed devices authenticated; guest devices in isolated VLAN; IoT devices profiled Security Architect + IT Helpdesk Lead

6.3 Configuration Standards

Consistent configuration standards ensure that the segmentation design is implemented correctly across all devices and that future changes are made in a controlled, predictable manner. The following standards apply to all security appliances in the segmentation architecture. Deviations from these standards require documented approval from the security architect.

6.4 Acceptance Testing Procedures

Acceptance testing verifies that the implemented segmentation matches the approved design. Testing must cover both positive tests (verifying that permitted flows work) and negative tests (verifying that denied flows are blocked). A failed negative test — where a denied flow is not blocked — is a critical finding that must be remediated before the implementation is accepted.

Test Category Test Description Expected Result Test Tool Severity if Failed
Positive — DMZAccess published web service from InternetHTTP 200 response; WAF operationalcurl, browserCritical
Negative — DMZAttempt direct connection from Internet to Office IPConnection refused / timeoutnmap, curlCritical
Positive — AdminAdmin SSH to production server via bastionSession established; recorded in PAMSSH clientCritical
Negative — AdminDirect SSH from Office to production serverConnection refused / timeoutSSH clientCritical
Positive — AppApplication server connects to database on allowed portConnection established; DB audit log entry createdApp test, DB clientCritical
Negative — DataOffice workstation attempts direct DB connectionConnection refused / timeoutDB clientCritical
Positive — NACManaged device authenticates via 802.1X and gets correct VLANCorrect VLAN assigned; network access grantedManaged endpointHigh
Negative — NACUnmanaged device attempts to connect to Office VLANRedirected to guest VLAN or blockedUnmanaged deviceHigh
HA FailoverPull active NGFW power cable; verify traffic continuesFailover within RTO target; no session lossTraffic generatorHigh
LoggingGenerate test traffic for each zone boundary; verify SIEM receiptAll test events appear in SIEM within 60 secondsSIEM queryHigh
Critical Requirement: All negative tests (denied flow tests) must pass with a 100% block rate before the implementation is accepted. A single failed negative test indicates a policy misconfiguration that could allow lateral movement or data exfiltration. Do not accept the implementation until all critical findings are remediated and re-tested.