<?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>Frameburst.net</title>
	<atom:link href="http://www.frameburst.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frameburst.net</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 14:06:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Captive Portal Authentication (ArubaOS 3x)</title>
		<link>http://www.frameburst.net/2010/03/captive-portal-authentication-arubaos-3x/</link>
		<comments>http://www.frameburst.net/2010/03/captive-portal-authentication-arubaos-3x/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 10:27:31 +0000</pubDate>
		<dc:creator>nico</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Aruba Networks]]></category>
		<category><![CDATA[Captive Portal]]></category>
		<category><![CDATA[Guest Access]]></category>

		<guid isPermaLink="false">http://www.frameburst.net/2010/03/captive-portal-authentication-arubaos-3x/</guid>
		<description><![CDATA[I’ve been figuring out how to configure the ‘Captive Portal’ authentication feature within Aruba’s Wireless Controller. I found out that Aruba’s configuration guide was very outdated about this topic, they’ve a configuration guide available for ArubaOS 2x but not for version 3x. Within this article I will explain how to configure secure guest access by [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Verdana">I’ve been figuring out how to configure the ‘Captive Portal’ authentication feature within Aruba’s Wireless Controller. I found out that Aruba’s configuration guide was very outdated about this topic, they’ve a configuration guide available for ArubaOS 2x but not for version 3x.</font></p>
<p><font size="2" face="Verdana">Within this article I will explain how to configure secure guest access by providing a ‘Captive Portal’ when users log on to the wireless network. This is only a very basic configuration example of the diagram shown below:</font></p>
<p><font size="2" face="Verdana">&#160;</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/guestaccess1.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="guest access" border="0" alt="guest access" src="http://www.frameburst.net/wp-content/uploads/2010/03/guestaccess_thumb1.jpg" width="454" height="259" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">Please note: In my example I’ve used an Aruba 3200 Mobility Controller running ArubaOS 3.1 with an AP 65, it’s possible that some configuration steps may differ for&#160; your Controller.</font></p>
<p><font size="2" face="Verdana">&#160;</font></p>
<p><font size="2" face="Verdana"><strong>Required licenses:</strong></font></p>
<ul>
<li><font size="2" face="Verdana">ArubaOS 3x: Comes standard with all Aruba Mobility Controllers. </font></li>
<li><font size="2" face="Verdana">Policy Enforcement Firewall module (PEF): Required to define user roles, firewall ACL policies and rule derivation rules. </font></li>
</ul>
<p><font size="2" face="Verdana">&#160;</font></p>
<p><font size="2" face="Verdana"><strong>Configure base system:</strong></font></p>
<p><font size="2" face="Verdana">From this point you’ll need to login to the Mobility Controller by using the serial (console) connection, do not use the Graphical User Interface (GUI) to avoid disruptions. All other configurations will be done via the Graphical User Interface.</font></p>
<p><font size="2" face="Verdana">1. When you first connect to the Aruba Mobility Controller an initial setup dialog will be displayed, I followed the initial setup by configuring the following settings:</font></p>
<ul>
<li><font size="2" face="Verdana">System name: Aruba-master </font></li>
<li><font size="2" face="Verdana">VLAN 1 interface IP Address: 192.168.0.1 </font></li>
<li><font size="2" face="Verdana">VLAN 1 interface subnet mask: 255.255.255.0 </font></li>
<li><font size="2" face="Verdana">IP Default Gateway: 192.168.0.254 </font></li>
<li><font size="2" face="Verdana">Switch role: Master </font></li>
<li><font size="2" face="Verdana">Country Code: NL </font></li>
<li><font size="2" face="Verdana">Time Zone: PST-8:0 </font></li>
</ul>
<p><font size="2" face="Verdana">2. Next step is to configure the loopback interface which is required for the communication with Access Points (APs) and a VLAN for wireless guest access. First I’ll configure the loopback interface as shown below:</font></p>
<p>  <code>
<p align="left"><font size="2" face="Lucida Console">(Aruba-master) #configure terminal      <br />(Aruba-master) (config) #interface loopback       <br />(Aruba-master) (config-loop)# ip address 192.168.0.2</font></p>
<p></code>
<p><font size="2" face="Verdana"></font></p>
<p><font size="2" face="Verdana">3. Next I’m creating a new VLAN for wireless guest access, in my example VLAN 100 is created for guest usage as shown below:</font></p>
<p>  <code>
<p align="left"><font size="2" face="Lucida Console">(Aruba-master) (config) #vlan 100      <br />(Aruba-master) (config) #interface vlan 100       <br />(Aruba-master) (config-subinf) #ip address 192.168.100.1 255.255.255.0</font></p>
<p></code>
<p><font size="2" face="Verdana"></font></p>
<p><font size="2" face="Verdana">4. In my example I will configure Ethernet port 0 being dedicated to internal network (192.168.0.0/24) and Ethernet port 1 being dedicated to guest network (192.168.100.0/24) as shown below:</font></p>
<p>  <code>
<p align="left"><font size="2" face="Verdana"><font face="Lucida Console">(Aruba-master) (config) #interface gigabitethernet 1/0       <br />(Aruba-master) (config-if) #description Internal_Network         <br />(Aruba-master) (config-if) #switchport access vlan 1         <br />(Aruba-master) (config-if) #trusted         </p>
<p>(Aruba-master) (config) #interface gigabitethernet 1/1        <br />(Aruba-master) (config-if) #description Guest_Network         <br />(Aruba-master) (config-if) #switchport access vlan 100</font></font></p>
<p></code> <font size="2" face="Verdana"><font face="Lucida Console"></font>
<p align="left"></p>
<p>   <font face="Verdana">     <br /><font size="2">5. Next we need to configure the redirection address for the captive portal, In my example this will be the IP-address of VLAN 100 interface (Guest Network) as shown below:</font></font></font>   <code>
<p align="left"><font size="2" face="Lucida Console">     <br />(Aruba-master) (config) #ip cp-redirect-address 192.168.100.1</font></p>
<p></code>
<p><font size="2" face="Verdana"></font></p>
<p><font size="2" face="Verdana">6. Ok, now the base configuration is completed reboot your Aruba Mobility Controller for the changes to take effect as shown below:</font></p>
<p>  <code>
<p align="left"><font size="2" face="Lucida Console">(Aruba-master) (config) #exit      <br />(Aruba-master) #write memory       <br />(Aruba-master) #reload       </p>
<p>Do you really want to reset the system (y/n): y       <br />System will now restart!</font></p>
<p></code>
<p><font size="2" face="Verdana">&#160;</font></p>
<p><font size="2" face="Verdana"><strong>Configuring secure guest access:</strong></font></p>
<p><font size="2" face="Verdana">Now I’m going to configure secure guest access by configuring a ‘Captive Guest Portal’, I will use the Graphical User Interface (GUI) for the following configuration steps</font></p>
<p><font size="2" face="Verdana">1. First I’m going to configure the DHCP Pool for the wireless guest users, you can also use a dedicated DHCP server (eg. Microsoft). From the Configuration tab go to ‘Network&gt;IP’ as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step01.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step01" border="0" alt="step01" src="http://www.frameburst.net/wp-content/uploads/2010/03/step01_thumb.jpg" width="115" height="69" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">2. You’ll see several tabs regarding the IP configuration of the Mobility Controller, choose ‘DHCP Server’ and then add a new ‘Pool Configuration’ as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step02.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step02" border="0" alt="step02" src="http://www.frameburst.net/wp-content/uploads/2010/03/step02_thumb.jpg" width="551" height="127" /></font></a><font size="2" face="Verdana">&#160; <br />4. Enable the DHCP by clicking on the ‘Enable DHCP Server’ checkbox and apply your configuration.</font></p>
<p><font size="2" face="Verdana">3. Ok now the IP configuration is completed we need to configure the wireless profiles, from the configuration tab go to ‘Advanced Services&gt;All Profiles’ as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step03.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step03" border="0" alt="step03" src="http://www.frameburst.net/wp-content/uploads/2010/03/step03_thumb.jpg" width="121" height="116" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">2. Cascade ‘Wireless LAN’ and choose the ‘SSID Profile’ submenu as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step04.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step04" border="0" alt="step04" src="http://www.frameburst.net/wp-content/uploads/2010/03/step04_thumb.jpg" width="191" height="55" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">3. There’s already a default SSID profile present but best practice is to manually add a new SSID profile as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step05.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step05" border="0" alt="step05" src="http://www.frameburst.net/wp-content/uploads/2010/03/step05_thumb.jpg" width="551" height="84" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">4. Edit the new SSID profile settings, choose a ‘SSID Network Name’ for your guest network and make sure the 802.11 security settings are set to ‘None’ for authentication and ‘Open’ for encryption as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step06.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step06" border="0" alt="step06" src="http://www.frameburst.net/wp-content/uploads/2010/03/step06_thumb.jpg" width="550" height="165" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">5. Ok now we have SSID profile for guest access next step is to create an AAA profile, go to ‘AAA Profile’ submenu as shown below:</font></p>
<p><font size="2" face="Verdana">&#160;</font><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step07.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step07" border="0" alt="step07" src="http://www.frameburst.net/wp-content/uploads/2010/03/step07_thumb.jpg" width="154" height="244" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">6. There are several default AAA profiles available, create a new profile as shown below:      <br />&#160;</font><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step08.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step08" border="0" alt="step08" src="http://www.frameburst.net/wp-content/uploads/2010/03/step08_thumb.jpg" width="551" height="66" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">7. Edit the new AAA profile settings, make sure the ‘Initial role’ is set to ‘guest-logon’ as shown below:      <br />&#160;</font><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step09.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step09" border="0" alt="step09" src="http://www.frameburst.net/wp-content/uploads/2010/03/step09_thumb.jpg" width="551" height="68" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">8. Next step is to configure a ‘Virtual AP Profile’, it’s available as submenu from the ‘Wireless LAN’ menu as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step10.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step10" border="0" alt="step10" src="http://www.frameburst.net/wp-content/uploads/2010/03/step10_thumb.jpg" width="159" height="96" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">9. There’s a default profile available but it’s best to create a new profile manually as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step11.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step11" border="0" alt="step11" src="http://www.frameburst.net/wp-content/uploads/2010/03/step11_thumb.jpg" width="552" height="82" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">10. Select the VLAN you’ve created for guest access, in my example VLAN 100 as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step12.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step12" border="0" alt="step12" src="http://www.frameburst.net/wp-content/uploads/2010/03/step12_thumb.jpg" width="552" height="168" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">11. Now you need to link your previously created SSID profile and AAA profile to your Virtual AP profile as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step13.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step13" border="0" alt="step13" src="http://www.frameburst.net/wp-content/uploads/2010/03/step13_thumb.jpg" width="366" height="125" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">12. Next step is to configure the ‘Captive Portal Authentication Profile’, it’s available as submenu from the ‘Wireless LAN’ menu as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step14.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step14" border="0" alt="step14" src="http://www.frameburst.net/wp-content/uploads/2010/03/step14_thumb.jpg" width="187" height="123" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">13. There’s a default profile present but it’s best to make a new profile manually as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step15.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step15" border="0" alt="step15" src="http://www.frameburst.net/wp-content/uploads/2010/03/step15_thumb.jpg" width="556" height="87" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">14. Edit the new Captive Portal Profile settings, it&#8217;s important to define a ‘default role’. I’ve chosen the default ‘guest’ role which only allows ICMP, DNS, HTTP and HTTPS as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step16.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step16" border="0" alt="step16" src="http://www.frameburst.net/wp-content/uploads/2010/03/step16_thumb.jpg" width="556" height="149" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">15. Now you’ll have to define the server group for the Captive Portal Profile, I&#8217;ve chosen the internal database for simplicity (RADIUS, LDAP and TACACS+ are supported) as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step17.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step17" border="0" alt="step17" src="http://www.frameburst.net/wp-content/uploads/2010/03/step17_thumb.jpg" width="295" height="74" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">16. Next step is to configure a ‘AP Group’ which can be found within the configuration tab ‘Wireless&gt;AP Configuration’ as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step18.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step18" border="0" alt="step18" src="http://www.frameburst.net/wp-content/uploads/2010/03/step18_thumb.jpg" width="133" height="49" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">17. There’s a default group available but it’s best to create a new ‘AP Group’ as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step19.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step19" border="0" alt="step19" src="http://www.frameburst.net/wp-content/uploads/2010/03/step19_thumb.jpg" width="557" height="62" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">18. You’ll need to link the previously created Virtual AP Profile to the new AP group which can be found at the ‘Wireless LAN’ menu as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step20.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step20" border="0" alt="step20" src="http://www.frameburst.net/wp-content/uploads/2010/03/step20_thumb.jpg" width="209" height="67" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">19. Next step is to create a management user which is allowed to generate tickets for guest provisioning, from the configuration tab go to ‘Management&gt;Administration’ as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step21.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step21" border="0" alt="step21" src="http://www.frameburst.net/wp-content/uploads/2010/03/step21_thumb.jpg" width="145" height="120" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">20. Create a new administrative user and assign the role ‘guest-provisioning’ as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step22.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step22" border="0" alt="step22" src="http://www.frameburst.net/wp-content/uploads/2010/03/step22_thumb.jpg" width="481" height="127" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">21. Now we need to edit the user role ‘guest-logon’ to activate the newly created captive portal, from the configuration tab go to ‘Security&gt;Access Control’ as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step23.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step23" border="0" alt="step23" src="http://www.frameburst.net/wp-content/uploads/2010/03/step23_thumb.jpg" width="148" height="56" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">22. Edit the User Role ‘guest-logon’ and assign the guest VLAN and captive portal profile to the user role as shown below:</font></p>
<p><a href="http://www.frameburst.net/wp-content/uploads/2010/03/step24.jpg"><font color="#333333" size="2" face="Verdana"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="step24" border="0" alt="step24" src="http://www.frameburst.net/wp-content/uploads/2010/03/step24_thumb.jpg" width="548" height="169" /></font></a><font size="2" face="Verdana"> </font></p>
<p><font size="2" face="Verdana">&#160;</font></p>
<p><font size="2" face="Verdana">Ok, this is all what needs to be done for configuring secure guest access with the use of a Captive Portal. If you provision an Access Point (AP) with the right AP Profile, the guest SSID will pop-up and a Captive Portal will be presented when users try to surf the Internet. I recommend to fine tune the user-roles and policies as this is only a very basic setup..</font></p>
<p><font size="2" face="Verdana"></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frameburst.net/2010/03/captive-portal-authentication-arubaos-3x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aruba&#8217;s Virtual Branch Networking (VBN)</title>
		<link>http://www.frameburst.net/2010/03/arubas-virtual-branch-networking-vbn/</link>
		<comments>http://www.frameburst.net/2010/03/arubas-virtual-branch-networking-vbn/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:37:33 +0000</pubDate>
		<dc:creator>nico</dc:creator>
				<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Aruba Networks]]></category>
		<category><![CDATA[RAP]]></category>
		<category><![CDATA[VBN]]></category>
		<category><![CDATA[zero-touch]]></category>

		<guid isPermaLink="false">http://www.frameburst.net/2010/03/arubas-virtual-branch-networking-vbn/</guid>
		<description><![CDATA[Aruba came with a nice remote access architecture called Virtual Branch Networking (VBN), in the VBN architecture every Remote Access Point (RAP) operates as a remotely managed Access Point which tunnels all traffic through a VPN tunnel to the corporate network. A nice solution IMHO because it’s easy to configure and manage from the administrators [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Cambria">Aruba came with a nice remote access architecture called Virtual Branch Networking (VBN), in the VBN architecture every Remote Access Point (RAP) operates as a remotely managed Access Point which tunnels all traffic through a VPN tunnel to the corporate network. A nice solution IMHO because it’s easy to configure and manage from the administrators perspective offering ‘zero-touch’ provisioning and the enforcement of role-based access policies.</font></p>
<p><font size="2" face="Cambria">For putting the full VBN features in action like ‘zero-touch’ provisioning is only supported today by 3000 and 6000 controllers running a ‘RN’ ArubaOS 3x image (eg. v3.3.2-rn3.0), in the release of ArubaOS 5x all VBN features will be integrated in one image; Aruba announced for the release of ArubaOS 5x in March this year. Aruba offers the following new RAPs to be implemented using VBN:</font></p>
<p><font size="2" face="Cambria">- RAP-2WG: Small single-radio (802.11b/g) AP with two 10/100 Ethernet Ports, targeted for use by small branch and home offices up to 5 users.</font></p>
<p><font size="2" face="Cambria">- RAP-5WN: Desktop/Wall-mount dual-band (802.11a/b/g/n) AP with five 10/100 Ethernet Ports, targeted for use by medium branch offices up to 256 users.</font></p>
<p><font size="2" face="Cambria">- RAP-5: Wired-only AP to incorporate authentication policies for wired network devices , targeted for use by small/medium branch offices; please note this model does not offer wireless VBN.</font></p>
<p><em><font size="2" face="Cambria">Non-VBN APs like the AP-105 or AP-125 can be integrated in to the same network manually, however the ‘zero-touch’ provisioning VBN feature is not supported.</font></em></p>
<p><font size="2" face="Cambria">&#160;</font></p>
<p><font size="2" face="Cambria">From the end-users perspective the ‘zero-touch’ provisioning feature is just great! Just connect the Ethernet port 0 of the RAP to an Internet connection and Ethernet port 1 to a PC or notebook, wait a few seconds for the RAP to complete it’s boot sequence and open a browser to any URL. The RAP wil automatically re-direct the user to the provisioning webpage, enter the supplied controller IP or FQDN and enjoy the show! The RAP will be automatically provisioned with the firmware and corporate policies supplied by the Aruba controller. When finished the RAP will reboot and your corporate wireless business network is available to the user.</font></p>
<p><font size="2" face="Cambria">Additionally Aruba offers a wizard to generate a brief instruction manual with the IP or FQDN of the Aruba Controller present, unfortunately the instructions are only provided in English which could be a problem for some users.</font></p>
<p><font size="2" face="Cambria">&#160;</font></p>
<p><font size="2" face="Cambria">I think Aruba’s VBN is a great solution as addition to their portfolio, there are still some small bumps and glitches concerning the ‘zero-touch’ process but nothing serious. I think VBN is a great solution for companies that want to extend their wireless corporate network to branch offices and home users with the same security benefits.</font></p>
<p><font size="2" face="Cambria">&#160;</font></p>
<p><strong><font size="2" face="Cambria">References:</font></strong></p>
<p><font size="2" face="Cambria">- For more information about design and implementation guidelines for VBN Aruba has a great reference guide available at their </font><a href="http://www.arubanetworks.com/technology/design_guides.php"><font size="2" face="Cambria">website</font></a><font size="2" face="Cambria">.</font></p>
<p><font size="2" face="Cambria">- A nice article about how to configure Aruba’s VBN using a 3200 controller and RAP-2WG RAP visit Peter Bazelmans </font><a href="http://pbsplaza.nl/?p=205"><font size="2" face="Cambria">blog</font></a><font size="2" face="Cambria">.</font></p>
<p><font size="2" face="Cambria"></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frameburst.net/2010/03/arubas-virtual-branch-networking-vbn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper EX Switch password recovery</title>
		<link>http://www.frameburst.net/2010/03/juniper-ex-switch-password-recovery/</link>
		<comments>http://www.frameburst.net/2010/03/juniper-ex-switch-password-recovery/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 10:35:00 +0000</pubDate>
		<dc:creator>nico</dc:creator>
				<category><![CDATA[Switching]]></category>
		<category><![CDATA[Juniper EX Switch]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Root]]></category>

		<guid isPermaLink="false">http://www.frameburst.net/2010/03/juniper-ex-switch-password-recovery/</guid>
		<description><![CDATA[A few weeks ago I’ve passed my JNCIA-EX exam, I’ve used a Juniper EX 4200 Switch&#160; acquired as demonstration model from Juniper Networks which was very helpful for the exam preparation and eventually passing the exam. After unpacking the switch and booting up for the first time it was password protected because the switch wasn’t [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Cambria">A few weeks ago I’ve passed my JNCIA-EX exam, I’ve used a Juniper EX 4200 Switch&#160; acquired as demonstration model from Juniper Networks which was very helpful for the exam preparation and eventually passing the exam. After unpacking the switch and booting up for the first time it was password protected because the switch wasn’t reset to it’s factory defaults..</font></p>
<p><font size="2" face="Cambria">This article describers the steps need to be taken to reset the Juniper EX Switch root password.</font></p>
<p><font size="2" face="Cambria">1. Power off the switch by unplugging the power cord.</font></p>
<p><font size="2" face="Cambria">2. First of all, make sure you’re physically connected to the console port of the switch. Start your terminal emulation application (eg. PuTTY) and configure the port settings as follows:      <br />- Bits per second: <strong>9600</strong>       <br />- Data bits: <strong>8</strong>       <br />- Parity: <strong>None</strong>       <br />- Stop bits: <strong>8</strong>       <br />- Flow control: <strong>None</strong></font></p>
<p><font size="2" face="Cambria">3. Power on the switch by plugging the power cord, when the following prompt appears press the ‘Space bar’ to access the switch’s bootstrap loader command prompt:</font></p>
<blockquote><p><font size="2" face="Consolas">Hit [Enter] to boot immediately, or space bar for command prompt.        <br />Booting [kernel] in 1 second…</font></p>
</blockquote>
<p><font size="2" face="Cambria">&#160;</font></p>
<p><font size="2" face="Cambria">4. At the following prompt type ‘boot –s’ to start up the system in single-user mode:</font></p>
<blockquote><p><font size="2" face="Consolas">loader&gt; boot –s</font></p>
</blockquote>
<p><font size="2" face="Cambria">&#160;</font></p>
<p><font size="2" face="Cambria">5. At the following prompt type ‘recovery’ to start the root password recovery procedure:</font></p>
<blockquote><p><font size="2" face="Consolas">Enter full path name of shell or ‘recovery’ for root password recovery or RETURN for /bin/sh: recovery</font></p>
</blockquote>
<p><font size="2" face="Cambria"></font></p>
<p><font size="2" face="Cambria">6. First a series of messages describe consistency checks, mounting of filesystems and initialization and checkout of management services. Then the CLI prompt appears, enter configuration mode at the following prompt:</font></p>
<blockquote><p><font size="2" face="Consolas">user@switch&gt; cli</font></p>
</blockquote>
<p><font size="2" face="Cambria"></font></p>
<p><font size="2" face="Cambria">7. At the following prompt set the new root password:</font></p>
<blockquote><p><a href="mailto:user@switch"><font size="2" face="Consolas">user@switch</font></a><font size="2" face="Consolas"># set system root-authentication plain-text-password        </p>
<p>New password: </font><a href="mailto:P@ssword"><font size="2" face="Consolas">P@ssword</font></a>       <br /><font size="2" face="Consolas">Retype new password: </font><a href="mailto:P@ssword"><font size="2" face="Consolas">P@ssword</font></a></p>
</blockquote>
<p><font size="2" face="Cambria"></font></p>
<p><font size="2" face="Cambria">8. After configuring the new root password commit the configuration:</font></p>
<blockquote><p><a href="mailto:root@switch"><font size="2" face="Consolas">root@switch</font></a><font size="2" face="Consolas"># commit</font></p>
</blockquote>
<p> <font size="2" face="Cambria">
<p>9. Exit the configuration and operational mode and enter ‘y’ to reboot the system:</p>
<blockquote>
<p>     <a href="mailto:root@switch"><font size="2" face="Consolas">root@switch</font></a><font size="2" face="Consolas"># exit        <br />root@switch&gt; exit         </p>
<p>Reboot the system? [y/n] y</font></p></blockquote>
<p> </font>
<p><font size="2" face="Cambria"></font></p>
<p><font size="2" face="Cambria">That’s all what needs to be done, after the reboot you can use the new root password to gain access.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frameburst.net/2010/03/juniper-ex-switch-password-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3COM Auto Voice-VLAN</title>
		<link>http://www.frameburst.net/2010/03/3com-auto-voice-vlan/</link>
		<comments>http://www.frameburst.net/2010/03/3com-auto-voice-vlan/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 20:50:00 +0000</pubDate>
		<dc:creator>nico</dc:creator>
				<category><![CDATA[Switching]]></category>
		<category><![CDATA[VoiP]]></category>
		<category><![CDATA[3Com]]></category>
		<category><![CDATA[Auto Voice-VLAN]]></category>
		<category><![CDATA[SuperStack]]></category>

		<guid isPermaLink="false">http://www.frameburst.net/archives/10</guid>
		<description><![CDATA[One of my customers told me today they were not able to make any calls on their Alcatel IP Phones from a remote office location. Their IP Phones were unable to retrieve an IP address from the DHCP server. After several minutes of troubleshooting I&#8217;ve pinpointed the problem to their 3Com SuperStack 4500 Switch which [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Cambria"></font></p>
<p><font size="2" face="Cambria">One of my customers told me today they were not able to make any calls on their Alcatel IP Phones from a remote office location. Their IP Phones were unable to retrieve an IP address from the DHCP server. After several minutes of troubleshooting I&#8217;ve pinpointed the problem to their 3Com SuperStack 4500 Switch which just got a software update a few days ago. Comparing the current configuration with the configuration before the update did the trick, the &quot;Voice vlan mac-address&quot; line which is needed to put the IP Phone in the correct VLAN was missing. I&#8217;m not an experienced 3Com professional so I had to dig into the technical details to find out why this command is so essential when using VoIP.</font></p>
<p><font size="2" face="Cambria">There are several ways to configure the correct Voice VLAN for your IP Phones, one of them is to define the VLAN locally on every IP Phone, but I&#8217;d prefer to use DHCP options to distribute the correct VLAN information to your IP Phones. 3Com also has a feature to automatically add the correct Voice VLAN when an IP Phone is connected to the switch, this feature is called &quot;Auto Voice-VLAN&quot;. How does it actually work and what needs to be configured?</font></p>
<p><strong><font size="2" face="Cambria">How does it work?</font></strong></p>
<p><font size="2" face="Cambria">Every Ethernet network device has a MAC-address burned-in at the factory, a 48-bit address space for data-link layer (OSI Layer 2) identification. Every MAC-address is printed in a human-friendly format consisting of 6 groups of 2 hexadecimal digits. The first 12 hexadecimal digits represent the Organizationally Unique Identifier (OUI) which is uniquely assigned to a network device to identify the vendor, for example OUI 00-03-6b identifies a Cisco IP Phone.</font></p>
<p><font size="2" face="Cambria">3Com&#8217;s &quot;Auto Voice-VLAN&quot; feature uses these OUIs to identify IP Phones, it automatically adds or removes the dedicated Voice VLAN from an edge port when the IP phone is connected to a switch port.</font></p>
<p><strong><font size="2" face="Cambria">What needs to be configured?</font></strong></p>
<p><font size="2" face="Cambria">1. First of all, define the dedicated Voice VLAN.</font></p>
<blockquote><p><font size="2" face="Consolas">[3Com-Switch] vlan 120</font></p>
</blockquote>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><font size="2" face="Cambria">2. Enable the Voice VLAN on the switch.</font></p>
<blockquote><p><font size="2" face="Consolas">[3Com-Switch] voice vlan 120 enable</font></p>
</blockquote>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><font size="2" face="Cambria">3. Define the OUIs for every IP Phone that will be connected to the 3Com switch (Only if they are not already set in the switch&#8217;s default configuration).</font></p>
<blockquote><p><font size="2" face="Consolas">[3Com-Switch] voice vlan mac-address 0080-9f00-0000 mask ffff-ff00-0000 description Alcatel</font></p>
</blockquote>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><font size="2" face="Cambria">4. Enable the Voice feature on every edge port where IP Phones may be connected.</font></p>
<blockquote><p><font size="2" face="Consolas">[3Com-Switch] interface Ethernet 1/0/1</font></p>
<p><font size="2" face="Consolas">[3Com-Switch-Ethernet1/0/1] port-link type hybrid</font></p>
<p><font size="2" face="Consolas">[3Com-Switch-Ethernet1/0/1] voice vlan enable</font></p>
</blockquote>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><font size="2" face="Cambria">That&#8217;s all what needs to be done! When an Alcatel IP Phone is connected to Ethernet port 1/0/1, it&#8217;s recognized as a Voice enabled device and tagged with Vlan ID 120. </font><font size="2" face="Cambria">Don&#8217;t forget to enable Power over Ethernet (PoE) on the interface if needed.</font></p>
<p><font size="2" face="Cambria">For more information about OUIs and assignments go to the IEEE Standards Association <a href="http://standards.ieee.org/regauth/oui/index.shtml" target="_blank">website</a>.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frameburst.net/2010/03/3com-auto-voice-vlan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
