<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Replaceing three switchs with one&#x27; in forum &#x27;Wireless Service Providers&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Replaceing-three-switchs-with-one-22638042</link>
<description></description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 11:31:41 EDT</pubDate>
<lastBuildDate>Sat, 11 Feb 2012 11:31:41 EDT</lastBuildDate>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22643455</link>
<description><![CDATA[Equis posted : Hello Rhaas<br><br>Thank you for that.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22643455</guid>
<pubDate>Thu, 02 Jul 2009 06:18:41 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22643267</link>
<description><![CDATA[Rhaas posted : Vlan 1 is generally the default untagged vlan on most managed switches. You don't necessarily need to tag traffic as Vlan 1 coming from the router as untagged traffic on that port will default to vlan 1 on the switch (usually). <br><br>What you are looking at doing is exactly what I've done here: &raquo;<A HREF="/forum/r22561072-This-mornings-fun">This morning's fun</A> You wont have any issue with MTU or OSPF in this setup. <br><br>Here is the relevant config from the above setup:<br>MT: <br><pre class="brush: text">/interface vlan&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=Bernie_Canopy use-service-tag=no vlan-id=20&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=Campbell_Canopy use-service-tag=no vlan-id=21&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=MHS_Redline use-service-tag=no vlan-id=22&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=Risco_Redline use-service-tag=no vlan-id=23&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=Canopy_900 use-service-tag=no vlan-id=24&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=Waveip_700 use-service-tag=no vlan-id=25&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=VSW use-service-tag=no vlan-id=26&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=Vertical use-service-tag=no vlan-id=27&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=Horizontal use-service-tag=no vlan-id=28&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=Servers use-service-tag=no vlan-id=40&#012;add arp=enabled comment="" disabled=no interface=Core_Switch mtu=1500 name=HSW use-service-tag=no vlan-id=29&#012; &#012;</pre><!--end code block--><br>And from the Cisco Switch:<br><pre class="brush: text">!&#012;interface FastEthernet0/1&#012; description To_Router&#012; switchport trunk encapsulation dot1q&#012; switchport trunk allowed vlan 1,20-29,40,1002-1005&#012; switchport mode trunk&#012; no cdp enable&#012;!&#012;interface FastEthernet0/2&#012; description To_Servers_Switch&#012; switchport access vlan 40&#012;!&#012;interface FastEthernet0/3&#012;!&#012;interface FastEthernet0/4&#012;!&#012;interface FastEthernet0/5&#012;!&#012;interface FastEthernet0/6&#012;!&#012;interface FastEthernet0/7&#012;!&#012;interface FastEthernet0/8&#012;!&#012;interface FastEthernet0/9&#012;!&#012;interface FastEthernet0/10&#012;!&#012;interface FastEthernet0/11&#012;!&#012;interface FastEthernet0/12&#012;!&#012;interface FastEthernet0/13&#012;!&#012;interface FastEthernet0/14&#012;!&#012;interface FastEthernet0/15&#012; description HSW&#012; switchport access vlan 29&#012;!&#012;interface FastEthernet0/16&#012; description Horizontal&#012; switchport access vlan 28&#012;!&#012;interface FastEthernet0/17&#012; description Vertical&#012; switchport access vlan 27&#012;!&#012;interface FastEthernet0/18&#012; description VSW&#012; switchport access vlan 26&#012;!&#012;interface FastEthernet0/19&#012; description Waveip_700&#012; switchport access vlan 25&#012;!&#012;interface FastEthernet0/20&#012; description Canopy_900&#012; switchport access vlan 24&#012;!&#012;interface FastEthernet0/21&#012; description Risco_Redline&#012; switchport access vlan 23&#012;!&#012;interface FastEthernet0/22&#012; description MHS_Redline&#012; switchport access vlan 22&#012;!&#012;interface FastEthernet0/23&#012; description Campbell_Canopy&#012; switchport access vlan 21&#012;!&#012;interface FastEthernet0/24&#012; description Bernie_Canopy&#012; switchport access vlan 20&#012;!&#012; &#012;</pre><!--end code block--><br>On the MT the interface named 'Core_Switch' is the physical interface that is connected to port #1 on the switch. Personally I don't assign any ip address to that port as I use tagged traffic for management.  Anything you assign to the physical interface as far as ip addresses etc. will equate to untagged traffic and will use the native/default vlan on the switch (usually vlan 1). Each Vlan interface can be manipulated just like it was a physical interface on the router.<br><br>On the switch port #1 is setup as a trunk port so that multiple tagged vlan traffic can pass and exiting traffic is tagged with the appropriate vlan. Subsequent ports are set as access ports (un-tagged).<br><br>So Using HSW (Horizontal South West access point) as an example from my configs. If you look at the MT config you'll see I have HSW assigned to vlan 29.  Then looking at the cisco config you'll see that port 15 is set to access vlan #29 and my HSW access point is plugged into that port. My HSW access point does not tag it's traffic.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22643267</guid>
<pubDate>Thu, 02 Jul 2009 02:50:25 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22642893</link>
<description><![CDATA[davebc posted : <div class="bquote"><small>said by <a href="/profile/1175358" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1175358');">Equis</a>:</small><br><br>So if I have Vlan1 on teh switch I don't need to create Vlan1 on my mikrotik router for example?<br></div>You don't have to if you don't mind taking up extra switch ports.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22642893</guid>
<pubDate>Thu, 02 Jul 2009 00:07:03 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22642410</link>
<description><![CDATA[Equis posted : So if I have Vlan1 on teh switch I don't need to create Vlan1 on my mikrotik router for example?<br><br>Thanks]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22642410</guid>
<pubDate>Wed, 01 Jul 2009 22:12:23 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22642167</link>
<description><![CDATA[battleop posted : The devices do not care about Vlans.  If you create a Vlan in a switch and put ports in that vlan it's like having multiple switches in one box.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22642167</guid>
<pubDate>Wed, 01 Jul 2009 21:17:57 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22641548</link>
<description><![CDATA[Equis posted : OK, Thanks<br><br>Will OSPF still work fine?<br>Any other gotcha's I need to worry about?  (MTU etc?)<br><br>I have never really done Vlans much before.<br><br>Thanks again]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22641548</guid>
<pubDate>Wed, 01 Jul 2009 19:01:57 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22641150</link>
<description><![CDATA[scobywhru posted : The default VLAN or untagged VLAN for an interface is the LAN the devices will see devices that support VLAN tags will only see which ones you pass to that interface from the switch.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22641150</guid>
<pubDate>Wed, 01 Jul 2009 17:49:17 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22641048</link>
<description><![CDATA[Rhaas posted : The servers don't have to support Vlan tags, only the switch & router. Think of it as creating virtual interfaces on your router. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22641048</guid>
<pubDate>Wed, 01 Jul 2009 17:31:05 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22640905</link>
<description><![CDATA[Equis posted : Thanks<br><br>Some of the servers/devices don't support Vlans.<br><br>I could do some tho<br><br>Thanks<br><br>:-)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22640905</guid>
<pubDate>Wed, 01 Jul 2009 17:02:52 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22638935</link>
<description><![CDATA[Rhaas posted : You can can do that, there are some caveats obviously to doing this, you may end up with a route cache issue and depending on what you are doing on the individual interfaces (ie dhcp server, ospf) you may have some service conflicts. <br><br>I would do it with Vlan's.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22638935</guid>
<pubDate>Wed, 01 Jul 2009 10:36:45 EDT</pubDate>
</item>

<item>
<title>Re: Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22638574</link>
<description><![CDATA[battleop posted : Why wouldn't you want to use vlans for this?  ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Replaceing-three-switchs-with-one-22638574</guid>
<pubDate>Wed, 01 Jul 2009 08:59:36 EDT</pubDate>
</item>

<item>
<title>Replaceing three switchs with one</title>
<link>http://www.dslreports.com/forum/Replaceing-three-switchs-with-one-22638042</link>
<description><![CDATA[Equis posted : Hello<br><br>I have a a router with 3 interfaces going to three switch.<br><br>one transit, one customer and one servers.<br><br>I was thinking of just having all interfaces going into one big switch.<br>I don't want to use Vlans or anything, I can't see a need.<br><br>Is there any issues with doing this?<br><br>Thanks<br><br>:-)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Replaceing-three-switchs-with-one-22638042</guid>
<pubDate>Wed, 01 Jul 2009 03:05:48 EDT</pubDate>
</item>

</channel>
</rss>

