{"id":444,"date":"2026-09-05T09:30:00","date_gmt":"2026-09-05T07:30:00","guid":{"rendered":"https:\/\/www.lukaswojcik.com\/?p=444"},"modified":"2026-08-19T10:31:26","modified_gmt":"2026-08-19T08:31:26","slug":"ieee-802-1x-radius-authentication-unifi-switches-en","status":"publish","type":"post","link":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/","title":{"rendered":"IEEE 802.1X RADIUS Authentication on UniFi Switches"},"content":{"rendered":"\r\n<p class=\"wp-block-paragraph\">Securing physical Ethernet ports is a critical requirement for enterprise network hardening. Without port-level access control, unauthorized devices connected to wall jacks or network switches can gain immediate access to internal corporate Virtual Local Area Networks (VLANs). Implementing IEEE 802.1X RADIUS authentication on Ubiquiti UniFi switches ensures that every wired endpoint must authenticate via MAC address or cryptographic certificate before network access is granted. Furthermore, RADIUS-based dynamic VLAN assignment automatically places devices into their designated network segment upon successful authentication.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">1. Architectural Framework: 802.1X and Dynamic VLANs<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">An IEEE 802.1X authentication infrastructure consists of three core entities:<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Supplicant:<\/strong> The client endpoint attempting to access the LAN (e.g., workstation, printer, IP camera).<\/li>\r\n<li><strong>Authenticator:<\/strong> The UniFi network switch port that blocks traffic until identity verification is completed.<\/li>\r\n<li><strong>Authentication Server:<\/strong> A RADIUS server (either the built-in UniFi RADIUS server on a gateway appliance or an external FreeRADIUS \/ Microsoft NPS instance) that validates credentials and returns specific authorization attributes.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">For dynamic VLAN assignment, the RADIUS server must return three standardized IETF attributes within the <code>Access-Accept<\/code> packet:<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><code>Tunnel-Type<\/code> = <code>13<\/code> (VLAN)<\/li>\r\n<li><code>Tunnel-Medium-Type<\/code> = <code>6<\/code> (802 \/ Ethernet)<\/li>\r\n<li><code>Tunnel-Private-Group-Id<\/code> = <code>&lt;VLAN ID&gt;<\/code> (e.g., <code>20<\/code> for Corporate, <code>50<\/code> for IoT)<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<figure class=\"lw-diagram\">\n<img loading=\"lazy\" src=\"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/diagrams\/unifi-8021x-radius-dynamic-vlan-en.png\" width=\"1120\" height=\"560\" decoding=\"async\"\n     alt=\"802.1X flow from supplicant through the UniFi switch port to the RADIUS server and the resulting dynamic VLAN assignment\">\n<figcaption>The port is a gate, not a socket: only after the RADIUS server confirms the identity does the switch open it \u2014 and the three tunnel attributes decide which VLAN the device ends up in.<\/figcaption>\n<\/figure>\n\n<h2 class=\"wp-block-heading\">2. Step-by-Step RADIUS Server and Profile Setup in UniFi<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">To establish the authentication backend within the UniFi Network Application, the following configuration steps must be executed:<\/p>\r\n\r\n\r\n\r\n<ol class=\"wp-block-list\">\r\n<li><strong>RADIUS Server Activation:<\/strong> Navigate to <code>Settings &gt; Profiles &gt; RADIUS<\/code>. If using an integrated UniFi Gateway (e.g., UDM-Pro, EFG), enable the built-in RADIUS server under <code>Settings &gt; Services &gt; RADIUS<\/code> and define a secure shared secret. Alternatively, input the IPv4 address, authentication port (default <code>1812<\/code>), accounting port (default <code>1813<\/code>), and shared secret of the external RADIUS server.<\/li>\r\n<li><strong>Enabling VLAN Assignment:<\/strong> In the RADIUS profile settings, check the box for <code>Enable RADIUS assigned VLAN for Wired Network<\/code>. This allows switch ports to override their default native VLAN based on RADIUS responses.<\/li>\r\n<li><strong>Client Account or MAC Creation:<\/strong> \r\n    <ul>\r\n        <li><em>For EAP-TLS \/ PEAP Authentication:<\/em> Define user credentials or client certificates corresponding to corporate laptops.<\/li>\r\n        <li><em>For MAC-Based Authentication (MAB):<\/em> Register legacy devices (such as printers or CCTV cameras) by creating a RADIUS user where both the username and password equal the device MAC address in lowercase without colons or hyphens (e.g., <code>001122334455<\/code>), and assign the appropriate target VLAN ID.<\/li>\r\n    <\/ul>\r\n<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">3. Step-by-Step Switch Port Security Configuration<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Once the RADIUS profile is active, switch ports must be hardened to enforce 802.1X control:<\/p>\r\n\r\n\r\n\r\n<ol class=\"wp-block-list\">\r\n<li><strong>Accessing Port Profiles:<\/strong> Open the UniFi Network Controller and navigate to <code>UniFi Devices<\/code>. Select the target switch and open the <code>Port Manager<\/code>.<\/li>\r\n<li><strong>Selecting Target Ethernet Ports:<\/strong> Highlight the physical access ports connected to end-user office locations.<\/li>\r\n<li><strong>Configuring 802.1X Control Mode:<\/strong> Scroll to the <code>802.1X Control<\/code> section and select one of the following enforcement modes:\r\n    <ul>\r\n        <li><code>Auto<\/code>: Enforces standard 802.1X authentication. Supplicants must present valid EAP credentials or certificates.<\/li>\r\n        <li><code>MAC-based<\/code>: Automatically triggers MAC Authentication Bypass (MAB) for devices lacking 802.1X supplicant software.<\/li>\r\n    <\/ul>\r\n<\/li>\r\n<li><strong>Fallback VLAN Configuration:<\/strong> Assign a restricted <code>Fallback VLAN<\/code> (e.g., Guest or Quarantine VLAN) to isolate devices that fail authentication or do not respond to 802.1X EAPOL requests within the timeout period.<\/li>\r\n<li><strong>Applying Changes:<\/strong> Provision the switch to activate port-level enforcement immediately.<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">4. Summary &amp; Architectural Value<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>What this tutorial achieves:<\/strong> The deployment of an enterprise-grade IEEE 802.1X port-based access control infrastructure on UniFi switches, incorporating both cryptographic certificate authentication and MAC Authentication Bypass (MAB) with automated VLAN segmentation.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Resulting added value:<\/strong> Unauthorized physical access to the local area network is completely eliminated. Unknown devices plugged into Ethernet ports are either blocked or automatically isolated in a quarantine VLAN. Concurrently, network administration is simplified: administrators no longer need to manually configure static VLANs on individual switch ports, as every verified endpoint is dynamically assigned to its correct network segment regardless of the physical port used.<\/p>\r\n\n\n<div class=\"lw-quellen\">\n<h2>Sources<\/h2>\n<ul>\n<li><a href=\"https:\/\/help.ui.com\/hc\/en-us\/articles\/360012192813-Introduction-to-UniFi\" target=\"_blank\" rel=\"noopener noreferrer\">Introduction to UniFi<\/a><\/li>\n<\/ul>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>A technical step-by-step guide on deploying IEEE 802.1X RADIUS authentication and dynamic VLAN assignment on Ubiquiti UniFi switches for enterprise LAN security.<\/p>\n","protected":false},"author":1,"featured_media":14004,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[137],"tags":[91321,91243,91219,91707,91324],"class_list":["post-444","post","type-post","status-publish","format-standard","hentry","category-tutorials-en-it-networks","tag-network-security","tag-networking","tag-tutorial","tag-unifi","tag-vlan"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IEEE 802.1X RADIUS Authentication on UniFi Switches - Lukas Wojcik - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IEEE 802.1X RADIUS Authentication on UniFi Switches - Lukas Wojcik - Blog\" \/>\n<meta property=\"og:description\" content=\"A technical step-by-step guide on deploying IEEE 802.1X RADIUS authentication and dynamic VLAN assignment on Ubiquiti UniFi switches for enterprise LAN security.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/\" \/>\n<meta property=\"og:site_name\" content=\"Lukas Wojcik - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-05T07:30:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/09\/hero-444-ieee-802-1x-radius-authentication-un-g.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"luky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"luky\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/\"},\"author\":{\"name\":\"luky\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\"},\"headline\":\"IEEE 802.1X RADIUS Authentication on UniFi Switches\",\"datePublished\":\"2026-09-05T07:30:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/\"},\"wordCount\":618,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/hero-444-ieee-802-1x-radius-authentication-un-g.png\",\"keywords\":[\"Network Security\",\"Networking\",\"Tutorial\",\"UniFi\",\"VLAN\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/\",\"name\":\"IEEE 802.1X RADIUS Authentication on UniFi Switches - Lukas Wojcik - Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/hero-444-ieee-802-1x-radius-authentication-un-g.png\",\"datePublished\":\"2026-09-05T07:30:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/hero-444-ieee-802-1x-radius-authentication-un-g.png\",\"contentUrl\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/hero-444-ieee-802-1x-radius-authentication-un-g.png\",\"width\":1200,\"height\":630,\"caption\":\"IEEE 802.1X RADIUS Authentication on UniFi Switches\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tutorials-en-it-networks\\\/ieee-802-1x-radius-authentication-unifi-switches-en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IEEE 802.1X RADIUS Authentication on UniFi Switches\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/\",\"name\":\"Lukas Wojcik - Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\",\"name\":\"luky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\",\"width\":424,\"height\":636,\"caption\":\"luky\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\"},\"sameAs\":[\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\"],\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/author\\\/luky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IEEE 802.1X RADIUS Authentication on UniFi Switches - Lukas Wojcik - Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/","og_locale":"en_US","og_type":"article","og_title":"IEEE 802.1X RADIUS Authentication on UniFi Switches - Lukas Wojcik - Blog","og_description":"A technical step-by-step guide on deploying IEEE 802.1X RADIUS authentication and dynamic VLAN assignment on Ubiquiti UniFi switches for enterprise LAN security.","og_url":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/","og_site_name":"Lukas Wojcik - Blog","article_published_time":"2026-09-05T07:30:00+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/09\/hero-444-ieee-802-1x-radius-authentication-un-g.png","type":"image\/png"}],"author":"luky","twitter_card":"summary_large_image","twitter_misc":{"Written by":"luky","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/#article","isPartOf":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/"},"author":{"name":"luky","@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9"},"headline":"IEEE 802.1X RADIUS Authentication on UniFi Switches","datePublished":"2026-09-05T07:30:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/"},"wordCount":618,"commentCount":0,"publisher":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9"},"image":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/#primaryimage"},"thumbnailUrl":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/09\/hero-444-ieee-802-1x-radius-authentication-un-g.png","keywords":["Network Security","Networking","Tutorial","UniFi","VLAN"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/","url":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/","name":"IEEE 802.1X RADIUS Authentication on UniFi Switches - Lukas Wojcik - Blog","isPartOf":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/#primaryimage"},"image":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/#primaryimage"},"thumbnailUrl":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/09\/hero-444-ieee-802-1x-radius-authentication-un-g.png","datePublished":"2026-09-05T07:30:00+00:00","breadcrumb":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/#primaryimage","url":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/09\/hero-444-ieee-802-1x-radius-authentication-un-g.png","contentUrl":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/09\/hero-444-ieee-802-1x-radius-authentication-un-g.png","width":1200,"height":630,"caption":"IEEE 802.1X RADIUS Authentication on UniFi Switches"},{"@type":"BreadcrumbList","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tutorials-en-it-networks\/ieee-802-1x-radius-authentication-unifi-switches-en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.lukaswojcik.com\/blog\/"},{"@type":"ListItem","position":2,"name":"IEEE 802.1X RADIUS Authentication on UniFi Switches"}]},{"@type":"WebSite","@id":"https:\/\/www.lukaswojcik.com\/blog\/#website","url":"https:\/\/www.lukaswojcik.com\/blog\/","name":"Lukas Wojcik - Blog","description":"","publisher":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.lukaswojcik.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9","name":"luky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg","url":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg","contentUrl":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg","width":424,"height":636,"caption":"luky"},"logo":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg"},"sameAs":["https:\/\/www.lukaswojcik.com\/blog"],"url":"https:\/\/www.lukaswojcik.com\/blog\/author\/luky\/"}]}},"_links":{"self":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts\/444","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/comments?post=444"}],"version-history":[{"count":3,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts\/444\/revisions"}],"predecessor-version":[{"id":11877,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts\/444\/revisions\/11877"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/media\/14004"}],"wp:attachment":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/media?parent=444"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/categories?post=444"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/tags?post=444"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}