<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic new to vlans and have questions and need help in Switching</title>
    <link>https://community.cisco.com/t5/switching/new-to-vlans-and-have-questions-and-need-help/m-p/2166489#M249679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You wil create Two Vlan&lt;/P&gt;&lt;P&gt;Vlan 100&lt;/P&gt;&lt;P&gt;10.0.0.5/24&lt;/P&gt;&lt;P&gt;Vlan 10&lt;/P&gt;&lt;P&gt;10.0.10.5/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will Need L3 Device Router to Make communicate possible mean to say intervlan routing&lt;/P&gt;&lt;P&gt;If u have Router Like 2800 Series&lt;/P&gt;&lt;P&gt;and Your Connect your Switch to 2800 Fe 0/1&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;interface fa 0/1.100&lt;/P&gt;&lt;P&gt;encapsulation dot1q 100&lt;/P&gt;&lt;P&gt;ip address 10.0.0.1/24&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface fa 0/1.10&lt;/P&gt;&lt;P&gt;encapsulation dot1q 100&lt;/P&gt;&lt;P&gt;ip address 10.0.10.1/25&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access -list extended NAT&lt;/P&gt;&lt;P&gt;permit ip 10.0.0.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;permit ip 10.0.10.0 0.0.0.255 nay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source-list NAT interface (Public Interface ) Fe 0/0 Overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 fe 0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;*** Do Rate Helpful Posts***&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2013 22:31:10 GMT</pubDate>
    <dc:creator>jawad-mukhtar</dc:creator>
    <dc:date>2013-03-01T22:31:10Z</dc:date>
    <item>
      <title>new to vlans and have questions and need help</title>
      <link>https://community.cisco.com/t5/switching/new-to-vlans-and-have-questions-and-need-help/m-p/2166488#M249678</link>
      <description>&lt;P&gt;what we have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sw1: sge2010p (master) layer2&lt;/P&gt;&lt;P&gt;sw2: sge2010p (2 in stack) layer2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1 internet (windstream) (dhcp)&lt;/P&gt;&lt;P&gt;Comcast internet&lt;/P&gt;&lt;P&gt;win 2008 R2 DC / DHCP server/ AD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DC and staff in the&amp;nbsp; 10.0.0.*/24 range&lt;/P&gt;&lt;P&gt;guest and T1 in the 10.0.10.*/24 range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8 AP's with two SSID's staff and guest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want staff wireless to get DHCP from win2008 srv, login to DC, internet coming from comcast , guest wireless getting DHCP from T1 router on seperate ISP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want to set sw1: g1/7 -g1/14 for AP's and route traffic for staff to the DC and internet(comcast), and route the guest traffic out the T1 internet (internet access only) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont want staff or guest to be able to talk to each other. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know vlans are the way to go. I have been reading and searching on the internet for a few hours today. I know I need to create the vlans in the web interface of the switch. I know I need the ports (g1/7-g1/14) to be in trunk mode. still a little lost (alot lost really) on what I need to do to get this config working. what keeps the dhcp servers from conflicting (t1 and win 2008 srv). do I need a vlan for the Staff wireless since it is on the same thing as the DC ( assume the default vlan). Very confused, need pointers on how to do this.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 20:00:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-to-vlans-and-have-questions-and-need-help/m-p/2166488#M249678</guid>
      <dc:creator>itadmin</dc:creator>
      <dc:date>2019-03-07T20:00:31Z</dc:date>
    </item>
    <item>
      <title>new to vlans and have questions and need help</title>
      <link>https://community.cisco.com/t5/switching/new-to-vlans-and-have-questions-and-need-help/m-p/2166489#M249679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You wil create Two Vlan&lt;/P&gt;&lt;P&gt;Vlan 100&lt;/P&gt;&lt;P&gt;10.0.0.5/24&lt;/P&gt;&lt;P&gt;Vlan 10&lt;/P&gt;&lt;P&gt;10.0.10.5/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will Need L3 Device Router to Make communicate possible mean to say intervlan routing&lt;/P&gt;&lt;P&gt;If u have Router Like 2800 Series&lt;/P&gt;&lt;P&gt;and Your Connect your Switch to 2800 Fe 0/1&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;interface fa 0/1.100&lt;/P&gt;&lt;P&gt;encapsulation dot1q 100&lt;/P&gt;&lt;P&gt;ip address 10.0.0.1/24&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface fa 0/1.10&lt;/P&gt;&lt;P&gt;encapsulation dot1q 100&lt;/P&gt;&lt;P&gt;ip address 10.0.10.1/25&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access -list extended NAT&lt;/P&gt;&lt;P&gt;permit ip 10.0.0.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;permit ip 10.0.10.0 0.0.0.255 nay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source-list NAT interface (Public Interface ) Fe 0/0 Overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 fe 0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;*** Do Rate Helpful Posts***&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 22:31:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-to-vlans-and-have-questions-and-need-help/m-p/2166489#M249679</guid>
      <dc:creator>jawad-mukhtar</dc:creator>
      <dc:date>2013-03-01T22:31:10Z</dc:date>
    </item>
  </channel>
</rss>

