Skip to main content

NAC for Healthcare: Securing Medical Devices and Patient Data

This guide provides a comprehensive technical reference for deploying Network Access Control (NAC) in healthcare environments, covering architecture design, authentication mechanisms, device profiling, and VLAN segmentation for medical IoT, clinical systems, and guest access. It addresses compliance requirements across HIPAA, NHS DSP Toolkit, ISO 27001, and GDPR, with concrete implementation scenarios and vendor-neutral best practices. For IT directors and CTOs in healthcare, this is the operational blueprint for securing medical devices and patient data without disrupting clinical workflows.

📖 8 min read📝 1,980 words🔧 2 worked examples3 practice questions📚 10 key definitions

Listen to this guide

View podcast transcript
Welcome back to the Purple Enterprise IT Briefing. I'm your host, and today we're diving into a critical topic for any IT director or CTO managing a healthcare facility: Network Access Control, or NAC, specifically focusing on securing medical devices and patient data. If you're managing a hospital network, you know the perimeter is dead. You've got MRI scanners, smart IV pumps, staff BYOD, and thousands of guest devices all fighting for airtime and switch ports. Today, we're going to break down how to lock that down without breaking clinical workflows. Let's start with the context. Why is NAC so critical in healthcare right now? It comes down to the explosion of the Internet of Medical Things — IoMT. Ten years ago, your biggest worry was a doctor's laptop getting a virus. Today, you have headless devices — infusion pumps, patient monitors — running legacy operating systems that can't run an antivirus agent. If one of those gets compromised, it's not just a data breach; it's a patient safety issue. And from a compliance standpoint — HIPAA in the US, the NHS DSP Toolkit in the UK, GDPR in Europe — if you can't prove exactly who and what is on your network, you are out of compliance. Period. So, let's get into the technical deep-dive. How do we actually build this? A modern NAC architecture relies on three core pillars: Identity, Posture, and Segmentation. First, Identity. For your corporate devices — staff laptops, workstations — you need to be moving to 802.1X with EAP-TLS. That means certificate-based authentication. Passwords can be phished; machine certificates are cryptographically secure. But what about those medical IoT devices? They don't support 802.1X. That's where MAC Authentication Bypass, or MAB, comes in. The switch sees the MAC address and asks the NAC server, 'Do you know this device?' But MAB alone is weak — MAC addresses can be spoofed. This leads us to the second pillar: Posture and Profiling. Your NAC system needs to act like a detective. It shouldn't just trust the MAC address. It needs to look at DHCP fingerprints, HTTP User-Agent strings, and traffic patterns to say, 'Yes, this MAC address belongs to a Philips IntelliVue monitor, and it's behaving like one.' If that monitor suddenly starts running an Nmap scan of your subnet, the NAC system needs to instantly quarantine it. And that brings us to the third pillar: Segmentation. Once a device is authenticated and profiled, where does it go? You cannot have a flat network. You need dynamic VLAN assignment. When a doctor logs in with their corporate laptop, the NAC server pushes a policy to the switch putting them in the Clinical VLAN. When an IV pump connects, it goes into a highly restricted IoT VLAN that can only talk to its specific management server. And when a patient connects their iPad? They go straight to the Guest VLAN, handled by a robust captive portal solution — like Purple's Guest WiFi platform — completely isolated from the clinical side. Let's talk about implementation. How do you roll this out without taking down the ICU? The golden rule of NAC deployment is: Monitor first, enforce later. You start in Monitor Mode. You configure your switches to send authentication requests to the NAC server, but you tell the NAC server to allow everything. You let it run for weeks. You gather data. You build a comprehensive profile of every device on your network. You will find shadow IT. You will find devices you didn't know existed. Once you have that baseline, you move to Phase 2: Policy Definition. You build your VLANs, you write your Access Control Lists. Then, Phase 3: Enforcement. And you do this gradually. You start with low-impact enforcement — blocking known bad traffic. Then you move to closed mode, department by department. Start with the administrative offices. Work out the kinks. Do the critical care units last. What are the common pitfalls? The biggest one we see is the 'Silent IoT Device.' Some medical devices go to sleep to save power. When they wake up, they don't always re-authenticate properly, and the switch drops them. You need to tune your MAC aging timers and ensure your profiling engine can handle these transient connections smoothly. Another major consideration is your failure mode. If your NAC server goes offline, what happens? In a corporate office, you might fail-closed — nobody gets on the network until the server is back. In a hospital, a fail-closed policy might mean an imaging machine can't send a critical scan to the ER. You often have to design a fail-open or restricted-access fallback for critical clinical VLANs, relying on strong network-level ACLs to maintain security during an outage. Let's do a rapid-fire Q&A based on questions we get from IT directors. Question 1: 'Can I just use WPA3-Enterprise for everything?' Answer: No. WPA3 is fantastic for wireless security, but it doesn't solve the wired network problem, and many legacy medical devices don't support it yet. You need a holistic NAC strategy that covers wired, wireless, and VPN access. Question 2: 'How does guest WiFi fit into this?' Answer: Guest WiFi is the most dangerous traffic on your premises. You must use a dedicated platform that handles the captive portal, terms of service, and bandwidth throttling, ensuring that traffic is completely segregated from your clinical network. Purple's platform is excellent for this, and the analytics you get can actually help venue operations understand visitor flow. To summarise: NAC in healthcare is not optional. It's the foundation of zero-trust security. One: Use 802.1X EAP-TLS for corporate devices. Two: Use MAB with deep profiling for medical IoT. Three: Micro-segment your network dynamically. Four: Deploy in Monitor Mode first. Never rush enforcement. That's it for today's briefing. For a complete technical breakdown, including architecture diagrams and vendor-specific configuration guides, check out the full reference guide on our site. Thanks for listening, and keep your networks secure.

header_image.png

執行摘要

保護現代醫療網路的安全已不再僅僅是防禦邊界,而是要管理院區內爆炸性成長的聯網設備。從核磁共振造影(MRI)掃描儀、智慧輸液幫浦到病患平板電腦和訪客智慧型手機,龐大數量且多樣化的端點創造了前所未有的攻擊面。網路存取控制(NAC)是識別、驗證和授權每個連接到網路的設備所需的關鍵基礎設施,可確保醫療設備和病患資料的安全。

對於醫療機構的技術長(CTO)和 IT 總監而言,部署強大的 NAC 解決方案是符合 HIPAA、NHS DSP Toolkit 和 GDPR 規範,以及有效降低風險的必要條件。本指南針對醫療環境量身定制,深入探討 NAC 架構、實作策略和最佳實踐。我們將探討如何實現零信任網路存取、將臨床 IoT 設備與公共流量進行區隔,並利用 Guest WiFi 等解決方案安全地管理訪客存取,同時不影響核心臨床網路的安全。

技術深度剖析

醫療網路的挑戰

醫療網路具有獨特的複雜性。它們必須同時支援對運作時間和資料完整性有嚴格要求的臨床系統、大量執行舊版作業系統的醫療物聯網(IoMT)設備、員工的個人攜帶設備(BYOD),以及數千台未受管理的病患和訪客設備。傳統的邊界安全或靜態 VLAN 分配在這種環境中完全不敷使用。必須採用動態、以身分為導向的方法,在整個網路架構中實施最小權限存取。

問題的規模非常龐大。一間典型的 500 床醫院在任何給定時間可能擁有超過 10,000 台聯網設備。其中只有不到 30% 的設備能夠執行傳統的端點安全代理程式。其餘 70% 的設備(輸液幫浦、病患監視器、影像設備、智慧病床)必須透過網路層級的控制而非主機型控制來確保安全。這正是 NAC 旨在解決的問題。

核心 NAC 架構

在醫療保健環境中,生產級的 NAC 部署仰賴四個協同運作的核心組件。Supplicant 是連接裝置上的用戶端軟體或原生作業系統組件,負責發起驗證交換。對於缺乏 Supplicant 功能的無周邊 IoT 裝置,則使用 MAC 驗證繞過 (MAB) 作為備用方案。Authenticator 是網路存取裝置(交換器或無線存取點),負責攔截連線請求並充當守門人,將憑證轉發給驗證伺服器。Authentication Server(通常是基於 RADIUS 的原則引擎,例如 Cisco ISE、Aruba ClearPass 或 ForeScout)是系統的中央智慧核心;它負責驗證身分、評估狀態,並傳回帶有動態 VLAN 分配的授權決策。最後,Directory Store(通常是 Microsoft Active Directory 或 LDAP)提供使用者和裝置的身分記錄,供 RADIUS 伺服器驗證請求。

驗證機制

IEEE 802.1X 是基於連接埠之網路存取控制的黃金標準。它提供了一個框架,用於封裝 Supplicant 與驗證伺服器之間的 EAP(可延伸驗證協定)訊息。對於企業擁有的裝置,強烈建議使用 EAP-TLS(基於憑證的雙向驗證),而非 PEAP-MSCHAPv2(基於密碼)。EAP-TLS 完全消除了憑證遭竊取的管道——如果驗證需要由內部 PKI 簽署的有效機器憑證,那麼即使密碼外洩也無法取得網路存取權限。

MAC 驗證繞過 (MAB) 是針對無法支援 802.1X 裝置(這涵蓋了大多數醫療 IoT 設備)的務實解決方案。Authenticator 使用裝置的 MAC 位址作為其身分憑證。由於 MAC 位址可以被偽造,單靠 MAB 的防護力較弱,但若結合深入的裝置剖析與行為分析,它就會成為管理已知醫療裝置的強大控制措施。

Captive Portal 驗證是適用於訪客和病患存取的機制。實施完善的 Guest WiFi 解決方案可處理使用者註冊、接受服務條款以及頻寬管理,確保公共流量從裝置與存取點關聯的那一刻起,就與臨床網路完全隔離。

architecture_overview.png

裝置剖析與狀態評估

瞭解「誰」正在連線只是成功的一半;掌握他們使用「什麼」裝置連線也同樣至關重要。裝置剖析 (Device Profiling) 結合了被動與主動網路探測技術(DHCP 指紋、HTTP User-Agent 字串、SNMP 查詢、基於 Nmap 的主動掃描以及流量模式分析),用以分類網路上的每一個裝置。一個調校良好的剖析引擎,光是根據網路行為,就能區分出 Philips IntelliVue 病患監視器與 Baxter Sigma Spectrum 輸液幫浦,即使兩者都是透過 MAB 進行連線。

狀態評估 (Posture Assessment) 適用於受控的企業裝置。在授予臨床 VLAN 的存取權限之前,NAC 系統會查詢端點的合規性:作業系統是否已修補到要求的版本?防毒軟體特徵碼資料庫是否為最新?是否已啟用全磁碟加密?未通過狀態檢查的裝置會被動態分配到修復 VLAN,在該處可以接收更新,但無法存取臨床系統。

實作指南

在運作中的醫院環境中部署 NAC 需要縝密的規劃,以避免中斷關鍵的照護服務。分階段進行不僅是建議作法,更是強制要求的步驟。

第一階段:探索與剖析(監控模式)

首先將 NAC 解決方案部署在「監控模式 (Monitor Mode)」。設定交換器與存取點將驗證請求轉發至 NAC 伺服器,但指示伺服器允許所有存取,同時記錄每一次連線。執行此階段至少四週,以涵蓋所有輪班時段與裝置使用模式。此階段的產出是網路上每個裝置的完整且經過驗證的清冊,其中包括可能未出現在 CMDB 中的影子 IT (Shadow IT) 和舊型設備。利用這些數據來精煉裝置剖析規則,並識別出在強制執行期間需要特殊處理的任何裝置。

第二階段:原則定義與 VLAN 區隔

根據探索到的數據,定義對應到特定 VLAN 的細粒度存取原則。臨床 VLAN 應限制僅允許透過 802.1X EAP-TLS 驗證的授權人員裝置,以及透過 MAB 驗證且經過驗證剖析的已知醫療 IoT 裝置。IoT VLAN 應依裝置類別進一步細分(例如:輸液幫浦專用 VLAN、影像設備獨立 VLAN),並搭配嚴格的 ACL,僅允許與各裝置類別所需的特定管理伺服器進行通訊。訪客 VLAN 則將所有未經驗證的流量導向 Captive Portal,並利用整合了 WiFi Analytics 的平台來提供營運可見度,同時與內部網路保持完全隔離。

如需特定廠商的設定指引,請參閱我們關於 如何在 Cisco Meraki 中設定 VLAN 導向的 NAC 原則 的詳細教學。

第三階段:漸進式強制執行

從監控模式(Monitor Mode)分階段過渡到強制執行模式(Enforcement Mode)。首先從**低影響強制執行(Low-Impact Enforcement)開始:套用基本的 ACL 以阻擋已知的惡意流量模式,但允許大多數合法流量。利用此階段在影響臨床運作之前,識別並解決任何原則設定錯誤。接著過渡到關閉模式(Closed Mode)**強制執行,並逐個部門推廣——行政區域優先,臨床支援區域次之,重症監護病房最後。在每個階段,請維持快速復原程序,並確保臨床工程團隊隨時待命,以驗證醫療設備在強制執行後能正常運作。

compliance_framework.png

最佳實踐

強制執行憑證型驗證。 對於所有公司擁有的設備,使用由內部 PKI 核發之機器憑證的 EAP-TLS 應是唯一接受的驗證方法。密碼是安全隱患;憑證則否。

微細分(Micro-Segment)醫療 IoT。 請勿將所有醫療設備歸入單一的 IoT VLAN。按設備類別進行細分並套用零信任 ACL。輸液幫浦應該只能存取其特定的管理伺服器和 EMR 系統——其他一概不許。設備類別之間的橫向移動應在網路層進行阻擋。

實施持續行為監控。 NAC 並非設定後即可置之不理的控制措施。將您的 NAC 原則引擎與 SIEM 或網路偵測與回應(NDR)平台整合。如果已建立設定檔的 IoT 設備開始表現出異常行為——例如非預期的連接埠掃描、異常的外網連線——NAC 系統應動態隔離該設備,而無需等待人工介入。

最佳化您的無線基礎架構。 確保您的存取點(AP)部署能為每個臨床區域的設備密度提供充足的覆蓋範圍和容量。瞭解不同無線頻段的影響至關重要——我們的指南 Wi Fi Frequencies: A Guide to Wi-Fi Frequencies in 2026 涵蓋了混合 IoT 和臨床環境中 2.4 GHz、5 GHz 和 6 GHz 之間的實際權衡。

將訪客存取整合為一等安全控制。 訪客 WiFi 並非可有可無——它是您網路上風險最高的流量類型之一。專用的 Guest WiFi 平台可確保患者和訪客的設備與臨床網路隔離、進行驗證並獨立管理。產生的 WiFi Analytics 數據還能支援患者流量和設施管理方面的營運改善。

疑難排解與風險緩釋

常見故障模式

靜默 IoT 設備 (Silent IoT Device) 是醫療保健 NAC 部署中最常見的運作問題。進入低功耗睡眠狀態的醫療設備會斷開其網路連線,並在喚醒時無法正確重新進行驗證。其結果是,該設備在 NAC 系統中顯示為離線,但實際上存在並試圖運作。緩解措施包括調整交換器上的 MAC 老化計時器,以匹配每個設備類別的預期睡眠週期,並設定 NAC 剖析引擎以識別返回的設備,而無需進行完整的重新驗證週期。

憑證過期 是一種系統性風險,如果未進行主動管理,可能會同時鎖定數百台員工設備。請使用 SCEP 或 EST 協定實施自動化憑證生命週期管理,並針對 60 天內過期的憑證設定警報。在設備群組之間交錯進行憑證更新週期,以避免同時發生大規模過期。

RADIUS 伺服器設定錯誤 — 網路存取設備上不正確的 IP 位址、不匹配的共用金鑰或設定錯誤的 EAP 方法 — 會導致無聲的驗證失敗,若沒有適當的記錄,這將難以診斷。使用集中式網路管理將標準化的 RADIUS 設定推送到所有交換器和存取點,並實施 RADIUS 記帳以提供所有驗證事件的稽核軌跡。

故障開啟 (Fail-Open) 與 故障關閉 (Fail-Closed) 的決策

這是醫療保健 NAC 部署中最重要的架構決策。故障關閉原則(如果無法連線到 NAC 伺服器則拒絕網路存取)提供了最強的安全防護,但在伺服器中斷期間存在隔離關鍵生命醫療設備的風險。故障開啟原則(如果伺服器故障則授予受限存取權限)可維持臨床連續性,但會產生安全控制力降低的空窗期。推薦的方法是分層故障原則:關鍵臨床 VLAN 故障開啟,並配備強大的網路級 ACL,而行政和訪客 VLAN 則故障關閉。在多個實體位置或可用區域中部署高可用性叢集中的 NAC 原則引擎,以盡量減少觸發此決策的頻率。

ROI 與商業影響

在醫療保健領域部署 NAC 的商業案例在多個維度上都非常引人注目。主要驅動因素是降低風險:如果將監管罰款、法律費用、補救成本和商譽受損等因素考慮在內,單次涉及受保護健康資訊 (PHI) 且需通報的資料外洩平均成本將超過 1,000 萬美元。NAC 透過確保只有獲得授權且合規的設備才能存取包含 PHI 的系統,直接降低了此類事件發生的機率和潛在的波及範圍。 營運效率是次要但顯著的效益。自動化裝置分析與上線流程消除了手動交換器連接埠設定,這在沒有 NAC 的環境中會消耗大量 IT 服務台時間。臨床工程團隊可獲得即時、精確的裝置清單,以支援生命週期管理、維護排程和採購規劃。

合規態勢得到直接提升。HIPAA 的存取控制標準 (45 CFR §164.312(a)(1))、NHS DSP Toolkit 的網路安全要求,以及 GDPR 第 32 條處理安全義務,皆要求對存取含有患者資料系統的人員與裝置進行可證明的控制。記錄完善的 NAC 部署可提供滿足這些義務所需的稽核證據。

最後,患者體驗受益於實施完善的訪客存取策略。為患者和訪客提供可靠、安全的 Guest WiFi 可提高滿意度評分,而底層的 WiFi Analytics 數據則支援病床管理、訪客流量和設施利用率等營運改善。

Key Definitions

Network Access Control (NAC)

A security framework that enforces policy-based control over which devices and users are permitted to connect to a network, and what resources they can access once connected. NAC combines authentication, device profiling, posture assessment, and dynamic policy enforcement.

IT teams encounter NAC as both a product category (Cisco ISE, Aruba ClearPass, ForeScout) and an architectural approach. In healthcare, NAC is the primary mechanism for enforcing network segmentation between clinical systems, medical IoT, and guest access.

IEEE 802.1X

An IEEE standard for port-based network access control that provides an authentication framework for devices wishing to connect to a LAN or WLAN. It defines the roles of the supplicant (client), authenticator (switch/AP), and authentication server (RADIUS), and encapsulates EAP messages between them.

802.1X is the authentication mechanism used for corporate-owned devices in a NAC deployment. IT teams configure it on both the network access devices (switches, APs) and the endpoint devices (via OS-level supplicant settings or Group Policy).

MAC Authentication Bypass (MAB)

A fallback authentication mechanism used for devices that cannot support 802.1X. The network access device uses the connecting device's MAC address as its identity credential, forwarding it to the RADIUS server for authorisation.

MAB is the primary authentication method for medical IoT devices in healthcare NAC deployments. It must be combined with device profiling to provide meaningful security, as MAC addresses can be spoofed.

EAP-TLS (Extensible Authentication Protocol - Transport Layer Security)

A certificate-based EAP method that provides mutual authentication between the client and the authentication server using X.509 digital certificates. Both the client and the server present certificates, eliminating the password-based credential theft vector.

EAP-TLS is the recommended authentication method for corporate devices in healthcare NAC deployments. It requires a functioning internal PKI to issue and manage machine certificates.

VLAN Steering

The dynamic assignment of a connecting device to a specific VLAN based on the authentication result and policy decision from the NAC system. The RADIUS server returns a VLAN ID (or VLAN name) as part of the Access-Accept response, and the authenticator places the device's port into that VLAN.

VLAN steering is the mechanism by which NAC enforces network segmentation. IT teams configure RADIUS attributes (Tunnel-Type, Tunnel-Medium-Type, Tunnel-Private-Group-ID) on the authentication server to specify the target VLAN for each device class.

Device Profiling

The process of identifying the type, manufacturer, and operating system of a connecting device using passive network probes (DHCP fingerprints, HTTP User-Agent strings, mDNS/Bonjour advertisements) and active scanning techniques (Nmap, SNMP queries).

Device profiling is essential for accurately classifying medical IoT devices in a healthcare NAC deployment. Without profiling, MAB-authenticated devices are indistinguishable from each other, making it impossible to apply device-class-specific access policies.

Posture Assessment

The evaluation of a connecting device's security compliance state before granting network access. Posture checks typically verify OS patch level, antivirus signature currency, disk encryption status, and the presence of required security software.

Posture assessment applies to managed corporate devices (laptops, workstations) in a healthcare NAC deployment. Devices that fail posture checks are dynamically assigned to a remediation VLAN where they can receive updates but cannot access clinical systems.

Quarantine VLAN

A restricted network segment to which non-compliant or unrecognised devices are assigned when they fail authentication or posture assessment. The quarantine VLAN typically provides access only to remediation resources (patch servers, antivirus update servers) and blocks access to all clinical and corporate systems.

IT teams use quarantine VLANs as the enforcement mechanism for NAC policy violations. A device in the quarantine VLAN is effectively isolated from the rest of the network while still being able to receive the updates needed to achieve compliance.

IoMT (Internet of Medical Things)

The ecosystem of connected medical devices and healthcare applications that communicate over networks to collect and transmit patient data. IoMT includes infusion pumps, patient monitors, imaging equipment, smart beds, and wearable health monitors.

IoMT devices represent the largest and most challenging device category in a healthcare NAC deployment. They typically run legacy operating systems, cannot support endpoint security agents, and require specialised profiling and micro-segmentation strategies.

Zero-Trust Network Access (ZTNA)

A security model that eliminates implicit trust from the network architecture. Under ZTNA, no device or user is trusted by default, regardless of their network location. Every access request must be explicitly authenticated, authorised, and continuously validated.

ZTNA is the architectural philosophy that underpins modern NAC deployments. In healthcare, ZTNA means that even a device on the clinical VLAN must continuously prove its identity and compliance state — network location alone does not grant access to sensitive systems.

Worked Examples

A 350-bed NHS Trust is preparing for its annual DSP Toolkit submission. The IT Director has identified that the network currently has no device authentication — everything connects to a flat network with a single VLAN. There are approximately 2,400 connected devices, of which an estimated 800 are medical IoT devices (infusion pumps, patient monitors, ventilators). The Trust needs to achieve compliance within 6 months without disrupting clinical operations. Where do they start?

The engagement begins with a 4-week Monitor Mode deployment. Configure all core switches and wireless controllers to forward 802.1X and MAB requests to a newly deployed RADIUS policy engine (Cisco ISE or Aruba ClearPass are the leading options for this scale). The server is set to permit-all but log everything. After 4 weeks, analyse the profiling data to categorise all 2,400 devices. Expect to find approximately 800 medical IoT devices (MAB candidates), 600 corporate workstations and laptops (802.1X candidates), 400 staff BYOD devices, and 600 patient/visitor devices. In week 5-8, define the VLAN architecture: Clinical VLAN (10.10.0.0/22) for staff devices and EMR-connected systems, IoT VLAN (10.20.0.0/22) for medical devices with ACLs restricting communication to specific management servers, and Guest VLAN (10.30.0.0/22) routed to a captive portal. Deploy a dedicated Guest WiFi platform for the patient-facing network. In weeks 9-16, begin graduated enforcement starting with the administrative block. In weeks 17-24, extend enforcement to clinical areas, validating each medical device class with clinical engineering before enforcement. By month 6, the Trust has a fully segmented network with documented access controls, satisfying DSP Toolkit Requirement 5 (Access Control) and providing the audit evidence required for the submission.

Examiner's Commentary: The key insight here is the non-negotiable Monitor Mode phase. Rushing to enforcement in a clinical environment without a complete device inventory is the single most common cause of NAC deployment failures in healthcare. The phased VLAN rollout by physical area (administrative first, clinical last) is the correct risk management approach. The integration of a dedicated Guest WiFi platform for the patient-facing network is essential — attempting to manage guest access through the same NAC policy engine as clinical devices adds unnecessary complexity and risk.

A private hospital group is expanding its network to support a new oncology wing with 150 new connected medical devices, including 40 infusion pumps from two different manufacturers, 60 patient monitors, and 50 mixed devices (smart beds, nurse call systems). The network team has an existing Cisco Meraki infrastructure with no NAC. The CISO wants micro-segmentation in place before the wing opens in 8 weeks. What is the deployment strategy?

With Cisco Meraki as the existing infrastructure, the deployment leverages Meraki's built-in RADIUS integration and Group Policy features. First, deploy a RADIUS server (FreeRADIUS or Cisco ISE) and configure all Meraki switches and MR access points in the new wing to use it for authentication. Configure MAB for all medical devices, using Meraki's client fingerprinting to assist with device classification. Define three Group Policies in the Meraki dashboard: IoT-InfusionPumps (VLAN 210, ACL permitting only traffic to the infusion pump management server at 10.10.5.20 and the EMR at 10.10.1.10), IoT-PatientMonitors (VLAN 220, ACL permitting traffic to the monitoring server at 10.10.5.30 and the EMR), and IoT-General (VLAN 230, more permissive ACL for mixed devices). Pre-populate the RADIUS server with the MAC addresses of all 150 devices, sourced from the procurement documentation. Run in Monitor Mode for the first two weeks of the wing's soft opening, validating that all devices are correctly profiled and assigned. Transition to full enforcement in week 3. For detailed Meraki-specific VLAN steering configuration, refer to the guide on How to Configure NAC Policies for VLAN Steering in Cisco Meraki .

Examiner's Commentary: This scenario highlights the importance of pre-populating the MAC address database from procurement documentation before devices arrive on-site. Waiting until devices are physically connected to discover their MAC addresses adds unnecessary delay to the enforcement timeline. The use of manufacturer-specific VLANs for the two infusion pump vendors is also noteworthy — if one vendor's devices are found to have a vulnerability, the blast radius is contained to a single VLAN rather than the entire IoT segment.

Practice Questions

Q1. A regional hospital has 1,200 connected devices. During a Monitor Mode NAC deployment, the profiling engine identifies 340 devices with unknown profiles — they are not matching any known medical device fingerprint and are not corporate workstations. The CISO wants to move to enforcement in 2 weeks. What is the correct course of action, and what are the risks of proceeding on the CISO's timeline?

Hint: Consider what those 340 unknown devices might be, and what happens to them when enforcement goes live if they remain unclassified.

View model answer

The correct action is to delay enforcement until the 340 unknown devices are investigated and classified. These devices will be placed in the quarantine VLAN when enforcement goes live, which may include clinical equipment that is critical to patient care. The investigation should involve: (1) cross-referencing MAC address OUI prefixes against manufacturer databases to identify likely device types, (2) reviewing switch port locations to physically identify the devices, (3) engaging clinical engineering to identify any medical devices not in the CMDB, and (4) reviewing DHCP logs for hostname patterns. Only after all 340 devices are classified and appropriate policies are defined should enforcement proceed. The risk of proceeding on the CISO's 2-week timeline is a potential patient safety incident if an unclassified medical device is quarantined during a critical care scenario.

Q2. An IT architect is designing the NAC failure mode policy for a new hospital wing. The clinical director insists that medical devices must never lose network connectivity, even if the NAC server goes offline. The CISO insists on fail-closed for all VLANs. How do you resolve this conflict, and what compensating controls are required?

Hint: Think about tiered failure policies and what network-level controls can substitute for NAC policy enforcement during an outage.

View model answer

The resolution is a tiered failure policy that satisfies both requirements. The IoT VLAN and Clinical VLAN are configured to fail-open (permit access if the RADIUS server is unreachable), while the Guest VLAN and administrative VLAN are configured to fail-closed. The compensating controls that make the fail-open policy acceptable for clinical VLANs are: (1) strict ACLs applied at the VLAN gateway that restrict inter-VLAN traffic regardless of NAC state, (2) NAC server high availability deployment (active-active cluster across two data centres) to minimise the probability of the failure mode being triggered, (3) network-level IDS/IPS monitoring on clinical VLANs to detect anomalous traffic during NAC outages, and (4) documented incident response procedures for NAC outage scenarios. This approach satisfies the clinical director's availability requirement while providing the CISO with documented compensating controls that maintain an acceptable security posture.

Q3. A hospital's NAC deployment has been running in full enforcement mode for 3 months. The security team receives an alert that a device on the IoT VLAN (profiled as an infusion pump) is attempting to establish outbound connections to an external IP address on port 443. The device's MAC address matches the expected profile. What is the immediate response, and what does this incident indicate about the NAC architecture?

Hint: Consider both the immediate containment action and the architectural gap that allowed this traffic to be attempted (even if blocked).

View model answer

The immediate response is to dynamically quarantine the device via the NAC policy engine, isolating it from the IoT VLAN pending investigation. The security team should capture a packet trace from the device's switch port to analyse the traffic content, and clinical engineering should be notified to physically inspect the device and take it offline if necessary. The incident indicates two architectural issues: (1) the ACL on the IoT VLAN is not blocking outbound internet traffic from infusion pumps — the ACL should permit only traffic to the specific management server IP and the EMR, with an explicit deny-all rule for all other destinations; and (2) the behavioural monitoring integration is working correctly (the alert was generated), but the ACL should have blocked the traffic before it was even attempted. The remediation action is to tighten the IoT VLAN ACLs to implement a default-deny posture, permitting only explicitly required communication paths for each device class.