<?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>BenchAddix</title>
	<atom:link href="http://benchaddix.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://benchaddix.com</link>
	<description>Resource for IT Professionals</description>
	<lastBuildDate>Wed, 14 Mar 2012 03:46:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Dell Announces Agreement to Acquire SonicWall</title>
		<link>http://benchaddix.com/2012/03/13/dell-announces-acquire-sonicwall/</link>
		<comments>http://benchaddix.com/2012/03/13/dell-announces-acquire-sonicwall/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 03:46:01 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[acquisition]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[sonicwall]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=259</guid>
		<description><![CDATA[Today Dell announced that they have reached an agreement to acquire firewall maker SonicWall. “Dell’s distribution, reach and brand are well-recognized across the industry. This transaction aligns well with Dell’s mid-market design focus and allows us to accelerate growth of our flagship SuperMassive Next-Generation Firewall solutions with Large Enterprise customers,” said Matt Medeiros, president and [...]]]></description>
			<content:encoded><![CDATA[<p>Today Dell announced that they have reached an agreement to acquire firewall maker SonicWall.</p>
<blockquote><p>“Dell’s distribution, reach and brand are well-recognized across the industry. This transaction aligns well with Dell’s mid-market design focus and allows us to accelerate growth of our flagship SuperMassive Next-Generation Firewall solutions with Large Enterprise customers,” said Matt Medeiros, president and CEO, SonicWALL. “Additionally, SonicWALL is recognized as a leading security solutions provider for small and medium businesses through our UTM solutions. Dell’s phenomenal breadth and reach into small and midsize companies provides a significant opportunity to expand our customer base.”</p></blockquote>
<p>Dell seems to really be making a push into enterprise networking, however I am not sure if this acquisition improves their strategic plan that well. SonicWall although popular at the small and mid-size network levels has never really seemed to be all that welcomed at the large enterprise level.</p>
<p>I guess as they say &#8220;Only time will tell&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2012/03/13/dell-announces-acquire-sonicwall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup DHCP Server in MikroTik RouterOS</title>
		<link>http://benchaddix.com/2012/03/04/setup-dhcp-server-routeros/</link>
		<comments>http://benchaddix.com/2012/03/04/setup-dhcp-server-routeros/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 17:52:33 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[routeros]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=248</guid>
		<description><![CDATA[Last time I showed you how to assign IP addresses to interfaces in RouterOS. Today we are going to look at how to setup a DHCP server via the RouterOS CLI. For this example we are going to setup a DHCP server on the interface &#8220;ether2&#8243; with a DHCP range of 10.100.20.100-10.100.20.200 and a default [...]]]></description>
			<content:encoded><![CDATA[<p>Last time I showed you how to assign IP addresses to interfaces in RouterOS. Today we are going to look at how to setup a DHCP server via the RouterOS CLI. For this example we are going to setup a DHCP server on the interface &#8220;ether2&#8243; with a DHCP range of 10.100.20.100-10.100.20.200 and a default gateway of 10.100.20.1. Our DNS server for this example is going to be 10.100.20.10.</p>
<p>Once you have logged into the RouterOS CLI we first need to navigate to the &#8220;IP DHCP Server&#8221; sub-menu by issuing the following command:</p>
<p><code>[admin@routername] > <span style="color: #ff0000;"><em>/ip dhcp-server</em></span></code></p>
<p>We start the initial DHCP setup with the command &#8220;setup&#8221;.</p>
<p><code>[admin@routername] /ip dhcp-server> <span style="color: #ff0000;"><em>setup</em></span></code></p>
<p>The setup wizard will then prompt you for the following:<br />
<code><br />
Select interface to run DHCP server on</p>
<p>dhcp server interface: <span style="color: #ff0000;"><em>ether2</em></span><br />
Select network for DHCP addresses</p>
<p>dhcp address space: <span style="color: #ff0000;"><em>10.100.20.0/24</em></span><br />
Select gateway for given network</p>
<p>gateway for dhcp network: <span style="color: #ff0000;"><em>10.100.20.1</em></span><br />
Select pool of ip addresses given out by DHCP server</p>
<p>addresses to give out: <span style="color: #ff0000;"><em>10.100.20.100-10.100.20.200</em></span><br />
Select DNS servers</p>
<p>dns servers: <span style="color: #ff0000;"><em>10.100.20.10</em></span><br />
Select lease time</p>
<p>lease time: <span style="color: #ff0000;"><em>3d</em></span></code></p>
<p>You can verify your DHCP settings with the commands &#8220;print&#8221;, &#8220;network print&#8221;, and &#8220;/ip pool print&#8221;.</p>
<p>If you wanted to add a secondary DNS server (eg. 10.100.10.250) to the pool after the fact. This can be done with the following commands:</p>
<p><code>[admin@routername] /ip dhcp-server> <span style="color: #ff0000;"><em>network</em></span></code><br />
<code>[admin@routername] /ip dhcp-server network> <span style="color: #ff0000;"><em>add dns-server 10.100.10.250</em></span></code></p>
<p>From the &#8220;network&#8221; sub-menu you can also add a Domain to the pool.</p>
<p><code>[admin@routername] /ip dhcp-server network> <span style="color: #ff0000;"><em>add domain yourdomain</em></span></code></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2012/03/04/setup-dhcp-server-routeros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example Backup Batch Script</title>
		<link>http://benchaddix.com/2012/02/14/example-backup-batch-script/</link>
		<comments>http://benchaddix.com/2012/02/14/example-backup-batch-script/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 23:00:54 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=244</guid>
		<description><![CDATA[Had to whip up a batch script to backup a data location on a Server 2003 box to an external USB hard drive. Normally this is a pretty simple task, however the client wanted the backup to run nightly and to clean out existing backups older than 30 days. I figured I would share an [...]]]></description>
			<content:encoded><![CDATA[<p>Had to whip up a batch script to backup a data location on a Server 2003 box to an external USB hard drive. Normally this is a pretty simple task, however the client wanted the backup to run nightly and to clean out existing backups older than 30 days. I figured I would share an example of the script here. I am sure there are many better ways to script this, but it was kind of spare of the moment on-site. Feel free to add corrections/suggestions in the comments.</p>
<blockquote><p>
@echo off</p>
<p>REM Delete backups older than 30 days<br />
forfiles /p C:\destination /s /m *.* /d -30 /c &#8220;cmd /c del @path&#8221;<br />
for /f &#8220;delims=&#8221; %%d in (&#8216;dir C:\destination /s /b /ad ^| sort /r&#8217;) do rd &#8220;%%d&#8221;</p>
<p>REM Perform backup<br />
set folder=%date:~10,4%%date:~4,2%%date:~7,2%<br />
mkdir C:\destination\%folder%<br />
xcopy /e /c /k /o C:\source C:\destination\%folder%
</p></blockquote>
<p>To get the script to run nightly I just created a &#8220;Scheduled Task&#8221; for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2012/02/14/example-backup-batch-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iFixit &#8211; Motorola Droid 4 Teardown</title>
		<link>http://benchaddix.com/2012/02/13/ifixit-motorola-droid-4-teardown/</link>
		<comments>http://benchaddix.com/2012/02/13/ifixit-motorola-droid-4-teardown/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 23:00:36 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=240</guid>
		<description><![CDATA[The guys and gals over at iFixit have released their teardown guide for the new Motorola Droid 4. Take a look here.]]></description>
			<content:encoded><![CDATA[<p>The guys and gals over at iFixit have released their teardown guide for the new Motorola Droid 4. Take a look <a href="http://www.ifixit.com/Teardown/Motorola-Droid-4-Teardown/7759/1" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2012/02/13/ifixit-motorola-droid-4-teardown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Cisco Router Password</title>
		<link>http://benchaddix.com/2012/02/11/reset-cisco-password/</link>
		<comments>http://benchaddix.com/2012/02/11/reset-cisco-password/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 22:00:38 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=227</guid>
		<description><![CDATA[Ever been in a situation where you are on-site at a client&#8217;s location and need to get access to their Cisco router only to discover they don&#8217;t know the password? I know I have and today we are going to look at the steps to bypass and reset a Cisco router password. First you will [...]]]></description>
			<content:encoded><![CDATA[<p>Ever been in a situation where you are on-site at a client&#8217;s location and need to get access to their Cisco router only to discover they don&#8217;t know the password? I know I have and today we are going to look at the steps to bypass and reset a Cisco router password.</p>
<p>First you will need a serial console connection to the router (To my knowledge there is no way to do this via telnet or ssh)</p>
<p><strong>Step 1:</strong></p>
<p>You will need to power off the router and power it back on. Immediately after powering the router on you will need to hit the CTRL + BREAK keys on the keyboard until you get into the ROMMON mode. You should now see the &#8220;rommon 1&gt;&#8221; prompt.</p>
<p><strong>Step 2:</strong></p>
<p>In this step we are going to change the configuration register value. The default value is 0&#215;2102, but we are going to change it to 0&#215;2142. The 0&#215;2142 register tells the router to ignore the startup-configuration. We do this with the following command:</p>
<p><code>rommon 1&gt; <span style="color: #ff0000;"><em>confreg 0×2142</em></span></code></p>
<p>Now we need to reboot the router:</p>
<p><code>rommon 2&gt; <span style="color: #ff0000;"><em>reset</em></span></code></p>
<p>After rebooting the router will boot with the initial configuration prompt type &#8220;no&#8221; to go on into the router command line.</p>
<p><strong>Step 3:</strong></p>
<p>Type &#8220;enable&#8221; at the command prompt to get into privileged mode. You should then see the &#8220;Router#&#8221; prompt.</p>
<p><strong>Step 4:</strong></p>
<p>We now need to load the startup-configuration into the running-configuration with the following command:</p>
<p><code>Router# <span style="color: #ff0000;"><em>copy startup-config running-config</em></span></code></p>
<p><strong>Step 5:</strong></p>
<p>Here we are going to go into the configuration mode and do the actual password change.</p>
<p>Router# <span style="color: #ff0000;"><em>configure terminal</em></span></p>
<p>Router(config)# <span style="color: #ff0000;"><em>enable secret yournewpassword</em></span></p>
<p>NOTE: At this point you can also change other passwords for telnet/ssh access, etc.</p>
<p><strong>Step 6:</strong></p>
<p>Lastly we need to put our configuration register back to the default value of 0&#215;2102, save the configuration, and reboot the router.</p>
<p>Router(config)# <span style="color: #ff0000;"><em>config-register 0×2102</em></span></p>
<p>Router(config)# <span style="color: #ff0000;"><em>exit</em></span></p>
<p>Router# <span style="color: #ff0000;"><em>write mem</em></span></p>
<p>Router# <span style="color: #ff0000;"><em>reload</em></span></p>
<p>There you go! You now have full access to the router with a new password and the original working configuration.</p>
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2012/02/11/reset-cisco-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PacketLife.net Community Cisco Lab</title>
		<link>http://benchaddix.com/2012/02/04/packetlife-net-community-cisco-lab/</link>
		<comments>http://benchaddix.com/2012/02/04/packetlife-net-community-cisco-lab/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 17:57:00 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[packet]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=213</guid>
		<description><![CDATA[If you are on a tight budget and can&#8217;t afford to build your own Cisco lab then head over to PacketLife.net. They have a community Cisco lab that is free. All you have to do is register for a free account, schedule an open time slot, and get to playing. Whether your are studying for [...]]]></description>
			<content:encoded><![CDATA[<p>If you are on a tight budget and can&#8217;t afford to build your own Cisco lab then head over to <a href="http://packetlife.net/lab" target="_blank">PacketLife.net</a>. They have a community Cisco lab that is free. All you have to do is register for a free account, schedule an open time slot, and get to playing. Whether your are studying for your CCNA or just want to do some pre-project simulation this site is very useful. </p>
<p>Here is a list of their currently available lab hardware:</p>
<ul>
Block A</p>
<li>1x Cisco 2811 (with 2x WIC-2T)</li>
<li>2x Cisco 1841 (with 1x WIC-2T)</li>
<li>1x Cisco Catalyst 3560-24</li>
<li>1x Cisco Catalyst 3550-24 (with Inline Power)</li>
<li>1x Cisco ASA 5505</li>
</ul>
<ul>
Block B</p>
<li>1x Cisco 2811 (with 2x WIC-2T)</li>
<li>2x Cisco 1841 (with 1x WIC-2T)</li>
<li>1x Cisco Catalyst 3560G-24 (with IEEE 802.3af PoE)</li>
<li>1x Cisco Catalyst 3550-24</li>
<li>1x Cisco ASA 5505</li>
<li>1x Cisco Aironet 1232AG</li>
</ul>
<ul>
Block C</p>
<li>1x Force10 S25N</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2012/02/04/packetlife-net-community-cisco-lab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assigning IP addresses to interfaces in Mikrotik&#8217;s RouterOS</title>
		<link>http://benchaddix.com/2012/01/28/assigning-ip-interfaces-mikrotik/</link>
		<comments>http://benchaddix.com/2012/01/28/assigning-ip-interfaces-mikrotik/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 23:28:08 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[routeros]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=195</guid>
		<description><![CDATA[Today we are going to look at how to assign IP addresses to interfaces in Mikrotik&#8217;s RouterOS CLI. For this example we are going to assign an outside IP address of 210.50.10.1/28 to interface ether1 and an inside IP address 10.100.20.1/24 to interface ether2. Once you have logged into the RouterOS CLI we first need [...]]]></description>
			<content:encoded><![CDATA[<p>Today we are going to look at how to assign IP addresses to interfaces in Mikrotik&#8217;s RouterOS CLI. For this example we are going to assign an outside IP address of 210.50.10.1/28 to interface ether1 and an inside IP address 10.100.20.1/24 to interface ether2.</p>
<p>Once you have logged into the RouterOS CLI we first need to navigate to the &#8220;IP address&#8221; sub-menu by issuing the following command:</p>
<blockquote><p> /ip address</p></blockquote>
<p>&nbsp;</p>
<p>Now we are going to add your outside address with this command:</p>
<blockquote><p>add address=210.50.10.1/28 interface=ether1</p></blockquote>
<p>&nbsp;</p>
<p>Now add the inside address:</p>
<blockquote><p>add address=10.100.20.1/24 interface=ether2</p></blockquote>
<p>&nbsp;</p>
<p>We can then verify that our settings were added correctly by typing:</p>
<blockquote><p>print</p></blockquote>
<p>&nbsp;</p>
<p>You should now see something similar to the following:</p>
<pre>Flags: X - disabled, I - invalid, D - dynamic
  #   ADDRESS            NETWORK         BROADCAST       INTERFACE
  0   210.50.10.1/28     210.50.10.0     210.50.10.15    ether1
  1   10.100.20.1/24     10.100.20.0     10.100.20.255   ether2</pre>
<p>&nbsp;</p>
<p>And that&#8217;s it. RouterOS is pretty straight forward and easy to navigate. I will be covering more in future posts on advanced routing, dhcp, dns, etc so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2012/01/28/assigning-ip-interfaces-mikrotik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring DHCP relay in Cisco IOS</title>
		<link>http://benchaddix.com/2012/01/27/configuring-dhcp-relay-in-cisco-ios/</link>
		<comments>http://benchaddix.com/2012/01/27/configuring-dhcp-relay-in-cisco-ios/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 02:19:25 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[relay]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=176</guid>
		<description><![CDATA[There are times when you don&#8217;t want to use the routers built in DHCP server and want to use say a Windows Server to hand out your networks DHCP scopes. This guide is for basic DHCP relay configuration in Cisco IOS. In this example we are going to be configuring the &#8220;ip helper&#8221; command on [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when you don&#8217;t want to use the routers built in DHCP server and want to use say a Windows Server to hand out your networks DHCP scopes. This guide is for basic DHCP relay configuration in Cisco IOS.</p>
<p>In this example we are going to be configuring the &#8220;ip helper&#8221; command on interface FastEthernet0/1. Our IP for the interface will be 10.10.20.1/24 and the IP of our DHCP server will be 10.10.10.5/24.</p>
<p>After you have accessed the command line of the router the first thing you will need to do is get into configuration mode by issuing the following command:</p>
<blockquote><p>conf t</p></blockquote>
<p>&nbsp;</p>
<p>The DHCP server and relay agent should be enabled by default, however if for some reason they are not already enabled they can be enabled by issuing the following command:</p>
<blockquote><p>service dhcp</p></blockquote>
<p>&nbsp;</p>
<p>Next we will want to enable the DHCP relay agent information option:</p>
<blockquote><p>ip dhcp relay information option</p></blockquote>
<p>&nbsp;</p>
<p>Now we need to configure the actual interface via the following commands:</p>
<blockquote><p>interface fastethernet0/1<br />
ip address 10.10.20.1 255.255.255.0<br />
ip helper-address 10.10.10.5<br />
no shut</p></blockquote>
<p>&nbsp;</p>
<p>We now have a working DHCP relay pointing to our Windows DHCP Server for clients that connect to interface FastEthernet0/1. There are tons more ways to utilize and configure this functionality. For example you could assign &#8220;ip helper&#8221; to sub-interfaces for vlans. We will dive into the more advanced functionality in later articles, but for now this gives you the basic principal of the commands for configuring DHCP relay.</p>
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2012/01/27/configuring-dhcp-relay-in-cisco-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reset TCP/IP stack in Windows</title>
		<link>http://benchaddix.com/2012/01/14/how-to-reset-tcpip-stack-in-windows/</link>
		<comments>http://benchaddix.com/2012/01/14/how-to-reset-tcpip-stack-in-windows/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 05:01:44 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=160</guid>
		<description><![CDATA[I have received a lot of questions lately about resetting the TCP/IP stack in Windows 7. The command is actually the same as it was in Windows XP. Just open a command line window and type the following: netsh int ip reset resetlog.txt You will then need to reboot to make sure the changes take [...]]]></description>
			<content:encoded><![CDATA[<p>I have received a lot of questions lately about resetting the TCP/IP stack in Windows 7. The command is actually the same as it was in Windows XP. Just open a command line window and type the following:<br />
<br />
<code>netsh int ip reset resetlog.txt</code><br />
<br />
You will then need to reboot to make sure the changes take effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2012/01/14/how-to-reset-tcpip-stack-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro to VLAN Configuration</title>
		<link>http://benchaddix.com/2011/06/26/intro-to-vlan-configuration/</link>
		<comments>http://benchaddix.com/2011/06/26/intro-to-vlan-configuration/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 03:11:26 +0000</pubDate>
		<dc:creator>Nerm</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://benchaddix.com/?p=101</guid>
		<description><![CDATA[Intro to Basic VLAN Configuration This guide is more of a tutorial on basic VLAN configuration than an explanation of what VLAN&#8217;s are. If you don&#8217;t know what a VLAN is you probably won&#8217;t be reading this site to begin with. This guide also is not a &#8220;HOWTO&#8221; on configuring VLAN&#8217;s on a specific piece [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Intro to Basic VLAN Configuration</strong></p>
<p style="text-align: left;">This guide is more of a tutorial on basic VLAN configuration than an explanation of what VLAN&#8217;s are. If you don&#8217;t know what a VLAN is you probably won&#8217;t be reading this site to begin with. This guide also is not a &#8220;HOWTO&#8221; on configuring VLAN&#8217;s on a specific piece of equipment. We will be discussing the general basics of how VLAN&#8217;s are configured in theory. The goal is that after reading this guide you should be able to take the information learned and apply it to real world situations regardless of which brand/model VLAN switch you use.</p>
<p style="text-align: left;">In this guide I will be using an example network configuration with a 24 port switch with 5 VLAN&#8217;s (default, management, data, voice, and wifi), 1 server, 2 network printers, 10 computers, wireless AP, and an IP phone system with 8 IP phones. I will not be discussing configuring routers, wireless AP&#8217;s, or phone systems. These subjects will be covered in other more advanced articles in the future where we will build on the basics discussed here.</p>
<p style="text-align: left;"><span id="more-101"></span></p>
<p>&nbsp;<br />
<strong>Note:</strong> This article does assume two things about the network environment. 1.) All devices are on a single subnet. 2.) The VLAN switch you are using supports Asymmetric or Multi-VLAN Port features. Otherwise a Layer-3 device would be required.<br />
&nbsp;</p>
<p style="text-align: left;">First let&#8217;s go over the 5 VLAN&#8217;s we are going to be creating. For simplicity sake I will keep the VLAN ID numbers low and sequential. Here is the list of VLAN&#8217;s we will be configuring.</p>
<ol>
<li>Default VLAN = VLAN 1 (will be used for internet access/uplink)</li>
<li>Management VLAN = 10 (will be used for management access)</li>
<li>Data VLAN = 20 (will be used as main data VLAN)</li>
<li>Voice VLAN = 30 (will be used for IP phone system)</li>
<li>Wifi VLAN = 40 (will be used for wireless AP for guest access)</li>
</ol>
<p>In this guide we are going to be using port based VLAN configuration so the first thing we have to do is decide to which ports individual devices will be connected. There are multiple ways to do this but my personal preference is to just write down the list of ports on my switch on a piece of paper or if I am at a computer I will open up notepad and type up a list that looks something like the following:</p>
<blockquote><p>Port 1: Uplink to router<br />
Port 2: Server<br />
Port 3: PC1<br />
Port 4: PC2<br />
Port 5: PC3<br />
Port 6: PC4<br />
Port 7: PC5<br />
Port 8: PC6<br />
Port 9: PC7<br />
Port 10: PC8<br />
Port 11: PC9<br />
Port 12: PC10<br />
Port 13: Printer1<br />
Port 14: Printer2<br />
Port 15: WirelessAP<br />
Port 16: Phone System<br />
Port 17: Phone1<br />
Port 18: Phone2<br />
Port 19: Phone3<br />
Port 20: Phone4<br />
Port 21: Phone5<br />
Port 22: Phone6<br />
Port 23: Phone7<br />
Port 24: Phone8</p></blockquote>
<p>Now that we have our list of devices and to which ports they will be connected we can decide what devices will be a member of what VLAN. We again go back to a piece of paper or notepad and make another list.</p>
<blockquote><p>VLAN 1(Default): (All devices that need to access the internet would be in this VLAN)<br />
Server<br />
Computers (PC1 &#8211; PC10)<br />
WirelessAP (If you want your wireless guests to use your internet)<br />
Server for phone system (If you want remote access/management of the phone system)</p>
<p>VLAN 10(Management): (All devices that need to be able to connect to and manage the switch)<br />
Server<br />
Computers (For this example only PC1 &#8211; PC4)</p>
<p>VLAN 20(Data): (All devices that need data communications. This VLAN is also referred to as the main network VLAN)<br />
Server<br />
Computers (PC1 &#8211; PC10)<br />
Printers (Printer1, Printer2)</p>
<p>VLAN 30(Voice): (All voice devices)<br />
Phone System<br />
Phones (Phone1 &#8211; Phone8)<br />
Computers (For this example only PC1 &#8211; PC4)</p>
<p>VLAN 40(Wifi): (For this example only guests will access the network via wifi)<br />
Guest IP Devices (Notebooks, tablets, smartphones, etc)<br />
Printer2 (For this example Printer2 is accessible by the computers on the main network and is available for guest devices to print if needed)</p></blockquote>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://benchaddix.com/2011/06/26/intro-to-vlan-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

