{"id":385,"date":"2020-05-30T13:02:30","date_gmt":"2020-05-30T17:02:30","guid":{"rendered":"https:\/\/snehpatel.com\/?p=385"},"modified":"2020-10-09T08:44:16","modified_gmt":"2020-10-09T12:44:16","slug":"cisco-meraki-ipsk-using-freeradius","status":"publish","type":"post","link":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/","title":{"rendered":"Cisco Meraki iPSK using FreeRADIUS"},"content":{"rendered":"\n<p>Choosing an authentication protocol for networking devices is one of the critical tasks. And when we talk about wireless authentication WPA2 and WPA2-Enterprise are the most used protocol. When we think of enterprise wireless network there are various challenges that an administrator may face while choosing which protocol to use. Each method has its own downfall that an administrator has to determine and adjust it to business needs. With the BYOD policy in place, businesses need to provide employees with a secure corporate wireless network to support it.<\/p>\n\n\n\n<p>In this post, we will discuss iPSK (Identity Pre-Shared-Key), a protocol developed by cisco. As a name suggest it provide identification to each connection authenticated using a pre-shared key. It also tackles the issue of the normal pre-shared key, as a shared key can be used to connect devices that are not compliant with corporate policy. Here it will use FreeRADIUS to identify the company-owned device.<\/p>\n\n\n\n<p>Overall I will show you steps that can be used to setup iPSK in Meraki access point with the help of the FreeRADIUS server. Please note Windows server cannot be used as it currently does not support the functionality needed for iPSK to work.<\/p>\n\n\n\n<p>What&nbsp;you&nbsp;will&nbsp;need&nbsp;:-<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Meraki Access point<\/li><li>FreeRADIUS on Ubuntu Server<\/li><li>Meraki System Manager licenses (Optional)<\/li><li>List of MAC addresses of company-owned devices<\/li><\/ol>\n\n\n\n<p>Let&#8217;s get started<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>We&nbsp;will&nbsp;get&nbsp;start&nbsp;by&nbsp;making&nbsp;FreeRADIUS&nbsp;ready.&nbsp;Follow&nbsp;the&nbsp;steps&nbsp;to&nbsp;do&nbsp;so.<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get update\nsudo apt-get install freeradius<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\"><li>Now&nbsp;let&#8217;s&nbsp;edit&nbsp;the&nbsp;client&nbsp;configuration and&nbsp;add&nbsp;Meraki&nbsp;AP&nbsp;as&nbsp;RAIDUS&nbsp;client.<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo vi \/etc\/freeradius\/3.0\/clients.conf<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\"><li>At the end of the file add the following (Repeat the step with multiple AP)<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>client AP-Name {\n        ipaddr  =   192.168.0.2\/24 #Add your AP's IP address\n        secret  =   dog #Set it what ever you want\n    }<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\"><li>In this step we will define all the MAC addresses of company owned devices in users file.<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo vi \/etc\/freeradius\/3.0\/users<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\"><li>Now start editing from the end of the file. (Repeat the step for each different MAC address)<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>3bd1fe9b358b Cleartext-Password := \"3bd1fe9b358b\"\n        Tunnel-Password = helloworld<\/code><\/pre>\n\n\n\n<p>Note: Here write MAC address in the format shown above and you can type whatever Tunnel password you want<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\"><li>Make sure you restart the FreeRADIUS service. If an error comes up make sure you don&#8217;t have a typo.<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl restart freeradius<\/code><\/pre>\n\n\n\n<p>Now let&#8217;s set up SSID with iPSK WITH RADIUS NOTE:&nbsp;Below&nbsp;steps&nbsp;are&nbsp;from&nbsp;Meraki&nbsp;official&nbsp;website.&nbsp;<a href=\"https:\/\/documentation.meraki.com\/MR\/Encryption_and_Authentication\/IPSK_with_RADIUS_Authentication\">Link<\/a><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>From&nbsp;Dashboard&nbsp;navigate&nbsp;to&nbsp;Wireless&nbsp;&gt;&nbsp;Configure&nbsp;&gt;&nbsp;Access&nbsp;control<\/li><li>Under&nbsp;SSID,&nbsp;select&nbsp;the&nbsp;SSID&nbsp;from&nbsp;the&nbsp;drop-down&nbsp;that&nbsp;you&nbsp;want&nbsp;to&nbsp;configure.<\/li><li>Select IPSK with RADIUS from the Association Requirements section of the page.<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"355\" data-attachment-id=\"411\" data-permalink=\"https:\/\/snehpatel.com\/image-1\/\" data-orig-file=\"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1.png?fit=1084%2C376&amp;ssl=1\" data-orig-size=\"1084,376\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image-1\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1.png?fit=1024%2C355&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1.png?resize=1024%2C355&#038;ssl=1\" alt=\"\" class=\"wp-image-411\" srcset=\"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1.png?resize=1024%2C355&amp;ssl=1 1024w, https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1.png?resize=300%2C104&amp;ssl=1 300w, https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1.png?resize=768%2C266&amp;ssl=1 768w, https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1.png?w=1084&amp;ssl=1 1084w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\"><li>Under&nbsp;Splash&nbsp;page,&nbsp;&nbsp;select&nbsp;Systems&nbsp;Manager&nbsp;Sentry&nbsp;enrollment&nbsp;(optional)<\/li><li>For the RADIUS server, click Add a server. Enter RADIUS server IP address, listening port, and RADIUS shared secret to be used by your APs which are configured RADIUS clients on the server. (Remember secret key will be &#8220;dog&#8221; as per my configuration in clients.conf)<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"119\" data-attachment-id=\"410\" data-permalink=\"https:\/\/snehpatel.com\/image-2\/\" data-orig-file=\"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-2.png?fit=1071%2C124&amp;ssl=1\" data-orig-size=\"1071,124\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image-2\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-2.png?fit=1024%2C119&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-2-1024x119.png?resize=1024%2C119\" alt=\"\" class=\"wp-image-410\" srcset=\"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-2.png?resize=1024%2C119&amp;ssl=1 1024w, https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-2.png?resize=300%2C35&amp;ssl=1 300w, https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-2.png?resize=768%2C89&amp;ssl=1 768w, https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-2.png?w=1071&amp;ssl=1 1071w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\"><li>Click&nbsp;Save&nbsp;changes<\/li><\/ol>\n\n\n\n<p>You are ready to go with your SSID. Now if you go to your wifi enabled device and look for the SSID you will notice that it will look the same as regular SSID. So nothing changes in the user end. And if you have a System Manager license and selected on the splash page configuration you will be prompted for system manager installation if not installed.<\/p>\n\n\n\n<p>Here&nbsp;is&nbsp;how&nbsp;it&nbsp;will&nbsp;work.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Users&nbsp;enter&nbsp;the Tunnel&nbsp;password&nbsp;as&nbsp;a&nbsp;pre-shared&nbsp;key.<\/li><li>In&nbsp;the&nbsp;background,&nbsp;it&nbsp;will&nbsp;check&nbsp;if&nbsp;the&nbsp;MAC&nbsp;address&nbsp;is&nbsp;on&nbsp;the&nbsp;list.<\/li><li>It&nbsp;will&nbsp;then&nbsp;check&nbsp;if&nbsp;the system&nbsp;manager&nbsp;is&nbsp;installed.<\/li><li>If all conditions met then the access will be granted.<\/li><\/ol>\n\n\n\n<p>Credit: <a href=\"https:\/\/documentation.meraki.com\/MR\/Encryption_and_Authentication\/IPSK_with_RADIUS_Authentication\">https:\/\/documentation.meraki.com\/MR\/Encryption_and_Authentication\/IPSK_with_RADIUS_Authentication<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Choosing an authentication protocol for networking devices is one of the critical tasks. And when we talk about wireless authentication WPA2 and WPA2-Enterprise are the most used protocol. When we think of enterprise wireless network there are various challenges that an administrator may face while choosing which protocol to use. Each method has its own &#8230; <a title=\"Cisco Meraki iPSK using FreeRADIUS\" class=\"read-more\" href=\"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/\" aria-label=\"Read more about Cisco Meraki iPSK using FreeRADIUS\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12,16,4,20,11],"tags":[32,38,39,52,56],"class_list":["post-385","post","type-post","status-publish","format-standard","hentry","category-cisco","category-ipsk","category-mdm","category-meraki","category-wireless","tag-ipsk","tag-mdm","tag-meraki","tag-system-manager","tag-wireless"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cisco Meraki iPSK using FreeRADIUS - Sneh Patel<\/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:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cisco Meraki iPSK using FreeRADIUS - Sneh Patel\" \/>\n<meta property=\"og:description\" content=\"Choosing an authentication protocol for networking devices is one of the critical tasks. And when we talk about wireless authentication WPA2 and WPA2-Enterprise are the most used protocol. When we think of enterprise wireless network there are various challenges that an administrator may face while choosing which protocol to use. Each method has its own ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/\" \/>\n<meta property=\"og:site_name\" content=\"Sneh Patel\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-30T17:02:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-09T12:44:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1-1024x355.png\" \/>\n<meta name=\"author\" content=\"Sneh Patel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sneh Patel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/\"},\"author\":{\"name\":\"Sneh Patel\",\"@id\":\"https:\\\/\\\/snehpatel.com\\\/#\\\/schema\\\/person\\\/a39105bc63f7e11a0e07b12a4c3dda73\"},\"headline\":\"Cisco Meraki iPSK using FreeRADIUS\",\"datePublished\":\"2020-05-30T17:02:30+00:00\",\"dateModified\":\"2020-10-09T12:44:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/\"},\"wordCount\":686,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/snehpatel.com\\\/#\\\/schema\\\/person\\\/a39105bc63f7e11a0e07b12a4c3dda73\"},\"image\":{\"@id\":\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/snehpatel.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/image-1-1024x355.png\",\"keywords\":[\"ipsk\",\"MDM\",\"meraki\",\"system manager\",\"Wireless\"],\"articleSection\":[\"Cisco\",\"iPSK\",\"MDM\",\"Meraki\",\"Wireless\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/\",\"url\":\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/\",\"name\":\"Cisco Meraki iPSK using FreeRADIUS - Sneh Patel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/snehpatel.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/snehpatel.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/image-1-1024x355.png\",\"datePublished\":\"2020-05-30T17:02:30+00:00\",\"dateModified\":\"2020-10-09T12:44:16+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/snehpatel.com\\\/index.php\\\/2020\\\/05\\\/30\\\/cisco-meraki-ipsk-using-freeradius\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/snehpatel.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/image-1.png?fit=1084%2C376&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/snehpatel.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/image-1.png?fit=1084%2C376&ssl=1\",\"width\":1084,\"height\":376},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/snehpatel.com\\\/#website\",\"url\":\"https:\\\/\\\/snehpatel.com\\\/\",\"name\":\"Sneh Patel\",\"description\":\"Cyber Security Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/snehpatel.com\\\/#\\\/schema\\\/person\\\/a39105bc63f7e11a0e07b12a4c3dda73\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/snehpatel.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/snehpatel.com\\\/#\\\/schema\\\/person\\\/a39105bc63f7e11a0e07b12a4c3dda73\",\"name\":\"Sneh Patel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/snehpatel.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/cropped-Slide4-1.jpg?fit=672%2C222&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/snehpatel.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/cropped-Slide4-1.jpg?fit=672%2C222&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/snehpatel.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/cropped-Slide4-1.jpg?fit=672%2C222&ssl=1\",\"width\":672,\"height\":222,\"caption\":\"Sneh Patel\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/snehpatel.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/cropped-Slide4-1.jpg?fit=672%2C222&ssl=1\"},\"sameAs\":[\"http:\\\/\\\/snehpatel.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cisco Meraki iPSK using FreeRADIUS - Sneh Patel","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:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/","og_locale":"en_US","og_type":"article","og_title":"Cisco Meraki iPSK using FreeRADIUS - Sneh Patel","og_description":"Choosing an authentication protocol for networking devices is one of the critical tasks. And when we talk about wireless authentication WPA2 and WPA2-Enterprise are the most used protocol. When we think of enterprise wireless network there are various challenges that an administrator may face while choosing which protocol to use. Each method has its own ... Read more","og_url":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/","og_site_name":"Sneh Patel","article_published_time":"2020-05-30T17:02:30+00:00","article_modified_time":"2020-10-09T12:44:16+00:00","og_image":[{"url":"https:\/\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1-1024x355.png","type":"","width":"","height":""}],"author":"Sneh Patel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sneh Patel","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/#article","isPartOf":{"@id":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/"},"author":{"name":"Sneh Patel","@id":"https:\/\/snehpatel.com\/#\/schema\/person\/a39105bc63f7e11a0e07b12a4c3dda73"},"headline":"Cisco Meraki iPSK using FreeRADIUS","datePublished":"2020-05-30T17:02:30+00:00","dateModified":"2020-10-09T12:44:16+00:00","mainEntityOfPage":{"@id":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/"},"wordCount":686,"commentCount":1,"publisher":{"@id":"https:\/\/snehpatel.com\/#\/schema\/person\/a39105bc63f7e11a0e07b12a4c3dda73"},"image":{"@id":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/#primaryimage"},"thumbnailUrl":"https:\/\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1-1024x355.png","keywords":["ipsk","MDM","meraki","system manager","Wireless"],"articleSection":["Cisco","iPSK","MDM","Meraki","Wireless"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/","url":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/","name":"Cisco Meraki iPSK using FreeRADIUS - Sneh Patel","isPartOf":{"@id":"https:\/\/snehpatel.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/#primaryimage"},"image":{"@id":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/#primaryimage"},"thumbnailUrl":"https:\/\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1-1024x355.png","datePublished":"2020-05-30T17:02:30+00:00","dateModified":"2020-10-09T12:44:16+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/snehpatel.com\/index.php\/2020\/05\/30\/cisco-meraki-ipsk-using-freeradius\/#primaryimage","url":"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1.png?fit=1084%2C376&ssl=1","contentUrl":"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/image-1.png?fit=1084%2C376&ssl=1","width":1084,"height":376},{"@type":"WebSite","@id":"https:\/\/snehpatel.com\/#website","url":"https:\/\/snehpatel.com\/","name":"Sneh Patel","description":"Cyber Security Blog","publisher":{"@id":"https:\/\/snehpatel.com\/#\/schema\/person\/a39105bc63f7e11a0e07b12a4c3dda73"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/snehpatel.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/snehpatel.com\/#\/schema\/person\/a39105bc63f7e11a0e07b12a4c3dda73","name":"Sneh Patel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/cropped-Slide4-1.jpg?fit=672%2C222&ssl=1","url":"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/cropped-Slide4-1.jpg?fit=672%2C222&ssl=1","contentUrl":"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/cropped-Slide4-1.jpg?fit=672%2C222&ssl=1","width":672,"height":222,"caption":"Sneh Patel"},"logo":{"@id":"https:\/\/i0.wp.com\/snehpatel.com\/wp-content\/uploads\/2020\/09\/cropped-Slide4-1.jpg?fit=672%2C222&ssl=1"},"sameAs":["http:\/\/snehpatel.com"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/posts\/385","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/comments?post=385"}],"version-history":[{"count":2,"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/posts\/385\/revisions"}],"predecessor-version":[{"id":435,"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/posts\/385\/revisions\/435"}],"wp:attachment":[{"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/media?parent=385"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/categories?post=385"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/snehpatel.com\/index.php\/wp-json\/wp\/v2\/tags?post=385"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}