Chapter 7: Supporting Systems

Identity management, DNS, NTP, PKI, IPAM, backup, change management, and monitoring — the eight supporting systems that make segmentation operationally sustainable.


A segmentation architecture is only as strong as its supporting systems. The core security appliances enforce the policy, but without reliable identity management, accurate time synchronization, trusted certificate infrastructure, and disciplined change management, the policy enforcement will degrade over time. This chapter describes the eight supporting systems that must be designed and operated alongside the core segmentation infrastructure. The integrated diagram below shows how all supporting systems connect to the core security architecture.

Integrated Supporting Systems Ecosystem Diagram

Figure 7.1: Integrated Supporting Systems Ecosystem — Hub-and-spoke diagram showing the core network security zone (NGFW, ISFW, WAF, Bastion) at center, connected to all eight supporting systems: Identity Provider (LDAP/AD/SAML), NTP Time Hierarchy, PKI/Certificate Authority, DNS Hierarchy, Backup & Recovery, IPAM, Change Management, and Monitoring & Alerting.

7.1 Identity and Access Management Integration

Every security appliance in the segmentation architecture must integrate with the enterprise identity provider (IdP) for authentication and authorization. Local accounts should be used only for break-glass emergency access. The IdP integration ensures that when a user account is disabled in the directory, access to all security appliances is revoked simultaneously — a critical control for offboarding scenarios.

Integration Point Protocol Authentication Method Authorization Source MFA Required
NGFW admin accessLDAP / RADIUSUsername + password + MFAAD security groupYes
ISFW admin accessLDAP / RADIUSUsername + password + MFAAD security groupYes
Bastion / PAMLDAP / SAMLUsername + password + MFAPAM policy + AD groupYes
VPN / ZTNA gatewaySAML / RADIUSCertificate + MFAAD group + device policyYes
SIEM platformLDAP / SAMLUsername + password + MFASIEM role + AD groupYes
NAC (802.1X)RADIUS + LDAPEAP-TLS (certificate)AD group → VLAN policyDevice cert
Guest portalCaptive portalEmail/SMS OTPTime-limited guest policyOTP

7.2 NTP Time Synchronization Hierarchy

Accurate time synchronization is a foundational requirement for security operations. Log correlation, certificate validity, Kerberos authentication, and forensic investigation all depend on all devices having consistent, accurate timestamps. A time drift of more than a few seconds can cause Kerberos authentication failures and make log correlation unreliable. The NTP hierarchy must be designed with redundancy and must be monitored continuously.

NTP Stratum Level Device Type Time Source Redundancy Max Allowed Drift
Stratum 0GPS / atomic clock referenceGPS satelliteDual GPS receiversN/A (reference)
Stratum 1Internal NTP servers (2–3)Stratum 0 GPS devicesMinimum 2 servers<1ms
Stratum 2All security appliances, serversInternal Stratum 1 serversConfigure 2+ NTP sources<100ms
Stratum 3Endpoint devices, IoTInternal Stratum 2 serversSingle source acceptable<1s

7.3 PKI and Certificate Management

A private PKI is required for issuing certificates for TLS inspection, device authentication (802.1X EAP-TLS), admin authentication, and inter-service communication. The PKI must be designed with a two-tier hierarchy — an offline root CA and one or more online issuing CAs. The root CA private key must be stored in a hardware security module (HSM) and the root CA system must be kept offline except during issuing CA certificate renewal operations.

Certificate Use Case Issuing CA Key Algorithm Validity Period Auto-Renewal
TLS inspection (NGFW/WAF)Internal Issuing CARSA-2048 or ECDSA P-2562 yearsYes (ACME or SCEP)
Device certificates (802.1X)Internal Issuing CARSA-2048 or ECDSA P-2561 yearYes (SCEP/MDM)
Admin authenticationInternal Issuing CARSA-20481 yearManual renewal
Inter-service TLSInternal Issuing CAECDSA P-25690 daysYes (ACME)
Root CA certificateSelf-signed (offline)RSA-409620 yearsManual (planned)

7.4 DNS Architecture

The DNS architecture must be designed to support the zone model. Each zone should have its own DNS resolver configuration, and DNS queries from higher-security zones should not be forwarded to resolvers in lower-security zones. The DNS architecture must prevent DNS-based data exfiltration through query monitoring and response policy zones (RPZ).

7.5 IP Address Management (IPAM)

An IPAM system is essential for maintaining an accurate, up-to-date record of all IP address allocations across all zones. Without IPAM, firewall rules based on IP addresses will drift from reality as addresses are reassigned, and security incidents will be harder to investigate because the mapping between IP addresses and devices will be unknown. The IPAM system must be integrated with DHCP servers, DNS, and the CMDB to provide a single source of truth for IP address assignments.

Zone Subnet Range Address Assignment DHCP Scope Reserved Ranges
DMZ10.0.10.0/24Static (servers)None.1–.10 (infrastructure)
Office10.0.20.0/22DHCP (endpoints).50–.250.1–.49 (printers, phones)
Production10.0.30.0/24Static (servers)None.1–.10 (infrastructure)
Data10.0.40.0/24Static (DB servers)None.1–.10 (infrastructure)
Management10.0.50.0/24Static (bastion, PAM)None.1–.10 (infrastructure)
Security10.0.60.0/24Static (SIEM, SOAR)None.1–.10 (infrastructure)
Guest192.168.100.0/22DHCP (guests).50–.250.1–.49 (infrastructure)
IoT10.0.70.0/24DHCP (IoT devices).50–.200.1–.49 (infrastructure)

7.6 Backup and Recovery

Configuration backups for all security appliances must be taken automatically before any change and on a scheduled daily basis. Backups must be stored in a location that is accessible even if the primary management network is unavailable — typically an out-of-band management network with separate storage. Recovery procedures must be documented and tested at least annually to verify that a device can be restored to a known-good state within the RTO.

Device Type Backup Frequency Backup Method Retention Recovery RTO Target Test Frequency
NGFW / ISFWDaily + pre-changeAutomated API export90 days<30 minutesQuarterly
WAFDaily + pre-changeAutomated API export90 days<30 minutesQuarterly
Bastion / PAMDailyVM snapshot + config export90 days<60 minutesSemi-annual
SIEMDaily (config); continuous (logs)Config export + log replicationConfig: 90 days; Logs: 1 year+<4 hoursAnnual
NACDaily + pre-changeAutomated API export90 days<60 minutesSemi-annual
Switches / RoutersDaily + pre-changeTFTP/SCP automated90 days<30 minutesQuarterly

7.7 Change Management Integration

All changes to security appliance configurations — including firewall rule additions, modifications, and deletions — must go through the formal change management process. Emergency changes that bypass the standard approval process must be documented within 24 hours and reviewed at the next CAB meeting. The change management integration ensures that every configuration change is traceable to a business requirement and an approved ticket.

7.8 Monitoring and Alerting

The monitoring system must provide real-time visibility into the health, performance, and security posture of all segmentation components. Monitoring must cover both infrastructure health metrics (CPU, memory, throughput, session count) and security metrics (blocked connections, policy violations, authentication failures). Alerts must be routed to the appropriate team based on severity and category.

Metric Category Key Metrics Alert Threshold Alert Severity Notification Target
NGFW HealthCPU, memory, session count, throughputCPU >80%, sessions >90% capacityHighNetwork Ops + Security
HA StatusHA peer state, sync statusPeer down or sync failureCriticalNetwork Ops + Security + On-call
Policy ViolationsDenied connections per zone pairSpike >3x baseline in 5 minutesHighSOC Analyst
Auth FailuresFailed logins per device per hour>10 failures in 5 minutesHighSOC Analyst
Certificate ExpiryDays until certificate expiration<30 daysMediumSecurity Engineer
Log PipelineLog ingestion rate, pipeline lagLag >5 minutes or rate drop >50%HighSOC Analyst + SIEM Admin
Backup StatusLast successful backup timestampNo backup in >25 hoursMediumNetwork Ops