<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>vlan &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/vlan/</link>
	<description>Feed of posts on WordPress.com tagged "vlan"</description>
	<pubDate>Thu, 24 Dec 2009 06:27:28 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[CCNP / BCMSN Exam Tutorial: VLAN Trunking Protocol (VTP)]]></title>
<link>http://itcertified.wordpress.com/2009/12/19/ccnp-bcmsn-exam-tutorial-vlan-trunking-protocol-vtp/</link>
<pubDate>Sat, 19 Dec 2009 06:47:58 +0000</pubDate>
<dc:creator>cybersam79</dc:creator>
<guid>http://itcertified.wordpress.com/2009/12/19/ccnp-bcmsn-exam-tutorial-vlan-trunking-protocol-vtp/</guid>
<description><![CDATA[Passing the BCMSN exam and getting one step closer to the CCNP certification means learning and noti]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Passing the BCMSN exam and getting one step closer to the CCNP certification means learning and noticing details that you were not presented with in your CCNA studies. (Yes, I know – you had more than enough details then, right?)   One protocol you’ve got to learn more details about is VTP, which seemed simple enough in your CCNA studies!  Part of learning the details is mastering the fundamentals, so in this tutorial we’ll review the basics of VTP.</p>
<p>In show vtp status readouts, the &#8220;VTP Operating Mode&#8221; is set to &#8220;Server&#8221; by default.  The more familiar term for VTP Operating Mode is simply VTP Mode, and Server is the default.  It&#8217;s through the usage of VTP modes that we can place limits on which switches can delete and create VLANs.</p>
<p>In Server mode, a VTP switch can be used to create, modify, and delete VLANs.  This means that a VTP deployment has to have at least one switch in Server mode, or VLAN creation will not be possible.  Again, this is the default setting for Cisco switches.</p>
<p>Switches running in Client mode cannot be used to create, modify, or delete VLANs. Clients do listen for VTP advertisements and act accordingly when VTP advertisements notify the Client of VLAN changes.</p>
<p>VTP Transparent mode actually means that the switch isn&#8217;t participating in the VTP domain as Servers and Clients do.  (Bear with me here.)  Transparent VTP switches don&#8217;t synchronize their VTP databases with other VTP speakers. They don&#8217;t even advertise their own VLAN information!  Therefore, any VLANs created on a Transparent VTP switch will not be advertised to other VTP speakers in the domain, making them locally significant only. (I know you remember that phrase from your CCNA studies!)</p>
<p>Devices running VTP Transparent mode do have a little something to do with the other switches in the VTP domain, though.  When a switch running in Transparent mode receives a VTP advertisement, that switch will forward that advertisement to other switches in that VTP domain.</p>
<p>Configuring switches as VTP Clients is a great way to “tie down” VLAN creation capabilities to switches that are under your physical control.  However, this occasionally leads to a situation where only the VTP clients will have ports that belong to a given VLAN, but the VLAN still has to be created on the VTP server.  (VLANs can be created and deleted in transparent mode, but those changes aren&#8217;t advertised to other switches in the VTP domain.)</p>
<p>In the next BCMSN tutorial, we’ll take a look at the details of VTP.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CCNA / CCNP Home Lab Tutorial:  The VLAN.DAT File]]></title>
<link>http://itcertified.wordpress.com/2009/12/19/ccna-ccnp-home-lab-tutorial-the-vlan-dat-file/</link>
<pubDate>Sat, 19 Dec 2009 06:45:36 +0000</pubDate>
<dc:creator>cybersam79</dc:creator>
<guid>http://itcertified.wordpress.com/2009/12/19/ccna-ccnp-home-lab-tutorial-the-vlan-dat-file/</guid>
<description><![CDATA[CCNA and CCNP candidates who have their own Cisco home labs often email me about an odd situation th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>CCNA and CCNP candidates who have their own Cisco home labs often email me about an odd situation that occurs when they erase a switch&#8217;s configuration.  Their startup configuration is gone, as they expect, but the VLAN and VTP information is still there!</p>
<p>Sounds strange, doesn&#8217;t it?   Let&#8217;s look at an example.  On SW1, we run show vlan brief and see in this abbreviated output that there are three additional vlans in use:</p>
<p>SW1#show vlan br</p>
<p>10   VLAN0010                         active</p>
<p>20   VLAN0020                         active</p>
<p>30   VLAN0030                         active</p>
<p>We want to totally erase the router&#8217;s startup configuration, so we use the write erase command, confirm it, and reload without saving the running config:</p>
<p>SW1#write erase</p>
<p>Erasing the nvram filesystem will remove all configuration files! Continue?</p>
<p>[confirm]</p>
<p>[OK]</p>
<p>Erase of nvram: complete</p>
<p>00:06:00: %SYS-7-NV_BLOCK_INIT: Initalized the geometry of nvram</p>
<p>SW1#reload</p>
<p>System configuration has been modified. Save? [yes/no]: n</p>
<p>Proceed with reload? [confirm]</p>
<p>The router reloads, and after exiting setup mode, we run show vlan brief again.  And even though the startup configuration was erased, the vlans are still there!</p>
<p>Switch#show vlan br</p>
<p>10   VLAN0010                         active</p>
<p>20   VLAN0020                         active</p>
<p>30   VLAN0030                         active</p>
<p>The reason is that this vlan and VTP information is actually kept in the VLAN.DAT file in Flash memory, and the contents of Flash are kept on a reload.  The file has to be deleted manually.</p>
<p>There&#8217;s a little trick to deleting this file.  The switch will prompt you twice to ask if you really want to get rid of this file. Don&#8217;t type &#8220;y&#8221; or &#8220;yes&#8221;; just accept the defaults by hitting the return key.  If you type &#8220;y&#8221;, the router attempts to delete a file named &#8220;y&#8221;, as shown here:</p>
<p>Switch#delete vlan.dat</p>
<p>Delete filename [vlan.dat]? y</p>
<p>Delete flash:y? [confirm]</p>
<p>%Error deleting flash:y (No such file or directory)</p>
<p>Switch#delete vlan.dat</p>
<p>Delete filename [vlan.dat]?</p>
<p>Delete flash:vlan.dat? [confirm]</p>
<p>Switch#</p>
<p>The best way to prepare for CCNA and CCNP exam success is by working on real Cisco equipment, and by performing lab tasks over and over.  Repetition is the mother of skill, and by truly erasing your VLAN and VTP information by deleting the vlan.dat file from Flash, you&#8217;ll be building your Cisco skills to the point where your CCNA and CCNP exam success is a certainty.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Konfigurasi VLAN di Catalyst Switch dan Router Cisco]]></title>
<link>http://19vicdc.wordpress.com/2009/12/06/konfigurasi-vlan-di-catalyst-switch-dan-router-cisco/</link>
<pubDate>Sun, 06 Dec 2009 01:26:43 +0000</pubDate>
<dc:creator>victor</dc:creator>
<guid>http://19vicdc.wordpress.com/2009/12/06/konfigurasi-vlan-di-catalyst-switch-dan-router-cisco/</guid>
<description><![CDATA[Langkah-langkah di Catalyst Switch 1924: Switch#config t Switch(config)#vlan 10 Switch(config)#vlan ]]></description>
<content:encoded><![CDATA[Langkah-langkah di Catalyst Switch 1924: Switch#config t Switch(config)#vlan 10 Switch(config)#vlan ]]></content:encoded>
</item>
<item>
<title><![CDATA[Vacatures / Jobs @ bewakingsdiensten &amp; veiligheidsdiensten]]></title>
<link>http://startpuntbewaking.wordpress.com/2009/12/02/909/</link>
<pubDate>Wed, 02 Dec 2009 07:39:06 +0000</pubDate>
<dc:creator>startpuntbewaking</dc:creator>
<guid>http://startpuntbewaking.wordpress.com/2009/12/02/909/</guid>
<description><![CDATA[Openstaande vacatures diverse bewakingsfirma&#8217;s Jobs @ G4S Jobs @ Cobelguard Security Jobs @ Se]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a title="Vdab database" href="http://vdab.be/mijnvdab/jobs/wz/jobs.jsp?action=BLADEROVERVIEW&#38;beroepid=3910" target="_blank">Openstaande vacatures diverse bewakingsfirma&#8217;s</a><a href="http://startpuntbewaking.wordpress.com/files/2009/02/foto.jpg"><img class="size-full wp-image-78 alignright" title="foto" src="http://startpuntbewaking.wordpress.com/files/2009/02/foto.jpg" alt="foto" width="166" height="195" /></a></p>
<ul>
<li>Jobs @ G4S</li>
<li>Jobs @ Cobelguard Security</li>
<li>Jobs @ Securitas</li>
<li>Jobs @ Seris</li>
<li>Jobs @ Trigion Security</li>
<li>Jobs @ Flexpoint Antwerpen (Interim)</li>
<li>Jobs @ Interne bewakingsdiensten</li>
<li>Jobs @ Vlan.be</li>
<li>Jobs @ Jobat</li>
<li>Jobs @ Stepstone</li>
<li>Uw firma hier? <a title="Startpunt Bewaking" href="mailto:start.bewaking@telenet.be">Contacteer ons</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VLANs. Introdução]]></title>
<link>http://snnangola.wordpress.com/2009/10/16/vlans-introducao/</link>
<pubDate>Fri, 16 Oct 2009 21:25:16 +0000</pubDate>
<dc:creator>snnangola</dc:creator>
<guid>http://snnangola.wordpress.com/2009/10/16/vlans-introducao/</guid>
<description><![CDATA[Nos priomordios das redes semgmentadas a separação lógica dos usuarios na rede dependia muito também]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Nos priomordios das redes semgmentadas a separação lógica dos usuarios na rede dependia muito também da separação física da mesma. Uma rede com diversas divisões físicas tinha bastantes problemas em ligar seus departamentos. Imagine que você tinha 3 departamentos: 1, 2 e 3. O 1 ficava no andar 1, o 2 no andar 2 e o 3 no andar 3. Tudo bem. Mas acontece que um usuario do andar 1 precisa ir agora ficar umas tarde no andar 3 e necessita de todos os recursos de rede que tinha no andar 1. O do andar 2 precisa ir ao 3 ou ao andar 1 e vice-versa; Solução: Esticar cabos de andar a andar. Como pode-se notar nao é uma boa solução principalmente em redes complexas.</p>
<p>Bom alguem pensou nisso e criou as VLANs. Com as VLANs a segmentação nao é realizada fisicamente mas logicamente, neste contexo podem ser criadas diversas LANs independentemente da sua localização. Neste contexto a situação acima pode ser facilmente resolvida. Ele pode sair de um andar ao outro e ligar seus dispositivos finais sem necessidade de se preocupar com limitações físicas ou geograficas:</p>
<p style="text-align:center;"><img class="aligncenter" src="http://www.cisco-tips.com/images/cisco-switch-vlans.jpg" alt="" width="450" height="500" /></p>
<p>Na fig acima note que a VLAN 4 tanto está no Switch 1 como no Switch 2. Quer dizer que um usuario pode estar ir de posição geografica a posição geografica sem se preocupar com a perca dos seus recursos de rede. A comunição entre diferentes VLAns é realizada através de protocolos de trunking como ISL ou 802.1q.</p>
<p><strong>A mão na massa</strong></p>
<p>Pegue o <a href="http://dc143.4shared.com/download/108173801/e2ac3b41/Pacotao_Laboratorios_CCNA_-_PT32Saves.zip?tsid=20090528-165045-2702a90b">pacotão</a>:</p>
<p>Entre em CCNA3 -&#62; Trunking with 802.1q -&#62; CCNA3_lab_9_1_5b_en.doc.</p>
<p>Pronto pratique. está tudo muito bem explicado lá, mas eu dou uma chega. Existem apenas alguns passos básicos para se criar vlans:</p>
<p>Você precisa definir na sua empresa que é que, Comece a atribuir numeros de vlans a areas ou departamentos. Por exemplo, conforme no pacotão:</p>
<blockquote><p>VLAN 1 &#8211; Nativa (Nao mexa nessa vem activada por default em todos Switch)</p>
<p>VLAN 10 &#8211; Contabilidade</p>
<p>VLAN 20 &#8211; Marketing</p>
<p>VLAN 30 &#8211; Engenharia</p></blockquote>
<p>Resta reservas as portas (interfaces) de acesso e de trunking. As de acesso sao usadas pelos dispositivos finais (computadores etc). As de trunking representam a fiação switch a switch na camada de distribuição. Segundo o exemplo do pacotão:</p>
<blockquote><p>VLAN 10 &#8211; Contabilidade &#8211; fa0/4 &#8211; fa 0/6</p>
<p>VLAN 20 &#8211; Marketing        &#8211; fa0/7 &#8211; fa 0/9</p>
<p>VLAN 30 &#8211; Engenharia      &#8211; fa0/10 &#8211; fa 0/12</p></blockquote>
<p>A seguir é necessario criar as VLANs nos Switchs. Faça isso nos 3 Switchs:</p>
<blockquote><p>Switch#vlan database<br />
Switch(vlan)#vlan 10 name Accounting<br />
Switch(vlan)#vlan 20 name Marketing<br />
Switch(vlan)#vlan 30 name Engineering<br />
Switch(vlan)#exit</p></blockquote>
<p>Atribuir as portas de acesso aos switchs. Para VLAN 1o repetir processo nos 2 Switchs:</p>
<blockquote><p>Switch#configure terminal<br />
Switch(config)#interface fastethernet 0/4<br />
Switch(config-if)#switchport mode access<br />
Switch(config-if)#switchport access vlan 10<br />
Switch(config-if)#interface fastethernet 0/5<br />
Switch(config-if)#switchport mode access<br />
Switch(config-if)#switchport access vlan 10<br />
Switch(config-if)#interface fastethernet 0/6<br />
Switch(config-if)#switchport mode access<br />
Switch(config-if)#switchport access vlan 10<br />
Switch(config-if)#end</p></blockquote>
<p>Para VLAN 2o repetir processo nos 2 Switchs:</p>
<blockquote><p>Switch#configure terminal<br />
Switch(config)#interface fastethernet 0/7<br />
Switch(config-if)#switchport mode access<br />
Switch(config-if)#switchport access vlan 20<br />
Switch(config-if)#interface fastethernet 0/8<br />
Switch(config-if)#switchport mode access<br />
Switch(config-if)#switchport access vlan 20<br />
Switch(config-if)#interface fastethernet 0/9<br />
Switch(config-if)#switchport mode access<br />
Switch(config-if)#switchport access vlan 20<br />
Switch(config-if)#end</p></blockquote>
<p>OBS: repetir o mesmo exemplo para vlan 30 conforme especificado no pacotao.</p>
<p>Trunking para comunicação entre Switchs:</p>
<p>Conforme exemplo do pacotão nos 2 switchs se as suas interfaces sao ambas fastethernet 0/1:</p>
<blockquote><p>Switch(config)#interface fastethernet 0/1<br />
Switch(config-if)#switchport mode trunk<br />
Switch(config-if)#end</p></blockquote>
<p>Pronto. Voltaremos a carga com mais materias sobre este assunto.</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:1222px;width:1px;height:1px;"><!--[if gte mso 9]&#62;  Normal 0   21   false false false  PT-BR X-NONE X-NONE              MicrosoftInternetExplorer4              &#60;![endif]--><!--[if gte mso 9]&#62;                                                                                                                                            &#60;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:"Courier New PSMT"; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-alt:"Courier New PSMT"; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:auto; 	mso-font-signature:3 0 0 0 1 0;} @font-face 	{font-family:"Courier New PS"; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-alt:"Courier New PS"; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:auto; 	mso-font-signature:3 0 0 0 1 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:none; 	mso-layout-grid-align:none; 	text-autospace:none; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:EN-US; 	mso-fareast-language:EN-US;} p.command, li.command, div.command 	{mso-style-name:command; 	mso-style-priority:99; 	mso-style-unhide:no; 	mso-style-next:Normal; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:none; 	mso-layout-grid-align:none; 	text-autospace:none; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:EN-US; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:70.85pt 3.0cm 70.85pt 3.0cm; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]&#62; &#60;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&#34;Tabela normal&#34;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:&#34;&#34;; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:&#34;Calibri&#34;,&#34;sans-serif&#34;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:&#34;Times New Roman&#34;; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:&#34;Times New Roman&#34;; 	mso-bidi-theme-font:minor-bidi;} --> <!--[endif]--></p>
<p class="command" style="margin-left:54pt;"><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">Switch_A#</span><strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">vlan database</span></strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US"> </span></p>
<p class="command" style="margin-left:54pt;"><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">Switch_A(vlan)#</span><strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">vlan 10 name Accounting</span></strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US"> </span></p>
<p class="command" style="margin-left:54pt;"><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">Switch_A(vlan)#</span><strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">vlan 20 name Marketing</span></strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US"> </span></p>
<p class="command" style="margin-left:54pt;"><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">Switch_A(vlan)#</span><strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">vlan 30 name Engineering</span></strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US"> </span></p>
<p class="command" style="margin-left:54pt;"><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">Switch_A(vlan)#</span><strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US">exit </span></strong><span style="font-size:10pt;font-family:&#34;color:black;" lang="EN-US"> </span></p>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[vlan sobre wireless]]></title>
<link>http://redlibrepy.wordpress.com/2009/10/13/vlan-sobre-wireless/</link>
<pubDate>Tue, 13 Oct 2009 16:02:32 +0000</pubDate>
<dc:creator>redlibrepy</dc:creator>
<guid>http://redlibrepy.wordpress.com/2009/10/13/vlan-sobre-wireless/</guid>
<description><![CDATA[VoW (vlan over wireless) Al fin después de que se me ocurriera probar via consola en el NS2 hacer el]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h1><span style="color:#888888;">VoW (vlan over wireless)</span></h1>
<p>Al fin después de que se me ocurriera probar via consola en el NS2 hacer el vlan tagging, que ya este no trae la opcion via GUI, con esto ya se logra una seguridad transparente en cada 2. A continuación les voy a explicar el karaku (medula) del tema. Suponiendo que saben lo que es vlan, pero antes les voy a explicar brevemente</p>
<h2>¿Qué es vlan?</h2>
<p>Una <strong>VLAN</strong> (acrónimo de <em><strong>Virtual LAN</strong></em>, ‘red de área local virtual’ <a title="IEEE 802.1Q" href="http://es.wikipedia.org/wiki/IEEE_802.1Q">IEEE 802.1Q</a>)  es un método de crear <a title="Red de computadoras" href="http://es.wikipedia.org/wiki/Red_de_computadoras">redes</a> lógicamente independientes dentro de una misma red física. Varias VLANs pueden coexistir en un único <a title="Switch" href="http://es.wikipedia.org/wiki/Switch">conmutador</a> físico o en una única red física. Son útiles para reducir el tamaño del <a title="Dominio de difusión" href="http://es.wikipedia.org/wiki/Dominio_de_difusi%C3%B3n">Dominio de difusión</a> y ayudan en la administración de la red separando segmentos lógicos de una red de área local (como departamentos de una empresa) que no deberían intercambiar datos usando la red local (aunque podrían hacerlo a través de un enrutador o un switch capa 3).</p>
<p><a href="http://es.wikipedia.org/wiki/VLANhttp://">Fuente wikipedia</a></p>
<p>El problema que tenía era donde  hacer el tagging en el AP o en el Cliente, las ideas que se me ocurrieron fueron las sgtes:</p>
<ul>
<li>Si es en el AP, crear tantas VAP (virtual AP) como vlan existan entonces cada VAP haría el tagg por cliente.</li>
<li>Si es en el CPE, habría que crear un enlace capa2 transparente que deje pasar toda la trama 802.3u sobre 802.11g y hacer el tagging en el CPE</li>
</ul>
<p>Yo opté por probar con la 2da opción.</p>
<p>Hace un tiempo atrás escribí un tutorial de cómo agregar seguridad a nuestra red en por lo menos 3 capas, y ellas eran:</p>
<ol>
<li>MAC filter</li>
<li>Subneteo IP/Firewall</li>
<li>Hotspot (usuario/contraseña)</li>
</ol>
<p>ahora logré anexar una capa de seguridad más, que sería la que trabaja en capa 2 del OSI</p>
<p style="text-align:center;"><img class="aligncenter" title="modelo OSI" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Pila-osi-es-2.svg/424px-Pila-osi-es-2.svg.png" alt="" width="310" height="438" /></p>
<p style="text-align:left;">En networking se estudia las 1eras 4 capas, Nivel Físico, Enlace de datos, Red, Transporte lo que ahora voy a hablar es sobre capa 2 (Enlace de datos)</p>
<p style="text-align:left;">La idea era/es utilizar 1 vlan por cliente para separar fisícamente cada cliente de terceros, anteriormente estaban/estan separados en capa 3 (Red) o a nivel lógico, el firewall del router controlaba si la IP/MAC correspondiente al cliente era correcta en ese caso dejaba enrutar a internet e internamente, pero la vulnerabilidad estaba en que se puede utilizar un spoof ARP o ARP broadcast para saturar la red, entonces con vlan se podría evitar eso. Metafóricamente hablando seria como que cada cliente tiene un punto a punto (fisico).</p>
<h2 style="text-align:left;">Pasos a realizar</h2>
<h3>En el Mikrotik</h3>
<p style="text-align:center;"><img class="size-full wp-image-210 aligncenter" title="WDS" src="http://redlibrepy.wordpress.com/files/2009/10/wds.jpg" alt="WDS" width="499" height="338" /></p>
<p style="text-align:center;">Crear el WDS estático o dinámico</p>
<p style="text-align:center;"><img class="size-full wp-image-211 aligncenter" title="wds mac" src="http://redlibrepy.wordpress.com/files/2009/10/wds-mac.jpg" alt="wds mac" width="394" height="411" /></p>
<p style="text-align:center;">Asignar la MAC de la CPE para el enlace</p>
<p style="text-align:center;"><img class="size-full wp-image-212 aligncenter" title="interface" src="http://redlibrepy.wordpress.com/files/2009/10/interface.jpg" alt="interface" width="520" height="264" /></p>
<p style="text-align:center;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">En esta gráfica se ve que ¨bridge1¨ agregue VM (vlan magement ) o vlan de administración y la vlan15 que en este caso corresponde al cliente.</p>
<p style="text-align:left;">Con esto ya estaría creado la capa2, después asignamos  una dirección IP a la interface vlan15</p>
<p style="text-align:left;">eso ya no les mostraré aquí</p>
<h3 style="text-align:left;">En el CPE (ubiquiti NS2)</h3>
<p style="text-align:center;"><img class="size-full wp-image-215 aligncenter" title="NS2WDSstation" src="http://redlibrepy.wordpress.com/files/2009/10/ns2.jpg" alt="NS2WDSstation" width="500" height="423" /></p>
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">En el NS2 nuestro CPE en particular usaremos el station WDS para que el enlace sea transparente en capa2</p>
<h4 style="text-align:left;">Script de vlan en NSX</h4>
<p><!--more--></p>
<p><span style="color:#000000;">#####NS2 SM########<br />
#&#8212;-Datos Vlan &#8212;- 1) vlan administrativo 2) vlan cliente<br />
MVLAN_ID=1<br />
VLAN_ID=15<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
#<br />
#borra la puerta de enlace predeterminada<br />
route del default gw 0.0.0.0<br />
#<br />
#apaga el bridge y borra la puerta de enlace predeterminada<br />
ifconfig br0 0.0.0.0<br />
ifconfig br0 down<br />
brctl delif br0 ath0<br />
brctl delif br0 eth0<br />
brctl delbr br0<br />
#<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
#crea y configura la vlan administrativa con su IP<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
#agrega la vlan administrativa sobre la inalámbrica y asigna una IP<br />
vconfig add ath0 ${MVLAN_ID}<br />
ifconfig ath0.${MVLAN_ID} 192.168.1.2 netmask 255.255.255.0 up<br />
route add default gw 192.168.1.1 ath0.${MVLAN_ID}<br />
#<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
#Etiqueta el trafico ethernet como si fuera inalámbrico<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
#crea el bridge cliente<br />
brctl addbr br${VLAN_ID}<br />
#<br />
#agrega la vlan sobre la interface inalámbrica<br />
vconfig add ath0 ${VLAN_ID}<br />
#<br />
#agregar la interface etiquetada en el bridge<br />
brctl addif br${VLAN_ID} ath0.${VLAN_ID}<br />
brctl addif br${VLAN_ID} eth0<br />
#<br />
#levantar ambas interfaces<br />
ifconfig ath0.${VLAN_ID} 0.0.0.0 up<br />
ifconfig eth0 0.0.0.0 up<br />
#<br />
#levanta la bridge de fábrica<br />
ifconfig br${VLAN_ID} 192.168.1.20 netmask 255.255.255.0 up<br />
#MAC-NAT ( Esto hace un MAC-NAT )<br />
ebtables -t nat -A PREROUTING &#8211;in-interface ath0.${VLAN_ID} -j arpnat &#8211;arpnat-target ACCEPT<br />
ebtables -t nat -A POSTROUTING &#8211;out-interface ath0.${VLAN_ID} -j arpnat &#8211;arpnat-target ACCEPT</span></p>
<p><!--more-->Les explicaré mas o menos el funcionamiento del script:</p>
<p>Ath0 = Interface wireless (802.11b/g)</p>
<p>Eth0 = Interface Fast Ethernet (802.3u)</p>
<p>Br0 = Bridge inicial</p>
<ul>
<li>En la primera parte están los datos de las vlan a utilizar</li>
</ul>
<p>MVLAN_ID= Vlan Management</p>
<p>VLAN_ID= Vlan Cliente</p>
<ul>
<li>Da de baja al bridge ¨br0¨ y quita las interfaces asociadas a esta.</li>
<li>crea la vlan administrativa sobre ath0 y agrega como puerta de enlace a la IP de la mikrotik para ese rango.</li>
<li>crea la bridge Cliente</li>
<li>agrega vlan cliente sobre ¨Ath0¨</li>
<li>y dentro de Br¨cliente¨ agrega las interface ¨ath0.cliente¨ y ¨eth0¨</li>
<li>levanta ambas interfaces eth0 y ath0.cliente sin ip.</li>
<li>en la penúltima parte asigne la IP default del NS2 <span style="color:#ff0000;">( OJO ) esto <strong>NO</strong> va a ser que genere conflicto IP en la red.<br />
<span style="color:#ff0000;"> por que cada vlan esta separado fisicamente</span><br />
</span></li>
</ul>
<h3><span style="color:#ff0000;"><strong>Ej. Sería como conectar 2 PCs via cable direcamente entre sus Interfaces<span style="color:#000000;"> </span></strong></span></h3>
<p><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">Con esto se logra asignar IP fija en cada cpe en caso de configurar algoya no sería problema el IP de la antena.</span></span></span></p>
<ul>
<li><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">en las últimas 2 líneas hace el MAC-NAT, para los que están familiarizados con el NAT (Network address Translation) esta es NAT en capa 2.<br />
</span></span></span></li>
</ul>
<p><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">Que beneficios tengo, al ser enlace transparente las MAC se reenvian por el enlace esto dificultará por una parte la administración de firewall para nuestra topología en particular, entonces en mi opinión personal es más fácil controlar de esta manera, veo la MAC de la antena y si veo mas de una IP con la misma MAC ya se que es de tal cliente.</span></span></span></p>
<h2><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">Al fin que beneficios tengo de hacer todo esto, se preguntarán para que complicarse tanto.</span></span></span></h2>
<p><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">yo les digo que tienen razón por una parte, pero es más bien una herramienta más que de la caja que puede ser utilizado</span></span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">Algunos beneficios por así decirlo:</span></span></span></p>
<ul>
<li><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">Multi DHCP server como saben las DHCP server se limitan por interfaces, con esto cada vlan es una interface y podés crear dhcp server como vlan tengas.</span></span></span></li>
<li><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">hotspot por vlan.</span></span></span></li>
<li><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">Mejor control desde capa2.<br />
</span></span></span></li>
<li><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#000000;">te olvidas de las vulnerabilidades en capa2.<br />
</span></span></span></li>
</ul>
<p>Desventajas</p>
<ul>
<li>Mayor complicación</li>
<li>Mayor uso de CPU del router AP, AP etc</li>
</ul>
<p>Después de crear el scripts tenemos que cargarlos en el NS2, existen varias formas de que este script quede guardado en el flash y arranque siempre con esta configuración una de ellas es grabarla en el un directorio como archivo y llamar a este siempre que bootee</p>
<p>Espero que les haya gustado, cualquier duda a mi email y con gusto les responderé</p>
<p>Saludos</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VLAN 1]]></title>
<link>http://deddykurniawan.wordpress.com/2009/10/11/vlan-1/</link>
<pubDate>Sun, 11 Oct 2009 16:56:12 +0000</pubDate>
<dc:creator>deddykurniawan</dc:creator>
<guid>http://deddykurniawan.wordpress.com/2009/10/11/vlan-1/</guid>
<description><![CDATA[Writer notes : I always confused with the native vlan relation with management protocols (VTP , CDP ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Writer notes :</strong></p>
<p>I always confused with the native vlan relation with management protocols (VTP , CDP , PagP , DTP).</p>
<p>Do they use the native vlan in order to send to neighbour switch(es) ?</p>
<p>What happened if i changed the native vlan ?</p>
<p>Once , I did a packet capture , but it seem the management protocols frame were tagged (even though i change the native vlan), are they send via native vlan ?</p>
<p>Really confused me a lot. But following resource completely remove my confusion. Now i know that all those management protocols always use VLAN 1 , regardless the native vlan configured for the trunk link between switches.</p>
<p>Here what i got from cisco website.</p>
<p><strong>Article :</strong></p>
<p>VLAN 1 has a special significance in Catalyst networks.</p>
<p>The Catalyst Supervisor Engine always uses the default VLAN, VLAN 1, to 	 tag a number of control and management protocols when trunking, such as CDP, 	 VTP and PAgP. All ports, including the internal sc0 interface, are configured 	 by default to be members of VLAN 1. All trunks carry VLAN 1 by default, and in 	 CatOS software versions earlier than 5.4, it was not possible to block user 	 data in VLAN 1.</p>
<p>These definitions are needed in order to help clarify some well-used 	 terms in Catalyst networking:</p>
<ul>
<li>The management VLAN is where sc0 resides; this VLAN can be changed.</li>
<li>The native VLAN is defined as the VLAN to which a port returns when 		not trunking, and is the untagged VLAN on an 802.1Q trunk. By default, VLAN 1 		is the native VLAN.</li>
<li>In order to change the native VLAN, issue the <strong> <a href="http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/catos/8.x/command/reference/set_v.html#wp1058935">set 		vlan</a> </strong> <em>vlan-id mod/port</em> command.<strong>Note: </strong>Create the VLAN before you set it as the native VLAN of the 		  trunk.</li>
</ul>
<p>These are several good reasons to tune a network and alter the behavior 	 of ports in VLAN 1:</p>
<ul>
<li>When the diameter of VLAN 1, like any other VLAN, gets large enough 		to be a risk to stability (particularly from an STP perspective) it needs to be 		pruned back. This is discussed in more detail in the <a href="http://www.cisco.com/en/US/products/hw/switches/ps663/products_tech_note09186a0080094713.shtml#ibm">In-Band Management</a> section of this document.</li>
<li>Control plane data on VLAN 1 must be kept separate from the user data 		in order to simplify troubleshooting and maximize available CPU cycles.</li>
<li>L2 loops in VLAN 1 must be avoided when multilayer-campus networks 		are designed without STP, and trunking is still required to the access layer if 		there are multiple VLANs and IP subnets. To do this, manually clear VLAN 1 from 		trunk ports.</li>
</ul>
<p>In summary, note this information about trunks:</p>
<ul>
<li><strong>CDP, VTP, and PAgP</strong> updates are always forwarded on 		trunks with a VLAN 1 tag. This is the case even if VLAN 1 is cleared from the 		trunks and is not the native VLAN. If VLAN 1 is cleared for user data, these is 		no impact on control plane traffic that is still sent using VLAN 1.</li>
<li>On an ISL trunk, DTP packets are sent on VLAN1. This is the case even 		if VLAN 1 is cleared from the trunk and is no longer the native VLAN. On an 		802.1Q trunk, DTP packets are sent on the native VLAN. This is the case even if 		the native VLAN is cleared from the trunk.</li>
<li>In PVST+, the <strong>802.1Q IEEE BPDUs</strong> are forwarded 		untagged on the common Spanning Tree VLAN 1 for interoperability with other 		vendors, unless VLAN 1 is cleared from the trunk. This is the case regardless 		of the native VLAN configuration. <strong>Cisco PVST+ BPDUs</strong> are sent 		and tagged for all other VLANs. Refer to the <a href="http://www.cisco.com/en/US/products/hw/switches/ps663/products_tech_note09186a0080094713.shtml#stp">Spanning Tree 		Protocol</a> section in this document for more details.</li>
<li>802.1s Multiple Spanning Tree (MST) BPDUs are always sent on VLAN 1 		on both ISL and 802.1Q trunks. This applies even when VLAN 1 is cleared from 		the trunks.</li>
<li>Do not clear or disable VLAN 1 on trunks between MST bridges and 		PVST+ bridges. But, in the case that VLAN 1 is disabled, the MST bridge must 		become root in order for all VLANs to avoid the MST bridge putting its boundary 		ports in the root-inconsistent state. Refer to 		<a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfc.shtml">Understanding 		Multiple Spanning Tree Protocol (802.1s)</a> for 		details</li>
</ul>
<p>SOURCE : http://www.cisco.com/en/US/products/hw/switches/ps663/products_tech_note09186a0080094713.shtml</p>
<p><strong>Lesson Learned</strong></p>
<p>so my understanding now are :</p>
<ul>
<li>- native vlan for backward compatibility with early 802.1q , and switched that does not support 802.1q</li>
<li>- management protocols are always using vlan 1 , even though removed from the trunk link</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[policier - mis]]></title>
<link>http://haicourtoujours.wordpress.com/2009/09/19/policier-mis/</link>
<pubDate>Sat, 19 Sep 2009 04:17:10 +0000</pubDate>
<dc:creator>danielpy</dc:creator>
<guid>http://haicourtoujours.wordpress.com/2009/09/19/policier-mis/</guid>
<description><![CDATA[° flic : vlan comme un&#8217; claque ° d.(19/9/9)]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>°</p>
<p>flic :<br />
vlan<br />
comme un&#8217;<br />
claque</p>
<p>°</p>
<p>d.(19/9/9)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fastmetrics extends technical support coverage with new office]]></title>
<link>http://fastmetrics.wordpress.com/2009/09/15/fastmetrics-extends-technical-support-coverage-with-new-office/</link>
<pubDate>Tue, 15 Sep 2009 17:03:41 +0000</pubDate>
<dc:creator>fastmetrics</dc:creator>
<guid>http://fastmetrics.wordpress.com/2009/09/15/fastmetrics-extends-technical-support-coverage-with-new-office/</guid>
<description><![CDATA[Fastmetrics now has an out-of-state branch office. We contract some of our technical support (via Vo]]></description>
<content:encoded><![CDATA[Fastmetrics now has an out-of-state branch office. We contract some of our technical support (via Vo]]></content:encoded>
</item>
<item>
<title><![CDATA[What is a VLAN?]]></title>
<link>http://gitmobile.wordpress.com/2009/09/04/what-is-a-vlan/</link>
<pubDate>Fri, 04 Sep 2009 14:22:32 +0000</pubDate>
<dc:creator>gitmobile</dc:creator>
<guid>http://gitmobile.wordpress.com/2009/09/04/what-is-a-vlan/</guid>
<description><![CDATA[A Virtual Local Area Network (VLAN) is a group of hosts that feature a like set of requirements and ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A Virtual Local Area Network (VLAN) is a group of hosts that feature a like set of requirements and can communicate as though they were all connected via the same wires. However, unlike a traditional LAN, a VLAN is not necessarily all in the same place, and the hosts involved in the network can be located practically anywhere. All VLANs have the exact same attributes as a traditional physical local area network, though they can be configured via software instead of having to actually relocate the hosts.</p>
<p>Many VLANs are designed as replacements to the services that are traditionally provided by routers on physical LANs. VLANs are able to tackle issues like network management, security, and scalability with ease.</p>
<p>VLANs are known as Layer 2, or Data Link layer, constructs which transfer data between network nodes. Because they are Layer 2 constructs, they can interface with Layer 3 IP subnets with a one to one relationship.</p>
<p>How are VLANs designed?</p>
<p>The IEEE assigned IEEE 802.1Q as the <a href="http://www.git.am/default.asp?p=dictionary&#38;c=explanatory" target="_blank">protocol</a> by which to configure virtual LANs. IEEE 802.1Q provides for a header with a 2-byte protocol identifier and another 2-byte tag control information. These are known as TPID and TCI, respectively. The TPID is fixed at 0&#215;8100 while the TCI contains information pertaining to the user priority, canonical format indicator, and VLAN identifier.</p>
<p>What are the two types of VLAN memberships?</p>
<p>VLAN membership can be assigned in one of two ways. Static or Dynamic.</p>
<p>A Static VLAN is also known as a port based VLAN. These types of VLANs are created by assigning specific ports to a VLAN. As new devices enter into the VLAN network, the device assumes a specific port. If end users change ports but require access to the same VLAN, network administrators are required to assign new port to VLAN assignments for the new port.</p>
<p>A Dynamic VLAN is designed to be easily configured using software. The most common software for designing dynamic VLANs is CiscoWorks, a program developed by Cisco. A VLAN Management Policy <a href="http://www.git.am/?p=web-services" target="_blank">Server</a> (VMPS) must be set up first for a dynamic VLAN. This server will allow the VLAN to automatically switch ports whenever new devices connect to the VLAN. It uses information such as the device’s ports, unique usernames, and MAC addresses to determine whether or not to change ports to fit the needs of the incoming device.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Current projects and plans for upcoming weeks]]></title>
<link>http://burriseng.wordpress.com/2009/09/01/current-projects-and-plans-for-upcoming-weeks/</link>
<pubDate>Tue, 01 Sep 2009 15:34:54 +0000</pubDate>
<dc:creator>burriseng</dc:creator>
<guid>http://burriseng.wordpress.com/2009/09/01/current-projects-and-plans-for-upcoming-weeks/</guid>
<description><![CDATA[I am currently working on securing our wired/ wireless network by using ACL’s (Access Control Lists)]]></description>
<content:encoded><![CDATA[I am currently working on securing our wired/ wireless network by using ACL’s (Access Control Lists)]]></content:encoded>
</item>
<item>
<title><![CDATA[VLAN (in)security]]></title>
<link>http://carlozappala.wordpress.com/2009/08/19/vlan-insecurity/</link>
<pubDate>Wed, 19 Aug 2009 21:14:27 +0000</pubDate>
<dc:creator>carlozappala</dc:creator>
<guid>http://carlozappala.wordpress.com/2009/08/19/vlan-insecurity/</guid>
<description><![CDATA[Chiunque si trovi a configurare una moderna LAN dotata di &#8220;switch&#8221; e magari anche di ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Chiunque si trovi a configurare una moderna LAN dotata di &#8220;switch&#8221; e magari anche di &#8220;centro stella&#8221; (mega-switch centrale), saprà sicuramente che cos&#8217;è una VLAN: un modo per partizionare uno switch in più entità virtuali, virtualmente separate fra loro (via software), anche se unite dallo stesso hardware comune (il &#8220;pezzo di ferro&#8221; switch, con le sue &#8220;porte&#8221; Ethernet o fibra o altro). Si parla di Standard IEEE 802.1Q (<a title="IEEE 802.1Q" href="http://it.wikipedia.org/wiki/IEEE_802.1Q" target="_blank">cercare per credere</a> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ).</p>
<p>Purtroppo, alcuni &#8220;profani&#8221;, fra cui alcuni (troppi) &#8220;decision makers&#8221; del settore IT, tendono a credere che le VLAN siano un elemento di maggior sicurezza, uno dei &#8220;mattoni&#8221; su cui costruire la sicurezza di una rete interna al CED. Come dire che se una gioielleria custodisce i propri gioielli in diverse cassaforti, invece che in una sola, aumenta il proprio livello di sicurezza. Questo è palesemente falso.</p>
<p>Per quanto riguarda le VLAN, <a title="VLAN insecurity" href="http://www.spirit.com/Network/net0103.html" target="_blank">questo articolo</a> chiarisce (in inglese) le idee a questo proposito, e rimanda ad autorevoli fonti che riescono a sfatare questo autentico mito.</p>
<p>In definitiva, le VLAN sono soltanto un metodo per abbassare i costi di impianto e migliorare la gestione dei &#8220;broadcast&#8221; all&#8217;interno della LAN.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[6500 Multilayer Switches]]></title>
<link>http://jayceechou.wordpress.com/2009/08/16/6500-multilayer-switches/</link>
<pubDate>Sun, 16 Aug 2009 22:54:34 +0000</pubDate>
<dc:creator>Jaycee</dc:creator>
<guid>http://jayceechou.wordpress.com/2009/08/16/6500-multilayer-switches/</guid>
<description><![CDATA[*Multilayer switches are divided by chassis type. SUP-32 = Supervisor 32Gbps backplane bus SUP-720 =]]></description>
<content:encoded><![CDATA[*Multilayer switches are divided by chassis type. SUP-32 = Supervisor 32Gbps backplane bus SUP-720 =]]></content:encoded>
</item>
<item>
<title><![CDATA[Cheat Sheets...]]></title>
<link>http://symbolik.wordpress.com/2009/08/15/cheat-sheets/</link>
<pubDate>Fri, 14 Aug 2009 15:33:51 +0000</pubDate>
<dc:creator>symbolik</dc:creator>
<guid>http://symbolik.wordpress.com/2009/08/15/cheat-sheets/</guid>
<description><![CDATA[Found this gem on a recent SANS article &#8211; Cheat Sheets &#8211; PacketLife.net.  Loads of quick]]></description>
<content:encoded><![CDATA[Found this gem on a recent SANS article &#8211; Cheat Sheets &#8211; PacketLife.net.  Loads of quick]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux Vlan and Bonding]]></title>
<link>http://boneymtom.wordpress.com/2009/08/04/linux-vlan-and-bonding/</link>
<pubDate>Tue, 04 Aug 2009 07:13:20 +0000</pubDate>
<dc:creator>boneymtom</dc:creator>
<guid>http://boneymtom.wordpress.com/2009/08/04/linux-vlan-and-bonding/</guid>
<description><![CDATA[Every linux admin would have come across a necessity to bond interfaces . Most of the time you wonde]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Every linux admin would have come across a necessity to bond interfaces . Most of the time you wonder what you can do with that extra network card you have in the server . With Linux you can put it into good use.</p>
<p>Bonding . What is bonding ?</p>
<p>It is combining interfaces  wherever you need redundant links, fault tolerance or load balancing networks. It is the best way to have a high availability network segment. 802.1q VLAN support is a very good example of bonding .</p>
<p>There are different modes or types of bonding</p>
<p><strong>mode=1</strong> (active-backup)<br />
Active-backup policy: Only one slave in the bond is active. A different slave becomes active if, and only if, the active slave fails. The bond&#8217;s MAC address is externally visible on only one port (network adapter) to avoid confusing the switch. This mode provides fault tolerance. The primary option affects the behavior of this mode.</p>
<p><strong>mode=2</strong> (balance-xor)<br />
XOR policy: Transmit based on [(source MAC address XOR'd with destination MAC address) modulo slave count]. This selects the same slave for each destination MAC address. This mode provides load balancing and fault tolerance.</p>
<p><strong>mode=3</strong> (broadcast)<br />
Broadcast policy: transmits everything on all slave interfaces. This mode provides fault tolerance.</p>
<p><strong>mode=4</strong> (802.3ad)<br />
IEEE 802.3ad Dynamic link aggregation. Creates aggregation groups that share the same speed and duplex settings. Utilizes all slaves in the active aggregator according to the 802.3ad specification.</p>
<ul>
<li>Prerequisites:
<ul>
<li>Ethtool support in the base drivers for retrieving the speed and duplex of each slave.</li>
<li>A switch that supports IEEE 802.3ad Dynamic link aggregation. Most switches will require some type of configuration to enable 802.3ad mode.</li>
</ul>
</li>
</ul>
<p><strong>mode=5</strong> (balance-tlb)<br />
Adaptive transmit load balancing: channel bonding that does not require any special switch support. The outgoing traffic is distributed according to the current load (computed relative to the speed) on each slave. Incoming traffic is received by the current slave. If the receiving slave fails, another slave takes over the MAC address of the failed receiving slave.</p>
<ul>
<li>Prerequisite: Ethtool support in the base drivers for retrieving the speed of each slave.</li>
</ul>
<p><strong>mode=6</strong> (balance-alb)<br />
Adaptive load balancing: includes balance-tlb plus receive load balancing (rlb) for IPV4 traffic, and does not require any special switch support. The receive load balancing is achieved by ARP negotiation. The bonding driver intercepts the ARP Replies sent by the local system on their way out and overwrites the source hardware address with the unique hardware address of one of the slaves in the bond such that different peers use different hardware addresses for the server.<br />
Also you can use multiple bond interface but for that you must load the bonding module as many as you need.</p>
<p>Based on the above decide which is the bonding you need.</p>
<p>Check if the module is loaded using</p>
<p style="margin-bottom:0;"><span style="color:#0000ff;">#modprobe –list &#124; grep bonding</span></p>
<p style="margin-bottom:0;">/lib/modules/2.6.18-92.el5/kernel/drivers/net/bonding/bonding.ko</p>
<p style="margin-bottom:0;"><span style="color:#0000ff;"># modprobe –list &#124; grep mii</span></p>
<p style="margin-bottom:0;">/lib/modules/2.6.18-92.el5/kernel/drivers/net/mii.ko</p>
<p>This should return values and now edit the modprobe.conf</p>
<p># vim /etc/modprobe.conf and append the following</p>
<p>alias bond0 bonding</p>
<p>options bond0 mode=1 arp_ip_target=192.168.52.1 arp_interval=200 primary=eth0</p>
<p>Want to know more about the options</p>
<p>#modinfo bonding</p>
<p>load the module</p>
<p>#modprobe bonding</p>
<p>#modprobe mii</p>
<p style="margin-bottom:0;">Now edit the following files bond0 , eth0 , eth1 .</p>
<p style="margin-bottom:0;">bond0 is a copy of eth0 without the hardware address and ip address</p>
<p style="margin-bottom:0;"><span style="color:#0000ff;"># vim /etc/sysconfig/network-scripts/ifcfg-bond0</span></p>
<blockquote>
<p style="margin-bottom:0;">DEVICE=bond0</p>
<p style="margin-bottom:0;">BOOTPROTO=none</p>
<p style="margin-bottom:0;">ONBOOT=yes</p>
<p style="margin-bottom:0;">NETMASK=255.255.255.0</p>
<p style="margin-bottom:0;">IPADDR=192.168.52.4</p>
<p style="margin-bottom:0;">USERCTL=no</p>
<p style="margin-bottom:0;">GATEWAY=192.168.52.1</p>
<p style="margin-bottom:0;">TYPE=Ethernet</p>
<p style="margin-bottom:0;">IPV6INIT=no</p>
<p style="margin-bottom:0;">PEERDNS=yes</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="color:#0000ff;">#vim  /etc/sysconfig/network-scripts/ifcfg-eth0</span></p>
<p style="margin-bottom:0;">DEVICE=eth0</p>
<p style="margin-bottom:0;">BOOTPROTO=none</p>
<p style="margin-bottom:0;">ONBOOT=yes</p>
<p style="margin-bottom:0;">MASTER=bond0</p>
<p style="margin-bottom:0;">SLAVE=yes</p>
<p style="margin-bottom:0;">USERCTL=no</p>
<p style="margin-bottom:0;">TYPE=Ethernet</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="color:#0000ff;">#vim /etc/sysconfig/network-scripts/ifcfg-eth1</span></p>
<p style="margin-bottom:0;">DEVICE=eth1</p>
<p style="margin-bottom:0;">BOOTPROTO=none</p>
<p style="margin-bottom:0;">ONBOOT=yes</p>
<p style="margin-bottom:0;">MASTER=bond0</p>
<p style="margin-bottom:0;">SLAVE=yes</p>
<p style="margin-bottom:0;">USERCTL=no</p>
<p style="margin-bottom:0;">TYPE=Ethernet</p>
</blockquote>
<p>Once done restart the network .</p>
<p>#/etc/init.d/network restart</p>
<p>Check the status of the bonding</p>
<p>cat /proc/net/bonding/bond0</p>
<p>Requirements  Centos 5.3 , NICs that support bonding and 802.1q (VLAN) , ethtool and mii-tools installs . If you dont have the latter two use yum to install it .</p>
<p>reference:</p>
<ul>
<li><a href="http://www.linuxfoundation.org/en/Net:Bonding" target="_blank">http://www.linuxfoundation.org/en/Net:Bonding</a></li>
<li><a href="http://www.howtoforge.com/network_card_bonding_centos" target="_blank">http://www.howtoforge.com/network_card_bonding_centos</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to configure a VLAN]]></title>
<link>http://araihan.wordpress.com/2009/08/02/how-to-configure-a-vlan/</link>
<pubDate>Sun, 02 Aug 2009 11:31:00 +0000</pubDate>
<dc:creator>Raihan</dc:creator>
<guid>http://araihan.wordpress.com/2009/08/02/how-to-configure-a-vlan/</guid>
<description><![CDATA[You need a RJ45 -&gt; DB9 (serial port) cable. You connect it to the serial port of your computer. T]]></description>
<content:encoded><![CDATA[You need a RJ45 -&gt; DB9 (serial port) cable. You connect it to the serial port of your computer. T]]></content:encoded>
</item>
<item>
<title><![CDATA[Small Business Ethernet Switches]]></title>
<link>http://dazzee.wordpress.com/2009/07/28/small-business-ethernet-switches/</link>
<pubDate>Tue, 28 Jul 2009 04:58:53 +0000</pubDate>
<dc:creator>ssnaugher</dc:creator>
<guid>http://dazzee.wordpress.com/2009/07/28/small-business-ethernet-switches/</guid>
<description><![CDATA[Ok, Ok &#8211; I know Ethernet switches are not the top topic of discussion when small business(or a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://dazzee.wordpress.com/files/2009/07/switches.jpg?w=150" alt="switches" title="switches" width="150" height="112" class="alignright size-thumbnail wp-image-100" />Ok, Ok &#8211; I know Ethernet switches are not the top topic of discussion when small business(or any business for that matter) starts talking technology.  However over the past few years we have often been asked &#8211; why is one switch $50 at the office supply store while other switches can cost up to thousands of dollars.  More importantly why should my business spend that much more money on a box to plug things in to?</p>
<p>So the answer to that question is not as straight forward as some of the other topics I have talked about in the small business series, in that it can not be explained quite as easily to a non-technical person.  Its no wonder that many small businesses just simply buy the cheapest option available and plug things in and never think about this as the core of their business infrastructure.</p>
<p>For the average person, an ethernet switch most closely resembles a splitter much like the adapters that are used to make one phone line available to multiple devices.  So when they see many network cables being plugged in to a single box &#8211; it is only natural to think that it&#8217;s only purpose is to simply &#8220;split&#8221; the network signals.  For the technical crowd that has had to troubleshoot an issue with network performance, this is a night and day comparison.</p>
<p>So why does one switch cost exponentially more than the low end solution available for under $100?  The answer to this could be explained like this;  You could simply run an electrical extension cord over to your neighbors house and get electricity, but you don&#8217;t and why not?  Well &#8211; several reasons like &#8211; your neighbor does not want to pay for your access to his facilities, you need more access than what can be delivered by that electrical extension cord, no way to control access and secure you availability to that resource, no ability to change the delivery from 110 to 220, and the list can go on and on.  The same theory applies to the network infrastructure.  You can utilize a low end solution from an office supply store, but you give up many critical controls and features.   These may not seem like much on the front end, but when your network is grinding to a halt it suddenly takes on a much higher level of importance.</p>
<p>Low end switches often lack many features the can impact your business in the following ways;</p>
<p>•	<strong>No Management Interface</strong> – Most low-end switches are simple devices that break up the network into broadcast domains but do not offer much more than that.  Without a management interface, there is no way to configure any other features, troubleshoot issues, and set up alerts and monitoring.<br />
•	<strong>No way to create Virtual Local Area Networks(VLANs)</strong> – while to the non-technical user this may not make much sense, but VLANS allow you to segment the Ethernet switch into multiple virtual switches to further isolate traffic.  While at one point, this was not a huge issue, today’s networks contain a heterogeneous traffic of data, voice, and video all with their own unique needs and constraints.  VLANs allow you to treat each of those networks separately within the same physical device.<br />
•	<strong>No way to set Quality of Service</strong> – this goes hand in hand with VLANs.  Quality of Service or QOS allows you to set individual policies in regards to how each network or type of traffic is treated.  You will probably want to give you voice traffic the highest priority on the network, while email traffic can wait in line if there is a bottleneck.  Additionally, if the network gets saturated, you do not want critical network traffic being dropped.<br />
•	<strong>No way to detect bridge loops</strong> – Bridge loops or network loops occur when multiple paths are available to a particular device or network.  A common example of this is a server with two network cards – each network card is plugged in to either a separate port on the same switch or separate switches all together to make sure in the event that one of the connections is bad, the other connection can take over.  Without bridge loop detection mechanisms, if there are multiple paths to the same destination traffic going to that destination can be broadcast over and over until the network becomes saturated and eventually unusable.<br />
•	<strong>Per Port Cache</strong> – In lower end switches the port buffer can be very limiting in its ability to store traffic for forwarding.  If the port cache is limited and the traffic exceeds the ability of the switch, packets are dropped and have to be retransmitted – thus increasing the load on the switch and decreasing the performance.<br />
•	<strong>No Power over Ethernet capabilities</strong> – While not always true, most low end switches do not include Power over Ethernet.  Why is this important?  More and more network devices can receive their power directly from the network port it is plugged into eliminating the need for a separate power brick at the device.  Examples include, IP Cameras, network based speakers, IP Phones, and wireless access points.<br />
•	<strong>No Routing Capabilities</strong> &#8211;  While not always included in higher end switches, it is almost always an option to include the ability to route between different networks directly on the switch.  Why is this important?  Well lets say that you have a server on one VLAN within the switch, and  the client computers on another VLAN to help isolate and improve performance on the server  segments.  If one of the client PCs needs to get access to the server, without a switch capable of routing, an external router has to be used and in most cases the link speed will be limited to 100Mb.  In a switch that has internal routing capabilities, that traffic does not leave the internal device and the speed in which the traffic can be routed is upwards of 32Gb.  Big performance issue without routing on the switch.</p>
<p>Now obviously not all lower end switches are missing all of the above mentioned features.  But it is worth a look to see what features you are going to be missing in that lower end solution because, one way or the other it will be missing something.  In the end you really need to consider what the ethernet switch does in your business.  It is not simply a multiple outlet plug &#8211; it is the core of your entire network and can either enable you to work efficiently or disable your ability to perform at full speed.  If this all seems greek and more than you want to know or ever consider &#8211; then make sure you consult with a knowledgeable and certified network professional that can help guide you in the right direction.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Managed Services Provider Exponential- e| Q &amp; A on Cloud Computing]]></title>
<link>http://exponentiale.wordpress.com/2009/07/24/managed-services-provider-exponential-e-q-a-on-cloud-computing/</link>
<pubDate>Fri, 24 Jul 2009 10:48:26 +0000</pubDate>
<dc:creator>exponentiale</dc:creator>
<guid>http://exponentiale.wordpress.com/2009/07/24/managed-services-provider-exponential-e-q-a-on-cloud-computing/</guid>
<description><![CDATA[Why is it important for Exponential-e to be involved in cloud computing? We believe cloud based comp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em><strong>Why is it important for Exponential-e to be involved in cloud computing? </strong></em></p>
<p>We believe cloud based computing provides true ubiquity of service allowing users to access services from any location, over any infrastructure, with any device, at any time. The development of intelligent user appliances like PDA’s and intelligent phones has removed the barrier of user access. Users are becoming more comfortable with this model due to services provided in the consumer market by Google, Mobile me, etc, which spill into the business environment. SME clients want “corporate” services but at realistic prices and look at the cloud model as a way of achieving this. We are finding that clients are focusing on core business activities and are looking towards the cloud model as a real option when outsourcing in-house activities.<br />
<em><strong><br />
How much potential is there in the market?</strong></em></p>
<p>We believe there is massive potential in the SME space as:</p>
<ul>
<li> Value add applications become available at a fraction of the cost</li>
</ul>
<ul>
<li> Clients don’t have to worry about in house resource</li>
</ul>
<ul>
<li> The cloud assumes responsibility for software updates, upgrades, etc. The client only needs to worry about the access technologies</li>
</ul>
<ul>
<li> The cloud provides a more flexible commercial framework</li>
</ul>
<ul>
<li> Scalability is no longer an issue</li>
</ul>
<ul>
<li> The cloud addresses resiliency and DR issues</li>
</ul>
<ul>
<li> Up front capital expenditure is drastically reduced</li>
</ul>
<p>There is a quantifiable shift in service delivery models (e.g. SaaS, CaaS, etc.) which can protect the users from issues they would normally have to deal with themselves. For example, our <strong><a title="Managed Security Service" href="http://www.exponential-e.com/managed/security.html" target="_blank">centralised security service</a> </strong>“cleanses” internet traffic <strong>BEFORE</strong> it ever reaches the client’s premises. We do this with our centralised firewall services in conjunction with <strong><a title="message labs" href="http://www.messagelabs.co.uk/">Message Labs threat management</a> </strong>services.</p>
<p>High-speed secure delivery of centrally hosted services with the<strong><a title="Low Latency connectivity" href="http://www.finance.exponential-e.com/low-latency-secure-connectivity" target="_blank"> lowest possible latency</a></strong>, is absolutely key to the success to almost all cloud computing implementations. Therefore, Exponential-e’s business class NGN could be an important enabler to the successful take-up of cloud computing services in the UK especially as the access infrastructure deployed into enterprises by Exponential-e to support cloud computing can be cross-subsidised by the use of other applications on the same high speed Ethernet access circuits using its VPLS technology.</p>
<p><em><strong>What kinds of customers are interested in these services? </strong></em></p>
<p>We believe that currently, cloud based computing is more pertinent in the SME market.</p>
<p>Cloud computing is advantageous for SME’s as:</p>
<ul>
<li> It enables access to services previously unobtainable (e.g. CRM services, office application services, unified communication services, etc.) due to the expense.</li>
</ul>
<ul>
<li> Enables access to expertise which has previously been too expensive</li>
</ul>
<ul>
<li> Enables cost reduction as there are little set up costs (e.g. VoIP Centrex)</li>
</ul>
<ul>
<li> Enables ubiquity of service – enables different working methodologies (e.g. home working, mobile working)</li>
</ul>
<ul>
<li> Makes corporate governance easier through the centralization of services.</li>
</ul>
<ul>
<li> Makes legislative adherence easier</li>
</ul>
<ul>
<li> Streamlines processes</li>
</ul>
<p>We launched a new service with <strong><a title="Atlanta Technology" href="http://www.atlantatechnology.co.uk/">Atlanta Technology</a></strong> for small to medium businesses wanting enterprise-class server infrastructure without the capital investment. The service combines both storage and server virtualisation into a centrally-hosted cloud.<br />
<strong><br />
<em>How will they be using cloud computing  improve their businesses?</em></strong></p>
<p>The service provides corporate customers with their own “cloud” from which virtual servers – independent from both physical infrastructure and geographic location &#8211; can be hosted.  The communication between the client enterprise customer and their server infrastructure takes place across our high-speed and powerful<strong><a title="VPLS (Virtual PrivateLAN Service)" href="http://www.exponential-e.com/vpls/" target="_blank"> layer 2 MPLS next generation network </a></strong>which is dedicated to business traffic. The service is based on a subscription pricing model and reduces the need for significant capital investment.</p>
<p>We have also just launched a<strong><a title="Managed Security Service" href="http://www.exponential-e.com/managed/" target="_blank"> managed security service</a></strong> delivered from the cloud using a centralised firewall and combined with threat management features from MessageLabs Hosted Services. This will also be attractive to SMEs wanting to outsource the management of security risk, restructure and reduce the associated cost and free up ICT resource for core business activities</p>
<p><em><strong>How will cloud computing develop in the future?</strong></em></p>
<p>Cloud based computing is where the client’s “intelligence” will reside. Everything outside of the cloud such as access links, user devices and so on, will become a commodity. Devices will be thin client in nature. The device will become immaterial – the user “profile” will become king and will drive their access scope. Our profile will drive our corporate identity. CBC will become the ultimate secure domain with client pulling information to themselves irrespective of device, infrastructure, geographic location or time.<br />
<strong><br />
<em>What role will Exponential-e play in the future of cloud computing?</em></strong></p>
<p>Exponential-e will be the providers of a suite of value add services to complement our core network.  Ultimately, we will treat every single user as a separate and unique client (irrespective of their organization affiliation).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Real Security for a Virtual Network]]></title>
<link>http://3comsblog.wordpress.com/2009/11/13/real-security-for-a-virtual-network/</link>
<pubDate>Fri, 13 Nov 2009 16:10:05 +0000</pubDate>
<dc:creator>3Com Corporation</dc:creator>
<guid>http://3comsblog.wordpress.com/2009/11/13/real-security-for-a-virtual-network/</guid>
<description><![CDATA[By Gary Kinghorn Virtualization has certainly become a driving factor in networking, application dep]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>By <a href="mailto:gary_kinghorn@3com.com">Gary Kinghorn</a></p>
<p><a title="wiki link" href="http://en.wikipedia.org/wiki/Network_virtualization" target="_blank">Virtualization</a> has certainly become a driving factor in networking, application deployment and data center design over the last few years. One of our marketing folks recently ran across an interesting deployment scenario where as part of a large network virtualization project, they were also making use of virtual firewalls to virtualize the security layer of their network, further reducing costs. While the first step of virtualization usually happens in the application server, customers should also be thinking about ways to reduce hardware costs and management complexity by taking advantage of the same concepts inherent in all of our <a title="Security link" href="http://h3cnetworks.com/en_US/category.page?pathtype=Purchase&#38;category=CAT_SECURITY&#38;name=Security" target="_blank">H3C security appliances and blades</a>.</p>
<p>The typical deployment scenario goes something like this: A large distributed enterprise has multiple campuses, or a large distributed campus, with divisions or groups spread throughout. You can think of these as potentially subsidiaries of a conglomerate, departments in a university, or logically separated clean-room projects. The problem is that the physical location of the groups is not aligned with the physical layout of the campuses or buildings. This is a challenge for network designs that frequently are aligned with campus layouts and not the virtual organizations. Virtual Local Area Networks (VLANs) work well locally, when closely mirroring the network topology, but don’t work well across the enterprise WAN, since Layer 2 network virtualization doesn’t scale when extended through the Layer 3 routers.</p>
<p>Providing the functionality of a VLAN for a widely separated logical group (over a Layer 3 WAN or router core) requires a technology called <a title="VRF wiki" href="http://en.wikipedia.org/wiki/VRF" target="_blank">Virtual Routing and Forwarding (VRF)</a>. This provides what could be thought of as a virtual VLAN (but that sounds both redundant and confusing). These new private WANs are more accurately called VRFs, or what can logically be viewed as a wide area broadcast domain.</p>
<p>VRFs effectively provide the appropriate policy enforcement and network capacity appropriate for each division or group, no matter what their size, while sharing the same Layer 2 and 3 network infrastructure with many other VRFs. This can help optimize network resources and provide better service to individual users. These VRFs are reasonably straightforward to set up and manage since the H3C <a title="Routers link" href="http://h3cnetworks.com/en_US/category.page?pathtype=Purchase&#38;category=CAT_ROUTERS&#38;name=Routers" target="_blank">networking infrastructure</a> and <a title="IMC link" href="http://h3cnetworks.com/en_US/category.page?pathtype=Purchase&#38;category=CAT_NTWK_MNMGT&#38;name=Network-Management" target="_blank">management platform</a> supports this capability for highly scalable deployments.</p>
<p>But things get even better when enterprises take advantage of virtual firewalls. Whereas logically distinct organizations sharing a network would need their own firewall to protect their LAN segment and to define their unique security policies, firewalls no longer need a one-to-one correspondence with the LAN segment they are protecting any more than an enterprise application still needs its own server to provide adequate service. In essence, a single physical firewall can be divided into hundreds of virtual firewalls, each with its own distinct set of rules, aligned with a particular LAN segment, VLAN, or VRF and can be individually managed by a local group administrator (as needed).</p>
<p>The enterprise class <a title="security link" href="http://h3cnetworks.com/en_US/product.page?pathtype=Purchase&#38;category=CAT_SECURITY&#38;class=CLS_SEC_APPLIANCES&#38;family=FAM_SP_FRWL&#38;product=0150A0AG&#38;name=H3C-SecPath-F5000-A5-Advanced-VPN-Firewall" target="_blank">SecPath F5000-A5</a> and the <a title="secblade link" href="http://h3cnetworks.com/en_US/family.page?pathtype=Purchase&#38;category=CAT_SECURITY&#38;class=CLS_INTEGR_SEC&#38;family=FAM_SB_FRWL&#38;name=H3C-SecBlade-Advanced-VPN-Firewall-Modules" target="_blank">SecBlade VPN Firewall</a> module, for example, both support up to 256 virtual firewalls. The SecBlade module could be deployed right into one of the core router chassis, and all the traffic that flows through the firewall can be partitioned to the right VLAN, applying the relevant policies. A widely distributed VLAN doesn’t need a firewall at each physical site. A few physical firewalls can support hundreds of distributed VLANs in a highly scalable fashion, no matter how widely distributed, as part of a larger virtual network. This can greatly reduce the proliferation of security devices by consolidating and centralizing deployments, while greatly reducing ongoing management costs and overhead. Networks will be able to grow more efficiently and cost-effectively, and maximize use of shared resources.</p>
<p>Interested in hearing more? Give us a call and we’ll show you how.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Trunking problem isl vs dot1q]]></title>
<link>http://iwing.wordpress.com/2009/11/04/trunking-problem-isl-vs-dot1q/</link>
<pubDate>Wed, 04 Nov 2009 08:38:56 +0000</pubDate>
<dc:creator>iwing</dc:creator>
<guid>http://iwing.wordpress.com/2009/11/04/trunking-problem-isl-vs-dot1q/</guid>
<description><![CDATA[Kebetulan lagi iseng mengkonfigurasi vlan diintegrasikan dengan router menggunakan metode router on ]]></description>
<content:encoded><![CDATA[Kebetulan lagi iseng mengkonfigurasi vlan diintegrasikan dengan router menggunakan metode router on ]]></content:encoded>
</item>
<item>
<title><![CDATA[Stateless VMware ESXi 3.5 on an HP c7000 Blade Server...]]></title>
<link>http://symbolik.wordpress.com/2009/11/01/stateless-vmware-esxi-3-5-on-an-hp-c7000-blade-server/</link>
<pubDate>Sat, 31 Oct 2009 19:11:59 +0000</pubDate>
<dc:creator>symbolik</dc:creator>
<guid>http://symbolik.wordpress.com/2009/11/01/stateless-vmware-esxi-3-5-on-an-hp-c7000-blade-server/</guid>
<description><![CDATA[NOTE:  This is only an overview.  Due to the detailed nature of this project, I will break it up ove]]></description>
<content:encoded><![CDATA[NOTE:  This is only an overview.  Due to the detailed nature of this project, I will break it up ove]]></content:encoded>
</item>
<item>
<title><![CDATA[Multi Layer Switch dengan Inter Vlan Communication]]></title>
<link>http://krisnarengga.wordpress.com/2009/10/31/multi-layer-switch-dengan-inter-vlan-communication/</link>
<pubDate>Sat, 31 Oct 2009 01:47:10 +0000</pubDate>
<dc:creator>krisnarengga</dc:creator>
<guid>http://krisnarengga.wordpress.com/2009/10/31/multi-layer-switch-dengan-inter-vlan-communication/</guid>
<description><![CDATA[Multi layer switching adalah cara dimana menyusun perangkat network switch menjadi beberapa tingkata]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em><strong>Multi layer switching</strong></em> adalah cara dimana menyusun perangkat network switch menjadi beberapa tingkatan dikarenakan end user yang terkoneksi ke dalam suatu jaringan memiliki jumlah yang banyak, sehingga kita perlu melakukan trunking (menyambungkan switch satu dengan switch lain) antar network switch secara bertingkat.  Di bawah ini merupakan contoh multi layer switching yang disimulasikan dengan program Packet Tracer milik Cisco.</p>
<p><img src="http://img338.imageshack.us/img338/5623/multilayerswitch.jpg" alt="multi layer switching" width="375" height="234" /></p>
<p>Pada gambar di atas network switch tersusun atas 3 layer (tingkatan) yaitu Core Switch sebagai layer pertama, Distribution Switch sebagai layer kedua dan Access Switch sebagai layer ketiga.  Fungsi Core Switch adalah sebagai network switch yang menggabungkan beberapa device network switch menjadi satu kesatuan (integrated network).  Distribution Switch berfungsi sebagai penghubung antara Core Switch dengan Access Switch.  Access Switch berfungsi sebagai penghubung antara network dengan computer end user.  Jadi kesimpulannya dengan menggunakan metode multi layer switch kita dapat melakukan extend (perluasan) jumlah komputer yang terkoneksi ke dalam jaringan. Contoh susunan 3 layer network switch di atas dapat dikembangkan lagi menjadi beberapa layer ke bawah tergantung dari kebutuhan jumlah jaringan.</p>
<p><em><strong>Command line CISCO untuk switch trunking</strong></em> dipergunakan untuk menyusun multi layer switch seperti di atas.  Caranya adalah masuk ke dalam mode configurasi switch kemudian akses port interface switch yang akan dipakai untuk trunking dan set mode port tersebut ke trunking.  Contohnya command line nya adalah sebagai berikut :</p>
<p><img src="http://www.freeimagehosting.net/uploads/12c3b93e3c.jpg" alt="trunking switch" width="377" height="300" /></p>
<p>Di atas gw mengkonfigurasi Core Switch (CISCO 3560) agar port fast ethernet nomor 1 memiliki mode trunk, karena interface fast ethernet nomor 1 berhubungan dengan Distribution Switch 1 interface fast ethernet nomor 24.  Di bawah ini adalah contoh konfigurasi Distribution Switch 1 port fast ethernet 24 untuk mode trunk.</p>
<p><img src="http://www.freeimagehosting.net/uploads/753c40bd68.jpg" alt="trunking distribution switch" width="378" height="299" /></p>
<p>Dengan cara-cara konfigurasi seperti di atas kita telah menghubungkan / melakukan trunking antar 2 network switch. Untuk menghubungkan network switch yang lain sama halnya seperti cara di atas.  Kesimpulannya adalah apabila kita ingin menghubungkan device network switch satu dengan yang lainnya, kita harus melakukan set mode trunk pada port interface yang dipergunakan untuk penghubung antar switch.</p>
<p><em><strong>Vlan </strong></em>adalah fasilitas yang diberikan untuk melakukan pengelompokan jaringan besar menjadi segmen-segmen jaringan kecil.  Ilustrasi penggunaan vlan adalah seperti ini, biasanya apabila kita mengimplementasikan sistem network di dalam suatu perusahaan kita harus membatasi akses jaringan suatu unit kerja agar tidak berkomunikasi dengan unit kerja yang lain.  Caranya adalah kita mendefinisikan vlan untuk masing-masing unit kerja; misalnya vlan 101 dengan nama alias vlan_keuangan untuk unit keuangan, vlan 102 dengan nama alias vlan_sdm untuk unit sdm, vlan 103 dengan nama alias vlan_operasional untuk unit operasional, dst.  Dengan adanya pendefinisian vlan untuk masing-masing unit kita bisa membuat seolah-olah network unit satu tidak bisa berkomunikasi dengan network unit lain walaupun network sudah terintegrasi. Di bawah ini merupakan contoh cara pendefinisian beberapa vlan pada network switch.</p>
<p><img src="http://www.freeimagehosting.net/uploads/6e9ee20bfd.jpg" alt="vlan definition" width="386" height="306" /></p>
<p>Untuk multi layer switch pendefinisian vlan seperti di atas dilakukan pada masing &#8211; masing switch, sehingga setiap switch pada network mengetahui vlan apa saja yang ada di sistem network tersebut. Untuk mengetahui vlan &#8211; vlan apa saja yang telah kita daftarkan dalam suatu device network switch kita dapat mengetik command &#8220;show vlan brief&#8221; pada mode non configurable, contohnya seperti di bawah ini.</p>
<p><img src="http://www.freeimagehosting.net/uploads/4e8d0a3d4a.jpg" alt="vlan brief" width="385" height="307" /></p>
<p>Dapat dilihat di atas ada beberapa vlan yang walaupun kita tidak definisikan tetapi sudah ada di dalam daftar.  Vlan &#8211; vlan tersebut dinamakan default vlan.  Berdasarkan data dari &#8220;show vlan brief&#8221; di atas kita melihat bahwa port interface fast ethernet nomor 1 &#8211; 24 dan port interface gigabit ethernet 1 dan 2 akan masuk dalam kategori vlan 1 (vlan default).  Kita dapat merubah beberapa port interface ke vlan-vlan yang telah kita definisikan.</p>
<p><img src="http://www.freeimagehosting.net/uploads/3c49b189f8.jpg" alt="simple topology" width="382" height="234" /></p>
<p>Misalkan kita memiliki topology (struktur network) sederhana seperti di atas, dimana satu switch dipakai untuk 2 unit CPU bagian keuangan, 1 unit CPU bagian SDM dan 1 unit CPU bagian operasional. PC no. 1 keuangan terkoneksi pada port fastethernet no.1, PC no. 2 keuangan terkoneksi pada port fast ethernet no.4, PC SDM terkoneksi pada port fast ethernet no. 2 dan PC operasional terkoneksi pada port fast ethernet no.3. PC 1 dan 2 Keuangan akan ada di vlan 101 (artinya port fast ethernet no.1 dan no. 4 akan kita set masuk ke dalam vlan 101), PC SDM akan ada di vlan 102 (artinya port fast ethernet no. 2 akan kita set masuk ke dalam vlan 102) dan PC Operasional akan ada di vlan 103 (artinya port fast ethernet no. 3 akan kita set masuk ke dalam vlan 103).  Cara melakukan konfigurasi pada switch nya adalah sebagai berikut.</p>
<p><img src="http://www.freeimagehosting.net/uploads/8df430c290.jpg" alt="vlan port definition" width="375" height="223" /></p>
<p>Masuk pada port interface yang akan diset. Set mode port tersebut ke mode access.  Mode access dipergunakan apabila port switch langsung dihubungkan ke komputer end user, lain halnya apabila dihubungkan ke switch lain mode harus di set ke trunk.  Lalu lakukan pemindahan port interface ke vlan.  Setelah melakukan set mode port interface fast ethernet, lakukan setting IP address pada masing masing komputer dengan ketentuan sebagai berikut :</p>
<p>PC 1 keuangan = IP : 10.1.101.11, subnet mask : 255.255.255.0, gateway : kosong (karena kita tidak menggunakan sistem routing)</p>
<p>PC 2 keuangan = IP : 10.1.101.12, subnet mask : 255.255.255.0, gateway : kosong (karena kita tidak menggunakan sistem routing)</p>
<p>PC SDM = IP : 10.1.102.11, subnet mask : 255.255.255.0, gateway : kosong (karena kita tidak menggunakan sistem routing)</p>
<p>PC Operasional = IP : 10.1.103.11, subnet mask : 255.255.255.0, gateway : kosong (karena kita tidak menggunakan sistem routing)</p>
<p><img src="http://www.freeimagehosting.net/uploads/41d86355a6.jpg" alt="set ip" width="397" height="343" /></p>
<p>Setelah semua PC diset IP address lakukan test ping ke beberapa komputer.  Contoh di bawah ini gw melakukan test ping dari PC 1 Keuangan ke PC 2 Keuangan ternyata ada reply karena berada pada vlan yang sama, sedangkan pada saat test ping dari PC 1 Keuangan ke PC SDM ternyata &#8220;Request Timed Out (RTO)&#8221; karena berada pada vlan yang berbeda.</p>
<p><img src="http://www.freeimagehosting.net/uploads/84e7ca7306.jpg" alt="test ping" width="453" height="255" /></p>
<p>Kesimpulannya adalah dengan memanfaatkan vlan kita melakukan pengelompokan jaringan menjadi beberapa segmen yang membatasi akses network antar satu bagian ke bagian yang lain.  Dalam satu network switch bisa terdapat 1 atau lebih jumlah vlan, tergantung dari kebutuhan network.</p>
<p><em><strong>Inter Vlan Communication</strong></em> adalah mekanisme dimana melakukan setting agar network di dalam vlan satu dapat berkomunikasi dengan vlan yang lainnya, walaupun sebenarnya dengan adanya vlan membatasi ruang gerak komunikasi antar network. Inter Vlan Communication ada dikarenakan adanya beberapa kebutuhan agar suatu PC di vlan tertentu dapat berhubungan dengan device pada vlan network yang lain, misalnya PC di vlan Keuangan harus berkomunikasi pada PC Server di vlan Server.  Untuk melakukan mekanisme Inter Vlan Communication kita harus meng-enable mode ip routing. Di bawah ini gw memberikan contoh topology sederhana yang menyangkut Inter Vlan Communication.</p>
<p><img src="http://www.freeimagehosting.net/uploads/0b2b4884fa.jpg" alt="inter vlan communication" /></p>
<p>Di atas merupakan topology sederhana untuk mempraktekkan Inter Vlan Communication.  Mode IP Routing hanya ada pada Device Router dan Device Switch (tidak semua switch CISCO).  Pada contoh di atas saya menggunakan device network switch Cisco 3560. Ada 3 vlan yang didefinisikan pada device switch yaitu vlan 100 sebagai vlan_management, vlan 101 sebagai vlan_keuangan dan vlan 102 sebagai vlan_sdm.  Langkah &#8211; langkah konfigurasi switch nya adalah sebagai berikut :</p>
<p>1. Enable mode IP Routing pada Switch 3560</p>
<p>2. Buat daftar vlan</p>
<p>3. Set vlan dengan IP address</p>
<p>4. Rubah mode port interface fast ethernet sesuai dengan vlan nya masing &#8211; masing (pada contoh port 1 sebagai vlan 101 dan port 2 sebagai vlan 102)</p>
<p><img src="http://www.freeimagehosting.net/uploads/65c91dbb10.jpg" alt="setting switch inter vlan" width="479" height="297" /></p>
<p>Setelah mengkonfigurasi network switch lakukan setting ip address ke komputer dengan contoh pengalamatan sebagai berikut :</p>
<p>PC 1 = IP : 10.1.101.11, subnet mask : 255.255.255.0, gateway : 10.1.101.1 (sesuai dengan ip address vlan 101)</p>
<p>PC 2 = IP : 10.1.102.11, subnet mask : 255.255.255.0, gateway : 10.1.102.1 (sesuai dengan ip address vlan 102)</p>
<p>Kemudian lakukan test ping dari PC 1 ke PC 2 dan lihat apa yang terjadi.</p>
<p><img src="http://www.freeimagehosting.net/uploads/3b7457bb7f.jpg" alt="test ping" width="493" height="308" /></p>
<p>Ternyata setelah dilakukan test ping dari PC 1 (vlan 101) ke PC 2 (vlan 102) ada reply dari PC 2, maka inilah yang disebut dengan Inter Vlan Communication.  Bagaimana kalau seandainya ada switch penghubung antara Switch Cisco 3560 dengan PC seperti gambar di bawah ini.</p>
<p><img src="http://www.freeimagehosting.net/uploads/434d52d5c5.jpg" alt="inter vlan multi layer" /></p>
<p>Jawabannya adalah seperti langkah &#8211; langkah di bawah ini :</p>
<p>1. Set terlebih dahulu mode trunk pada interface yang dipergunakan untuk menghubungkan antara Switch 3560 dengan Switch 2960.</p>
<p>2. Definisikan vlan di Switch 2960 sama dengan Switch 3560 (tidak perlu set ip address untuk masing-masing vlan di Switch 2960).</p>
<p>3. Ketik command line &#8220;ip default-gateway 10.1.1.1&#8243; agar traffic dari PC menuju ke Switch 2960 dilarikan ke Switch 3560.</p>
<p><img src="http://www.freeimagehosting.net/uploads/15e7fd363d.jpg" alt="configure switch 2960" width="440" height="275" /></p>
<p>Apabila switch 2960 selesai di konfigurasi, set kembali ip address PC sama seperti di atas, kemudian test ping dari PC 1 ke PC 2 dan terakhir test tracert untuk mengetahui jalur traffic.</p>
<p><img src="http://www.freeimagehosting.net/uploads/9d8dff8eb6.jpg" alt="test ping" width="439" height="380" /></p>
<p>Dapat di lihat dari contoh test ping di atas bahwa ada reply dari PC 2 ke PC 2.  Jalur dari test tracert juga menunjukkan traffic melalui ip 10.1.101.1 (ip address pada vlan 101 yang di set di switch 3560) terlebih dahulu baru sampai ke PC 2.</p>
<p>Sekarang pertanyaannya adalah bagaimana kita melakukan block traffic dari vlan &#8211; vlan tertentu yang seyogyanya metode vlan adalah untuk blocking traffic network.  Jawabannya adalah menggunakan fasilitas &#8220;Access List&#8221;, tapi bagian Access List gw akan bahas pada postingan yang berikutnya &#8230;&#8230;. kalo sempat &#8230;&#8230; hehehe</p>
<p><strong>Maju terus IT Indonesia !!!!!!!!</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VLANs en switch Ovislink]]></title>
<link>http://torocatala.wordpress.com/2009/10/27/vlans-en-switch-ovislink/</link>
<pubDate>Tue, 27 Oct 2009 10:54:32 +0000</pubDate>
<dc:creator>torocatala</dc:creator>
<guid>http://torocatala.wordpress.com/2009/10/27/vlans-en-switch-ovislink/</guid>
<description><![CDATA[Entramos por la IP al switch. Por defecto la IP es 192.168.2.1 una vez entremos nos pedirá user y pa]]></description>
<content:encoded><![CDATA[Entramos por la IP al switch. Por defecto la IP es 192.168.2.1 una vez entremos nos pedirá user y pa]]></content:encoded>
</item>

</channel>
</rss>
