<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aruba Archives - Network Guy</title>
	<atom:link href="https://networkguy.de/tag/aruba/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Share your knowledge!</description>
	<lastBuildDate>Fri, 06 May 2022 09:45:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://networkguy.de/wp-content/uploads/2016/09/cropped-og-image-32x32.jpg</url>
	<title>Aruba Archives - Network Guy</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">35051042</site>	<item>
		<title>Aruba OS Switch automatic vlan assignment for aruba APs</title>
		<link>https://networkguy.de/aruba-os-switch-automatic-vlan-assignment-for-aruba-aps/</link>
					<comments>https://networkguy.de/aruba-os-switch-automatic-vlan-assignment-for-aruba-aps/#respond</comments>
		
		<dc:creator><![CDATA[Phillip]]></dc:creator>
		<pubDate>Thu, 05 May 2022 12:13:14 +0000</pubDate>
				<category><![CDATA[Aruba]]></category>
		<category><![CDATA[HPE Networking]]></category>
		<category><![CDATA[WLAN]]></category>
		<guid isPermaLink="false">https://networkguy.de/?p=2746</guid>

					<description><![CDATA[<p>Hello Guys, &#160; today I will talk about how you can automatic assignment tagged and untagged vlans for a aruba-ap. create a device profile In the device profile, you can configure the VLAN settings, Poe, jumbo frames, etc. As example vlan 1502 untagged and vlan 224 tagged. conf t device-profile name "ArubaAPs" untagged-vlan 1502 tagged-vlan [&#8230;]</p>
<p>The post <a href="https://networkguy.de/aruba-os-switch-automatic-vlan-assignment-for-aruba-aps/">Aruba OS Switch automatic vlan assignment for aruba APs</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello Guys,</p>
<p>&nbsp;</p>
<p>today I will talk about how you can automatic assignment tagged and untagged vlans for a aruba-ap.</p>
<h4><strong>create a device profile</strong></h4>
<p>In the device profile, you can configure the VLAN settings, Poe, jumbo frames, etc.<br />
As example vlan 1502 untagged and vlan 224 tagged.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">conf t
device-profile name "ArubaAPs"
   untagged-vlan 1502
   tagged-vlan 224
   allow-jumbo-frames
   exit
</pre>
<h4><strong>Assignment of the aruba APs to the created device profile</strong></h4>
<p>Now you must associate the aruba-aps to our new device profile &#8220;ArubaAPs&#8221;.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">device-profile type "aruba-ap"
   associate "ArubaAPs"
   enable
   exit
write mem</pre>
<h4><strong>test it</strong></h4>
<p>With &#8220;show device-profile status&#8221; you can see if it is running.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/05/show-device-profile-status.jpg"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-2747" src="https://networkguy.de/wp-content/uploads/2022/05/show-device-profile-status.jpg" alt="" width="604" height="180" srcset="https://networkguy.de/wp-content/uploads/2022/05/show-device-profile-status.jpg 604w, https://networkguy.de/wp-content/uploads/2022/05/show-device-profile-status-300x89.jpg 300w" sizes="(max-width: 604px) 100vw, 604px" /></a></p>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>Have a nice day!</strong></p>
<p>The post <a href="https://networkguy.de/aruba-os-switch-automatic-vlan-assignment-for-aruba-aps/">Aruba OS Switch automatic vlan assignment for aruba APs</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://networkguy.de/aruba-os-switch-automatic-vlan-assignment-for-aruba-aps/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2746</post-id>	</item>
		<item>
		<title>Aruba Clearpass problem with certificate chain</title>
		<link>https://networkguy.de/aruba-clearpass-problem-with-certificate-chain/</link>
					<comments>https://networkguy.de/aruba-clearpass-problem-with-certificate-chain/#comments</comments>
		
		<dc:creator><![CDATA[Phillip]]></dc:creator>
		<pubDate>Sat, 05 Mar 2022 08:25:56 +0000</pubDate>
				<category><![CDATA[Aruba]]></category>
		<category><![CDATA[HPE Networking]]></category>
		<category><![CDATA[Clearpass]]></category>
		<category><![CDATA[HPE]]></category>
		<guid isPermaLink="false">https://networkguy.de/?p=2707</guid>

					<description><![CDATA[<p>Hello Guys, Today I am going to talk about a problem with my company&#8217;s wildcard certificate. Because I wanted to display the Clearpass captive portal without certificate errors. I tried to import our company wildcard certificate. And in doing so, I encountered the following problem: Here we have the problem that the certificate chain for [&#8230;]</p>
<p>The post <a href="https://networkguy.de/aruba-clearpass-problem-with-certificate-chain/">Aruba Clearpass problem with certificate chain</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello Guys,</p>
<p>Today I am going to talk about a problem with my company&#8217;s wildcard certificate.</p>
<p>Because I wanted to display the Clearpass captive portal without certificate errors. I tried to import our company wildcard certificate. And in doing so, I encountered the following problem:</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/CertificateChainError.jpg"><img decoding="async" class="alignnone size-full wp-image-2730" src="https://networkguy.de/wp-content/uploads/2022/03/CertificateChainError.jpg" alt="" width="1011" height="549" srcset="https://networkguy.de/wp-content/uploads/2022/03/CertificateChainError.jpg 1011w, https://networkguy.de/wp-content/uploads/2022/03/CertificateChainError-300x163.jpg 300w, https://networkguy.de/wp-content/uploads/2022/03/CertificateChainError-768x417.jpg 768w" sizes="(max-width: 1011px) 100vw, 1011px" /></a></p>
<p>Here we have the problem that the certificate chain for the Clearpass is in the wrong order. Many systems like the Aruba Mobility Controller or Sophos SG don&#8217;t seem to care if the chain goes from root to server certificate or from server certificate to root CA. But not the Clearpass :D</p>
<h4><strong>The solution</strong></h4>
<p>The only thing that helps here is to rebuild the certificate chain. First, we need the root CA and all sub CAs. The easiest way to get this is from a system where the wildcard certificate is already integrated. For example, the Sophos SG Firewall.</p>
<h5><strong>extract the root and sub CAs</strong></h5>
<p>To do this, simply go to the Sophos SG webadmin or user portal  with the Google Chrome browser and display the certificate.</p>
<p>Als erstens Exportierst du das Root CA.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/Cert1.jpg"><img decoding="async" class="alignnone size-full wp-image-2710" src="https://networkguy.de/wp-content/uploads/2022/03/Cert1.jpg" alt="" width="458" height="576" srcset="https://networkguy.de/wp-content/uploads/2022/03/Cert1.jpg 458w, https://networkguy.de/wp-content/uploads/2022/03/Cert1-239x300.jpg 239w" sizes="(max-width: 458px) 100vw, 458px" /></a></p>
<p>Click on the Root CA. Than details and Copy to files</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/CA1.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2711" src="https://networkguy.de/wp-content/uploads/2022/03/CA1-1024x465.jpg" alt="" width="1024" height="465" srcset="https://networkguy.de/wp-content/uploads/2022/03/CA1-1024x465.jpg 1024w, https://networkguy.de/wp-content/uploads/2022/03/CA1-300x136.jpg 300w, https://networkguy.de/wp-content/uploads/2022/03/CA1-768x348.jpg 768w, https://networkguy.de/wp-content/uploads/2022/03/CA1.jpg 1144w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Save the certifiact as base 64</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/CA1.2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2712" src="https://networkguy.de/wp-content/uploads/2022/03/CA1.2.jpg" alt="" width="573" height="574" srcset="https://networkguy.de/wp-content/uploads/2022/03/CA1.2.jpg 573w, https://networkguy.de/wp-content/uploads/2022/03/CA1.2-300x300.jpg 300w, https://networkguy.de/wp-content/uploads/2022/03/CA1.2-150x150.jpg 150w" sizes="(max-width: 573px) 100vw, 573px" /></a></p>
<p>save it under the name CA1.cer</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/CA1.3.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2713" src="https://networkguy.de/wp-content/uploads/2022/03/CA1.3.jpg" alt="" width="574" height="664" srcset="https://networkguy.de/wp-content/uploads/2022/03/CA1.3.jpg 574w, https://networkguy.de/wp-content/uploads/2022/03/CA1.3-259x300.jpg 259w" sizes="(max-width: 574px) 100vw, 574px" /></a></p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/CA1.4.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2714" src="https://networkguy.de/wp-content/uploads/2022/03/CA1.4.jpg" alt="" width="569" height="595" srcset="https://networkguy.de/wp-content/uploads/2022/03/CA1.4.jpg 569w, https://networkguy.de/wp-content/uploads/2022/03/CA1.4-287x300.jpg 287w" sizes="(max-width: 569px) 100vw, 569px" /></a></p>
<p>Repeat the steps for the two sub CAs.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/CA2and3.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2715" src="https://networkguy.de/wp-content/uploads/2022/03/CA2and3.jpg" alt="" width="924" height="595" srcset="https://networkguy.de/wp-content/uploads/2022/03/CA2and3.jpg 924w, https://networkguy.de/wp-content/uploads/2022/03/CA2and3-300x193.jpg 300w, https://networkguy.de/wp-content/uploads/2022/03/CA2and3-768x495.jpg 768w" sizes="(max-width: 924px) 100vw, 924px" /></a></p>
<h5><strong>build the certificate chain</strong></h5>
<p>Now you have to detach the single certificate and the private key from the wildcard package without a certificate chain. The easiest way to do this is with openssl in a Linux machine. I have a Windows subsystem for Linux on my computer. Copy the wildcard certificate and the 3 certificates CA1 to CA3 into the home directory of the Linux machine.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/Linux1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2717" src="https://networkguy.de/wp-content/uploads/2022/03/Linux1.jpg" alt="" width="953" height="314" srcset="https://networkguy.de/wp-content/uploads/2022/03/Linux1.jpg 953w, https://networkguy.de/wp-content/uploads/2022/03/Linux1-300x99.jpg 300w, https://networkguy.de/wp-content/uploads/2022/03/Linux1-768x253.jpg 768w" sizes="(max-width: 953px) 100vw, 953px" /></a></p>
<p>For Ubuntu:<br />
Detach the public and private keys from the certificate.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">sudo -s
openssl pkcs12 -in networkguy.pfx -clcerts -nokeys -out networkguyStar.cer
openssl pkcs12 -in networkguy.pfx -nocerts -nodes  -out networkguyStar.key
</pre>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/Linux2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2718" src="https://networkguy.de/wp-content/uploads/2022/03/Linux2.jpg" alt="" width="995" height="179" srcset="https://networkguy.de/wp-content/uploads/2022/03/Linux2.jpg 995w, https://networkguy.de/wp-content/uploads/2022/03/Linux2-300x54.jpg 300w, https://networkguy.de/wp-content/uploads/2022/03/Linux2-768x138.jpg 768w" sizes="(max-width: 995px) 100vw, 995px" /></a></p>
<p>With <strong>ll</strong> you can now see that you now have the public key &#8220;networkguyStar.cer&#8221; and the private key &#8220;networkguyStar.key&#8221;.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/Linux3.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2719" src="https://networkguy.de/wp-content/uploads/2022/03/Linux3.jpg" alt="" width="995" height="279" srcset="https://networkguy.de/wp-content/uploads/2022/03/Linux3.jpg 995w, https://networkguy.de/wp-content/uploads/2022/03/Linux3-300x84.jpg 300w, https://networkguy.de/wp-content/uploads/2022/03/Linux3-768x215.jpg 768w" sizes="(max-width: 995px) 100vw, 995px" /></a></p>
<p>Now we need to build a new wildcard certificate where the certificate chain has the order required by the Clearpass. The Clearpass wants the wildcard certificate first, then the sub CAs and finally the root CA.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/Cain1-1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2727" src="https://networkguy.de/wp-content/uploads/2022/03/Cain1-1.jpg" alt="" width="1025" height="508" srcset="https://networkguy.de/wp-content/uploads/2022/03/Cain1-1.jpg 1025w, https://networkguy.de/wp-content/uploads/2022/03/Cain1-1-300x149.jpg 300w, https://networkguy.de/wp-content/uploads/2022/03/Cain1-1-768x381.jpg 768w" sizes="(max-width: 1025px) 100vw, 1025px" /></a></p>
<p>The following command is required for this:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">cat networkguyStar.cer CA3.cer CA2.cer CA1.cer &gt; networkguyStarfullchain.cer</pre>
<p>Now we have created a chain of certificates suitable for the Clearpass. :D</p>
<h4><strong>The Clearpass does not trust the Root or Sub CA</strong></h4>
<p>If the wildcard certificate contains a root or sub CA that Clearpass does not know, this must be imported. For this we can simply use the CA1.cer to CA3.cer.<br />
To do this, go to Administration / Certificates / Trust List in the Policy Manager and then click on Add. Select Usage under -Select to Add&#8211; Other. Do this with CA1.cer, CA2.cer and CA3.cer.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2022/03/Cain2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2722" src="https://networkguy.de/wp-content/uploads/2022/03/Cain2.jpg" alt="" width="922" height="274" srcset="https://networkguy.de/wp-content/uploads/2022/03/Cain2.jpg 922w, https://networkguy.de/wp-content/uploads/2022/03/Cain2-300x89.jpg 300w, https://networkguy.de/wp-content/uploads/2022/03/Cain2-768x228.jpg 768w" sizes="(max-width: 922px) 100vw, 922px" /></a></p>
<p>Then have fun with your Clearpass. (A cool product) :D</p>
<p style="text-align: center;"><strong>Have a nice day!</strong></p>
<p>The post <a href="https://networkguy.de/aruba-clearpass-problem-with-certificate-chain/">Aruba Clearpass problem with certificate chain</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://networkguy.de/aruba-clearpass-problem-with-certificate-chain/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2707</post-id>	</item>
		<item>
		<title>Aruba CX how to exchange a defective VSF stack member</title>
		<link>https://networkguy.de/aruba-cx-how-to-exchange-a-defective-vsf-stack-member/</link>
					<comments>https://networkguy.de/aruba-cx-how-to-exchange-a-defective-vsf-stack-member/#comments</comments>
		
		<dc:creator><![CDATA[Phillip]]></dc:creator>
		<pubDate>Mon, 04 Oct 2021 17:51:43 +0000</pubDate>
				<category><![CDATA[Aruba]]></category>
		<category><![CDATA[HPE Networking]]></category>
		<category><![CDATA[Aruba CX]]></category>
		<category><![CDATA[Switch]]></category>
		<guid isPermaLink="false">https://networkguy.de/?p=2648</guid>

					<description><![CDATA[<p>Hello Guys, Last week I had to replace a defective switch in a VSF stack for the first time. Those who know the IRF stack from HPE Comware know that this is feasible, but you have to configure a lot until the stack is up and running again after replacing a stack member. With Aruba [&#8230;]</p>
<p>The post <a href="https://networkguy.de/aruba-cx-how-to-exchange-a-defective-vsf-stack-member/">Aruba CX how to exchange a defective VSF stack member</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello Guys,</p>
<p>Last week I had to replace a defective switch in a VSF stack for the first time.<br />
Those who know the IRF stack from HPE Comware know that this is feasible, but you have to configure a lot until the stack is up and running again after replacing a stack member.<br />
With Aruba CX, the whole thing is totally simple in comparison.</p>
<p><strong>Check the firmware version<br />
</strong>First you must check the firmware version of the current VSF stack. According to the Aruba instructions, you do not have to do this because the VSF master automatically distributes the firmware to the members, but it did not work for me.<br />
Now install the same firmware version on the new switch that the VSF stack uses.</p>
<p><strong>VSF configuration on the new switch</strong><br />
In my case, the first member had failed. That&#8217;s why I didn&#8217;t have to do a renumber-to. All in all, only the following must be configured on the new switch:</p>
<p>For example, if the defective switch was member 2, you must perform a renumber:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">conf t
vsf renumber-to 2
write mem
boot system primary</pre>
<p>As soon as the new switch is up again, simply copy the VSF configuration from the master and put it on the new member.</p>
<p>In my case, the VSF stack consisted of 2 Aruba CX 6300 switches:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">conf t
vsf split-detect mgmt
vsf secondary-member 2
vsf member 1
    type jl663a
    link 1 1/1/52
vsf member 2
    type jl663a
    link 1 2/1/52
exit
write mem</pre>
<p><strong>Restoring the stack</strong><br />
Now, if you have not already done so, remove the defective switch and mount the new switch. Next, plug only the management port as split detection and the VSF link between the new switch and the rest of the VSF stack. Do not plug in the rest of the cables yet, because your ports are still all configured for VLAN 1 access. And your link aggregations are not configured yet either.<br />
After about one to two minutes, the new switch automatically joins the VSF stack. The switch reboots and receives the complete port configuration of the old defective VSF member from the VSF master.<br />
Now plug in the rest of the cables. that&#8217;s it.</p>
<p><strong>Isn&#8217;t that cool? :D</strong></p>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>Have a nice day!</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://networkguy.de/aruba-cx-how-to-exchange-a-defective-vsf-stack-member/">Aruba CX how to exchange a defective VSF stack member</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://networkguy.de/aruba-cx-how-to-exchange-a-defective-vsf-stack-member/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2648</post-id>	</item>
		<item>
		<title>Aruba Instant On how to setup 802.1x with Windows NPS</title>
		<link>https://networkguy.de/aruba-instant-on-how-to-setup802-1x-with-windows-nps/</link>
					<comments>https://networkguy.de/aruba-instant-on-how-to-setup802-1x-with-windows-nps/#comments</comments>
		
		<dc:creator><![CDATA[Phillip]]></dc:creator>
		<pubDate>Wed, 05 May 2021 13:45:49 +0000</pubDate>
				<category><![CDATA[Aruba]]></category>
		<category><![CDATA[HPE Networking]]></category>
		<category><![CDATA[WLAN]]></category>
		<category><![CDATA[Instant On]]></category>
		<category><![CDATA[WIFI]]></category>
		<guid isPermaLink="false">https://networkguy.de/?p=2587</guid>

					<description><![CDATA[<p>Hello guys, today I will talk about how you can setup a WPA2/3 enterprise wifi with aruba Instant On Access Points. Because I don&#8217;t have an AD integrated notebook in my private test environment, I limit myself to username / password and don&#8217;t do any authentication by computer account. Settings in the Instant On Portal [&#8230;]</p>
<p>The post <a href="https://networkguy.de/aruba-instant-on-how-to-setup802-1x-with-windows-nps/">Aruba Instant On how to setup 802.1x with Windows NPS</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello guys,</p>
<p>today I will talk about how you can setup a WPA2/3 enterprise wifi with aruba Instant On Access Points.</p>
<p>Because I don&#8217;t have an AD integrated notebook in my private test environment, I limit myself to username / password and don&#8217;t do any authentication by computer account.</p>
<h3><strong>Settings in the Instant On Portal</strong></h3>
<p>Create a new SSID<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-01b.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2588" src="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-01b-1024x851.jpg" alt="" width="1024" height="851" srcset="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-01b-1024x851.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-01b-300x249.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-01b-768x638.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-01b-1536x1277.jpg 1536w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-01b.jpg 1903w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>&nbsp;</p>
<p>I have named the SSID Wifi-Enterprise. Under NAS identifier I used the name of the SSID as the identifier. You can also enter something else, but it makes it easier to set up the policies for the individual SSIDs later.<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-02.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2589" src="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-02-1024x675.jpg" alt="" width="1024" height="675" srcset="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-02-1024x675.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-02-300x198.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-02-768x506.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-02-1536x1012.jpg 1536w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-02-2048x1350.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>As a last step, we need the IP addresses of the individual access points.</p>
<p>AP01:<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-03b.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2590" src="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-03b-1024x847.jpg" alt="" width="1024" height="847" srcset="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-03b-1024x847.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-03b-300x248.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-03b-768x635.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-03b-1536x1270.jpg 1536w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-03b.jpg 2014w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>AP02:<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-04b.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2591" src="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-04b-1024x855.jpg" alt="" width="1024" height="855" srcset="https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-04b-1024x855.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-04b-300x250.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-04b-768x641.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-04b-1536x1282.jpg 1536w, https://networkguy.de/wp-content/uploads/2021/05/InstandOn802.1x-04b.jpg 2006w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>&nbsp;</p>
<h3><strong>The NPS Settigns</strong></h3>
<p>First, we must create the Radius-Clients. (the two Instant On APs)<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/NPS-01.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2593" src="https://networkguy.de/wp-content/uploads/2021/05/NPS-01-983x1024.jpg" alt="" width="983" height="1024" srcset="https://networkguy.de/wp-content/uploads/2021/05/NPS-01-983x1024.jpg 983w, https://networkguy.de/wp-content/uploads/2021/05/NPS-01-288x300.jpg 288w, https://networkguy.de/wp-content/uploads/2021/05/NPS-01-768x800.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/NPS-01.jpg 1112w" sizes="(max-width: 983px) 100vw, 983px" /></a></p>
<p>Next, the network policy must be created. I have it named like the SSID Wifi-Enterprise.<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/NPS-02.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2594" src="https://networkguy.de/wp-content/uploads/2021/05/NPS-02-1024x658.jpg" alt="" width="1024" height="658" srcset="https://networkguy.de/wp-content/uploads/2021/05/NPS-02-1024x658.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/NPS-02-300x193.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/NPS-02-768x493.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/NPS-02-1536x987.jpg 1536w, https://networkguy.de/wp-content/uploads/2021/05/NPS-02-2048x1316.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Under conditions, I specify the Windows group for the wifi users and the NAS identifier so that the policy for the correct SSID takes effect. With Instant On this is not a problem because I can specify the NAS identifier per SSID.<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/NPS-03.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2595" src="https://networkguy.de/wp-content/uploads/2021/05/NPS-03-1024x856.jpg" alt="" width="1024" height="856" srcset="https://networkguy.de/wp-content/uploads/2021/05/NPS-03-1024x856.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/NPS-03-300x251.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/NPS-03-768x642.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/NPS-03.jpg 1086w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Under Restrictions, please configure the following:<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/NPS-04.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2596" src="https://networkguy.de/wp-content/uploads/2021/05/NPS-04-1024x680.jpg" alt="" width="1024" height="680" srcset="https://networkguy.de/wp-content/uploads/2021/05/NPS-04-1024x680.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/NPS-04-300x199.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/NPS-04-768x510.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/NPS-04.jpg 1427w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>And under settings just leave the default values as they are.<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/NPS-05.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2597" src="https://networkguy.de/wp-content/uploads/2021/05/NPS-05-1024x843.jpg" alt="" width="1024" height="843" srcset="https://networkguy.de/wp-content/uploads/2021/05/NPS-05-1024x843.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/NPS-05-300x247.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/NPS-05-768x632.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/NPS-05.jpg 1118w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<h3><strong>Check the Results:</strong></h3>
<p>I checked the wifi with my iPhone and my Windows notebook.</p>
<p>Under Networks you can see the devices per SSID.<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-01b.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2598" src="https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-01b-1024x688.jpg" alt="" width="1024" height="688" srcset="https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-01b-1024x688.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-01b-300x202.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-01b-768x516.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-01b-1536x1032.jpg 1536w, https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-01b.jpg 1660w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>And here I see my iPhone and my notebook :)<br />
<a href="https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-02b.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2599" src="https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-02b-1024x750.jpg" alt="" width="1024" height="750" srcset="https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-02b-1024x750.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-02b-300x220.jpg 300w, https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-02b-768x562.jpg 768w, https://networkguy.de/wp-content/uploads/2021/05/ResultCheck-02b.jpg 1530w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>&nbsp;</p>
<p>Anyone who wants great Wi-Fi for little money should take a closer look at Instant On World. For homes like mine or small businesses, the APs are just right. :D</p>
<p>If you are interested once the links</p>
<p><a href="https://www.amazon.de/Aruba-Instant-Zugangspunkt-Ladeger%C3%A4t-MU-MIMO/dp/B07V2JPBLG/ref=sr_1_2?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;dchild=1&amp;keywords=aruba+instant+on&amp;qid=1620221518&amp;sr=8-2&amp;tag=netguy-21" target="_blank" rel="noopener noreferrer">Aruba AP11</a></p>
<p><a href="https://www.amazon.de/Hewlett-Packard-Enterprise-Aruba-Instant/dp/B07V3NMPV6/ref=sr_1_6?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;dchild=1&amp;keywords=aruba+instant+on&amp;qid=1620221518&amp;sr=8-6&amp;tag=netguy-21">Aruba AP11D</a></p>
<p><a href="https://www.amazon.de/Hewlett-Packard-Enterprise-Aruba-Instant/dp/B07V6GGD4R/ref=sr_1_4?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;dchild=1&amp;keywords=aruba+instant+on&amp;qid=1620221518&amp;sr=8-4&amp;tag=netguy-21" target="_blank" rel="noopener noreferrer">Aruba AP12</a></p>
<p><a href="https://www.amazon.de/Hewlett-Packard-Enterprise-Aruba-Instant/dp/B07V5HVZSD/ref=sr_1_1?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;dchild=1&amp;keywords=aruba+instant+on&amp;qid=1620221518&amp;sr=8-1&amp;tag=netguy-21" target="_blank" rel="noopener noreferrer">Aruba AP15</a></p>
<p><a href="https://www.amazon.de/Hewlett-Packard-Enterprise-Aruba-Instant/dp/B07V3NN7J1/ref=sr_1_7?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;dchild=1&amp;keywords=aruba+instant+on&amp;qid=1620221518&amp;sr=8-7&amp;tag=netguy-21" target="_blank" rel="noopener noreferrer">Aruba AP17 (Outdoor)</a></p>
<p><a href="https://www.amazon.de/Aruba-HPE-Instant-AP22-Deckenmontage/dp/B08F45TP26/ref=sr_1_5?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;dchild=1&amp;keywords=aruba+instant+on&amp;qid=1620221518&amp;sr=8-5&amp;tag=netguy-21" target="_blank" rel="noopener noreferrer">Aruba AP22 (Wifi 6)</a></p>
<p>And 3 recommended Aruba PoE switches</p>
<p><a href="https://www.amazon.de/Aruba-1930-2SFP-124W-Switch/dp/B08B51VC6F/ref=sr_1_8?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;crid=16GIZTXU1M1D4&amp;dchild=1&amp;keywords=aruba+instant+on+switch&amp;qid=1620221886&amp;sprefix=aruba+instant+on+sw%2Caps%2C167&amp;sr=8-8&amp;tag=netguy-21" target="_blank" rel="noopener noreferrer">1930 8P</a></p>
<p><a href="https://www.amazon.de/Aruba-1930-4SFP-Schwarz-JL683A/dp/B08B4ZR5MF/ref=sr_1_7?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;crid=16GIZTXU1M1D4&amp;dchild=1&amp;keywords=aruba+instant+on+switch&amp;qid=1620221886&amp;sprefix=aruba+instant+on+sw%2Caps%2C167&amp;sr=8-7&amp;tag=netguy-21" target="_blank" rel="noopener noreferrer">1930 24P</a></p>
<p><a href="https://www.amazon.de/Aruba-IOn-1930-4SFP-370W/dp/B08B1Y3RHT/ref=sr_1_8?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;dchild=1&amp;keywords=aruba+instant+on+switch+poe&amp;qid=1620222064&amp;sr=8-8&amp;tag=netguy-21" target="_blank" rel="noopener noreferrer">1930 48P</a></p>
<p style="text-align: center;"><strong>Have a nice day!</strong></p>
<p>&nbsp;</p>
<p>The post <a href="https://networkguy.de/aruba-instant-on-how-to-setup802-1x-with-windows-nps/">Aruba Instant On how to setup 802.1x with Windows NPS</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://networkguy.de/aruba-instant-on-how-to-setup802-1x-with-windows-nps/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2587</post-id>	</item>
		<item>
		<title>Aruba Mobility Controller with Sophos SG/XG hotspot Portal</title>
		<link>https://networkguy.de/aruba-mobility-controller-with-sophos-sg-xg-hotspot-portal/</link>
					<comments>https://networkguy.de/aruba-mobility-controller-with-sophos-sg-xg-hotspot-portal/#comments</comments>
		
		<dc:creator><![CDATA[Phillip]]></dc:creator>
		<pubDate>Sun, 04 Apr 2021 18:27:11 +0000</pubDate>
				<category><![CDATA[Aruba]]></category>
		<category><![CDATA[Sophos UTM]]></category>
		<category><![CDATA[Sophos XG]]></category>
		<category><![CDATA[WLAN]]></category>
		<category><![CDATA[Sophos]]></category>
		<category><![CDATA[Sophos SG]]></category>
		<guid isPermaLink="false">https://networkguy.de/?p=2555</guid>

					<description><![CDATA[<p>Hello Guys, &#160; today I will talk about how to configuring a guest Wifi with a Aruba Mobility Controller and the Sophos hotspot solution. In this example I will using the Sophos SG hotspot solution. With Sophos XG, it&#8217;s basically the same. Sophos SG Create a new Interface It&#8217;s recommandet, to use a own interface [&#8230;]</p>
<p>The post <a href="https://networkguy.de/aruba-mobility-controller-with-sophos-sg-xg-hotspot-portal/">Aruba Mobility Controller with Sophos SG/XG hotspot Portal</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello Guys,</p>
<p>&nbsp;</p>
<p>today I will talk about how to configuring a guest Wifi with a Aruba Mobility Controller and the Sophos hotspot solution.</p>
<p>In this example I will using the Sophos SG hotspot solution. With Sophos XG, it&#8217;s basically the same.</p>
<p><span style="font-size: 18pt;"><strong>Sophos SG</strong></span></p>
<p><strong>Create a new Interface</strong></p>
<p>It&#8217;s recommandet, to use a own interface for the guests. If you use a hardware interface or a VLAN interface, it&#8217;s your choice. I using VLAN interfaces.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/SG1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2556" src="https://networkguy.de/wp-content/uploads/2021/04/SG1.jpg" alt="" width="350" height="331" srcset="https://networkguy.de/wp-content/uploads/2021/04/SG1.jpg 350w, https://networkguy.de/wp-content/uploads/2021/04/SG1-300x284.jpg 300w" sizes="(max-width: 350px) 100vw, 350px" /></a></p>
<p><strong>Create a firewall rule for the web access </strong></p>
<p>To avoid problems with VIP visitors, I recommend allowing any service to access the internet. I will come to the topic of proxy in a moment.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/SG2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2557" src="https://networkguy.de/wp-content/uploads/2021/04/SG2.jpg" alt="" width="986" height="243" srcset="https://networkguy.de/wp-content/uploads/2021/04/SG2.jpg 986w, https://networkguy.de/wp-content/uploads/2021/04/SG2-300x74.jpg 300w, https://networkguy.de/wp-content/uploads/2021/04/SG2-768x189.jpg 768w" sizes="(max-width: 986px) 100vw, 986px" /></a></p>
<p><strong>masquerading rule</strong></p>
<p>Without it, the package also gets on the internet, but not back :D</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/SG3.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2558" src="https://networkguy.de/wp-content/uploads/2021/04/SG3.jpg" alt="" width="985" height="236" srcset="https://networkguy.de/wp-content/uploads/2021/04/SG3.jpg 985w, https://networkguy.de/wp-content/uploads/2021/04/SG3-300x72.jpg 300w, https://networkguy.de/wp-content/uploads/2021/04/SG3-768x184.jpg 768w" sizes="(max-width: 985px) 100vw, 985px" /></a></p>
<p><strong>The DHCP </strong></p>
<p>Do not use your AD DHCP server. If you still have a server at all thanks to Azure. Always keep guest solutions as far away as possible from your infrastructure. That&#8217;s why I use the DHCP server from the Sophos SG and also send DNS queries directly to google DNS. Do not use the SG as DNS server for guest solutions. Because most UTMs have a query route to their own domain and the guest user can query your SG/XG via DNS queries about your environment.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/SG4.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2559" src="https://networkguy.de/wp-content/uploads/2021/04/SG4.jpg" alt="" width="607" height="596" srcset="https://networkguy.de/wp-content/uploads/2021/04/SG4.jpg 607w, https://networkguy.de/wp-content/uploads/2021/04/SG4-300x295.jpg 300w" sizes="(max-width: 607px) 100vw, 607px" /></a></p>
<p><strong>hotspot portal</strong></p>
<p>Here you have to put in the new interface and activate the hotspot type of your choice. I prefer the voucher solution.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/SG8-Hotspot.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2577" src="https://networkguy.de/wp-content/uploads/2021/04/SG8-Hotspot.jpg" alt="" width="513" height="817" srcset="https://networkguy.de/wp-content/uploads/2021/04/SG8-Hotspot.jpg 513w, https://networkguy.de/wp-content/uploads/2021/04/SG8-Hotspot-188x300.jpg 188w" sizes="(max-width: 513px) 100vw, 513px" /></a></p>
<p><strong>And finally the proxy</strong></p>
<p>For the guests, only the transparent proxy comes into consideration. No guest user wants to enter a static proxy into the system first. You should also only activate URL filtering, because no one wants to import the proxy CA. Now you have to define the policy and that&#8217;s it for the UTM configuration.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/SG5-Proxy1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2560" src="https://networkguy.de/wp-content/uploads/2021/04/SG5-Proxy1.jpg" alt="" width="998" height="470" srcset="https://networkguy.de/wp-content/uploads/2021/04/SG5-Proxy1.jpg 998w, https://networkguy.de/wp-content/uploads/2021/04/SG5-Proxy1-300x141.jpg 300w, https://networkguy.de/wp-content/uploads/2021/04/SG5-Proxy1-768x362.jpg 768w" sizes="(max-width: 998px) 100vw, 998px" /></a></p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/SG6-Proxy2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2561" src="https://networkguy.de/wp-content/uploads/2021/04/SG6-Proxy2.jpg" alt="" width="751" height="537" srcset="https://networkguy.de/wp-content/uploads/2021/04/SG6-Proxy2.jpg 751w, https://networkguy.de/wp-content/uploads/2021/04/SG6-Proxy2-300x215.jpg 300w" sizes="(max-width: 751px) 100vw, 751px" /></a></p>
<p>What web categories you allow via policy, you have to decide yourself.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/SG7-Proxy3.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2562" src="https://networkguy.de/wp-content/uploads/2021/04/SG7-Proxy3.jpg" alt="" width="751" height="205" srcset="https://networkguy.de/wp-content/uploads/2021/04/SG7-Proxy3.jpg 751w, https://networkguy.de/wp-content/uploads/2021/04/SG7-Proxy3-300x82.jpg 300w" sizes="(max-width: 751px) 100vw, 751px" /></a></p>
<p>&nbsp;</p>
<p><span style="font-size: 18pt;"><strong>Aruba Mobility Controller</strong></span></p>
<p>My recommendation, configure everything under Mobility Controller level and not on the individual controller.</p>
<p><strong>Add a new VLAN interface</strong></p>
<p>We only need a VLAN interface with the same VLAN ID as the guest interface on the Sophos SG. No IP configuration is required on the mobility controller.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-VLAN-interface.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2563" src="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-VLAN-interface-1024x396.jpg" alt="" width="1024" height="396" srcset="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-VLAN-interface-1024x396.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-VLAN-interface-300x116.jpg 300w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-VLAN-interface-768x297.jpg 768w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-VLAN-interface-1536x594.jpg 1536w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-VLAN-interface.jpg 1566w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p><strong>Create the SSID</strong></p>
<p>I recommend using the tunnel mode. This way I don&#8217;t have to maintain all VLANs at the access points. Instead, I let the traffic first break out at the Mobility Controller.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN1.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2572" src="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN1-1024x477.jpg" alt="" width="1024" height="477" srcset="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN1-1024x477.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN1-300x140.jpg 300w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN1-768x358.jpg 768w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN1.jpg 1447w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>&nbsp;</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN2.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2566 size-medium" src="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN2-300x115.jpg" alt="" width="300" height="115" srcset="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN2-300x115.jpg 300w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN2.jpg 448w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>We need a simple open WLAN.<br />
Because we are using the Sophos SG guest solution in this example, I won&#8217;t go into detail about the possible Aruba solutions.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN3.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2567 size-full" src="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN3.jpg" alt="" width="605" height="385" srcset="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN3.jpg 605w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN3-300x191.jpg 300w" sizes="(max-width: 605px) 100vw, 605px" /></a></p>
<p>Now we have to remember the name of the default role. Because we have to edit these right away.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN4.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2568 size-full" src="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN4.jpg" alt="" width="451" height="146" srcset="https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN4.jpg 451w, https://networkguy.de/wp-content/uploads/2021/04/ArubaMC-WLAN4-300x97.jpg 300w" sizes="(max-width: 451px) 100vw, 451px" /></a></p>
<p><strong>Edit  the role</strong></p>
<p>For simplicity, we could write an Any rule because the Sophos SG takes care of security. But for the good feeling, we restrict the traffic a bit.</p>
<p>Because it&#8217;s a bit hard to read, here&#8217;s the content: We only allow the client to talk to the Sophos SG on the guest interface. Forbid the rest of the private IP address ranges and then allow Any for the Internet access.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/ArubaACL.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2668" src="https://networkguy.de/wp-content/uploads/2021/04/ArubaACL-1024x403.jpg" alt="" width="1024" height="403" srcset="https://networkguy.de/wp-content/uploads/2021/04/ArubaACL-1024x403.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL-300x118.jpg 300w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL-768x302.jpg 768w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL-1536x604.jpg 1536w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL.jpg 1566w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p><a href="https://networkguy.de/wp-content/uploads/2021/04/ArubaACL1.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2669" src="https://networkguy.de/wp-content/uploads/2021/04/ArubaACL1-1024x78.jpg" alt="" width="1024" height="78" srcset="https://networkguy.de/wp-content/uploads/2021/04/ArubaACL1-1024x78.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL1-300x23.jpg 300w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL1-768x58.jpg 768w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL1.jpg 1532w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><a href="https://networkguy.de/wp-content/uploads/2021/04/ArubaACL2.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2671" src="https://networkguy.de/wp-content/uploads/2021/04/ArubaACL2-1024x36.jpg" alt="" width="1024" height="36" srcset="https://networkguy.de/wp-content/uploads/2021/04/ArubaACL2-1024x36.jpg 1024w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL2-300x11.jpg 300w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL2-768x27.jpg 768w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL2-1536x55.jpg 1536w, https://networkguy.de/wp-content/uploads/2021/04/ArubaACL2.jpg 1549w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>Have a nice day!</strong></p>
<p>&nbsp;</p>
<p>The post <a href="https://networkguy.de/aruba-mobility-controller-with-sophos-sg-xg-hotspot-portal/">Aruba Mobility Controller with Sophos SG/XG hotspot Portal</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://networkguy.de/aruba-mobility-controller-with-sophos-sg-xg-hotspot-portal/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2555</post-id>	</item>
		<item>
		<title>How to setup a redundant WLAN point-to-point connection with aruba AP 387</title>
		<link>https://networkguy.de/how-to-setup-a-redundant-wlan-point-to-point-connection-with-aruba-ap-387/</link>
					<comments>https://networkguy.de/how-to-setup-a-redundant-wlan-point-to-point-connection-with-aruba-ap-387/#respond</comments>
		
		<dc:creator><![CDATA[Phillip]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 21:06:16 +0000</pubDate>
				<category><![CDATA[Aruba]]></category>
		<category><![CDATA[HPE Networking]]></category>
		<category><![CDATA[WLAN]]></category>
		<guid isPermaLink="false">https://networkguy.de/?p=2489</guid>

					<description><![CDATA[<p>Hello guys, today I want to tell you how to create a redundant point-to-point connection with Aruba 387 access points. &#160; Update for this setup the firmware version 8.6.0.6 or newer is absolutely needed. Because in the older versions the bug AOS-216445 is not fixed yet. &#160; AOS-216445 Clients connected to the mesh portal AP [&#8230;]</p>
<p>The post <a href="https://networkguy.de/how-to-setup-a-redundant-wlan-point-to-point-connection-with-aruba-ap-387/">How to setup a redundant WLAN point-to-point connection with aruba AP 387</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello guys,</p>
<p>today I want to tell you how to create a redundant point-to-point connection with Aruba 387 access points.</p>
<p>&nbsp;</p>
<p><strong>Update</strong></p>
<p>for this setup the firmware version 8.6.0.6 or newer is absolutely needed. Because in the older versions the bug AOS-216445 is not fixed yet.</p>
<p>&nbsp;</p>
<p><em>AOS-216445 </em><br />
<em>Clients connected to the mesh portal AP were unable to reach devices connected to the mesh point AP and vice versa. This issue occurred when the client roamed from a source mesh AP to another mesh AP and back to the source mesh AP. The fix ensures that clients communicate with devices in the mesh network as expected. This issue was observed in AP-387 access points running Aruba Instant 8.6.0.6 or later versions. </em></p>
<p>&nbsp;</p>
<h2><strong>Let&#8217;s look at the background</strong></h2>
<p>The customer has 2 warehouses which are about 150 meters apart and connected by WLAN. The previous WLAN solution manages the redundancy with cold standby devices. Unfortunately the problem was that there is no IT staff at this location to connect the backup APs in case of failure.</p>
<h2><strong>Logical structure</strong></h2>
<p>We have 2 Aruba 2930 24G PoE switches in the VSF stack on each side. One AP 387 is connected to each stack member. The access points are in standalone mode and form a point to point connection in pairs. AP01 + AP03 and AP02 + AP04. To prevent a switching loop, one of the two connections is switched off via Spannig Tree.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/Point-to-Poin-logical-structur-scaled.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2490 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/Point-to-Poin-logical-structur-1024x359.jpg" alt="" width="1024" height="359" srcset="https://networkguy.de/wp-content/uploads/2020/11/Point-to-Poin-logical-structur-1024x359.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/Point-to-Poin-logical-structur-300x105.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/Point-to-Poin-logical-structur-768x270.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/Point-to-Poin-logical-structur-1536x539.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/Point-to-Poin-logical-structur-2048x719.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<h2><strong>Configuration<br />
</strong></h2>
<p>Since the article is more about the point-to-point connection, I will only roughly describe the switch configuration.</p>
<h3><strong>Switches</strong></h3>
<p>Build the stacks, activate Spanning Tree on the switches. Configure the switch facing the Internet (SW-Stack-01) as STP root. Otherwise, configure the typical switch configuration such as management IP, management user and password, etc.</p>
<h3><strong>Access Points</strong></h3>
<h4><strong>Basic configuration</strong></h4>
<p>The APs are all connected to SW-Stack-01. Alternatively you can also use a lan cable between SW-Stack-01 and SW-Stack-02. Convert all APs to standalone access points (no IAP cluster). Assign a fixed IP, gateway and DNS address on all APs.</p>
<h4><strong>Do the following on all APs:</strong></h4>
<h4>Edit the default_wired:port_profile:<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2493 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1024x275.jpg" alt="" width="1024" height="275" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1024x275.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-300x81.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-768x207.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1536x413.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-2048x551.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></h4>
<p>Activate extended view (last button at the very bottom) and do the following.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-2.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2496 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-2-1024x481.jpg" alt="" width="1024" height="481" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-2-1024x481.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-2-300x141.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-2-768x361.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-2-1536x722.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-2-2048x962.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-3.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2497 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-3-1024x393.jpg" alt="" width="1024" height="393" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-3-1024x393.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-3-300x115.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-3-768x295.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-3-1536x590.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-3-2048x786.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-4.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2498 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-4-1024x407.jpg" alt="" width="1024" height="407" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-4-1024x407.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-4-300x119.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-4-768x305.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-4-1536x611.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-4-2048x814.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-5.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2499 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-5-1024x565.jpg" alt="" width="1024" height="565" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-5-1024x565.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-5-300x166.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-5-768x424.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-5-1536x847.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-default-wired-profile-5-2048x1130.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<h4>Edit the Access Point profile</h4>
<p>Example based on AP01 (still perform on all APs)<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2500 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1-1024x275.jpg" alt="" width="1024" height="275" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1-1024x275.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1-300x81.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1-768x207.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1-1536x413.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-1-1-2048x551.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/edit-AP-2.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2494 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-AP-2-1024x363.jpg" alt="" width="1024" height="363" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-AP-2-1024x363.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-2-300x106.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-2-768x272.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-2-1536x545.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-AP-2-2048x726.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Now reboot all APs.</p>
<h4><strong>Configure the mesh links</strong></h4>
<p>After the reboot we continue on the shell.</p>
<p>If you can&#8217;t access it via SSH, you can also do the steps via the Com Port of the AP.</p>
<p><strong>link between AP01 and AP03</strong></p>
<p>Perform the following configuration on AP01 and AP03</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">no mesh-disable
mesh-cluster-name Link-A
mesh-cluster-key MyPassword123</pre>
<p>example AP01:</p>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2501 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1-1024x196.jpg" alt="" width="1024" height="196" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1-1024x196.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1-300x57.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1-768x147.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1-1536x294.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1.jpg 1984w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>The mesh cluster name is freely selectable.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2502 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2-1024x42.jpg" alt="" width="1024" height="42" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2-1024x42.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2-300x12.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2-768x32.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2-1536x63.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2.jpg 1987w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>The mesh cluster key is also freely selectable.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh3.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2503 size-large" src="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh3-1024x29.jpg" alt="" width="1024" height="29" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh3-1024x29.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh3-300x9.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh3-768x22.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh3-1536x44.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh3.jpg 1985w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><br />
Now you can reboot AP01 and AP03.</p>
<p><strong>link between AP02 and AP04</strong></p>
<p>On AP02 and AP04 the configuration is almost identical. Only a different mesh cluster name and mesh key is used.</p>
<p>example AP02:<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1b.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2504" src="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1b-1024x283.jpg" alt="" width="1024" height="283" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1b-1024x283.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1b-300x83.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1b-768x212.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1b-1536x425.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-1b.jpg 1993w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><a href="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2b.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2505" src="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2b-1024x45.jpg" alt="" width="1024" height="45" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2b-1024x45.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2b-300x13.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2b-768x34.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2b-1536x68.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-2b.jpg 1988w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-3b.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2506" src="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-3b-1024x42.jpg" alt="" width="1024" height="42" srcset="https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-3b-1024x42.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-3b-300x12.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-3b-768x32.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-3b-1536x63.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/edit-mesh-3b.jpg 1973w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><br />
Now you can also reboot AP02 and AP04.</p>
<h4><strong>Turn AP03 and AP04 into mesh points</strong></h4>
<p>The following steps must be performed on AP03 and AP04.</p>
<p>example AP03:<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/mesh-point-1.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2508" src="https://networkguy.de/wp-content/uploads/2020/11/mesh-point-1-1024x299.jpg" alt="" width="1024" height="299" srcset="https://networkguy.de/wp-content/uploads/2020/11/mesh-point-1-1024x299.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/mesh-point-1-300x88.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/mesh-point-1-768x224.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/mesh-point-1-1536x448.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/mesh-point-1.jpg 1977w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/mesh-point-2.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2509" src="https://networkguy.de/wp-content/uploads/2020/11/mesh-point-2-1024x534.jpg" alt="" width="1024" height="534" srcset="https://networkguy.de/wp-content/uploads/2020/11/mesh-point-2-1024x534.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/mesh-point-2-300x156.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/mesh-point-2-768x400.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/mesh-point-2-1536x801.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/mesh-point-2.jpg 1976w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Then connect AP03 and AP04 to switch SW-Stack-02. Or remove the LAN cable between SW-Stack-01 and SW-Stack-02 if you have connected both switches for a test setup.</p>
<h2><strong>checking the result</strong></h2>
<p>The mesh is not visible in the Web GUI.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">show ap-env</pre>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/show-ap-env.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2524" src="https://networkguy.de/wp-content/uploads/2020/11/show-ap-env-1024x253.jpg" alt="" width="1024" height="253" srcset="https://networkguy.de/wp-content/uploads/2020/11/show-ap-env-1024x253.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/show-ap-env-300x74.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/show-ap-env-768x190.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/show-ap-env-1536x379.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/show-ap-env.jpg 2012w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">show ap mesh cluster status</pre>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-2.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2511" src="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-2-1024x67.jpg" alt="" width="1024" height="67" srcset="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-2-1024x67.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-2-300x20.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-2-768x50.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-2-1536x101.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-2.jpg 1982w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">show ap mesh cluster topology</pre>
<p>Here you can see that AP03 is the mesh point (child) of AP01 the mesh portal.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-3.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2512" src="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-3-1024x120.jpg" alt="" width="1024" height="120" srcset="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-3-1024x120.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-3-300x35.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-3-768x90.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-3-1536x181.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-3.jpg 1990w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">show ap mesh link</pre>
<p>The 60Ghz WLAN runs automatically in parallel to the 5GHz. In this example the 60GHz network runs on channel 2.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-4.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2513" src="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-4-1024x147.jpg" alt="" width="1024" height="147" srcset="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-4-1024x147.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-4-300x43.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-4-768x110.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-4-1536x220.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-4.jpg 1996w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Example how the mesh link between 2 APs must look like. (AP01 and AP03)<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-5.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-2514" src="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-5-1024x296.jpg" alt="" width="1024" height="296" srcset="https://networkguy.de/wp-content/uploads/2020/11/mesh-test-5-1024x296.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-5-300x87.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-5-768x222.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-5-1536x443.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/mesh-test-5.jpg 1996w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>&nbsp;</p>
<p>During a failover test with this configuration I had 0 to 1 ping drop out during a continuous ping</p>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>Have a nice day!</strong></p>
<p>&nbsp;</p>
<p>The post <a href="https://networkguy.de/how-to-setup-a-redundant-wlan-point-to-point-connection-with-aruba-ap-387/">How to setup a redundant WLAN point-to-point connection with aruba AP 387</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://networkguy.de/how-to-setup-a-redundant-wlan-point-to-point-connection-with-aruba-ap-387/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2489</post-id>	</item>
	</channel>
</rss>
