<?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 Re: creating Vlan in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025039#M198842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have it working, but have one more quiestion about a router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I trying to make a dhcp server on the router for a vlan, the commends i used are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router&amp;gt;enable&lt;/P&gt;&lt;P&gt;Router#conf t&lt;/P&gt;&lt;P&gt;Router(config)#ip dhcp ex&lt;/P&gt;&lt;P&gt;Router(config)#ip dhcp excluded-address 20.0.0.1&lt;/P&gt;&lt;P&gt;Router(config)#ip dhcp pool servers&lt;/P&gt;&lt;P&gt;Router(dhcp-config)#default-router 20.0.0.1&lt;/P&gt;&lt;P&gt;Router(dhcp-config)#network 20.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;Router(dhcp-config)#lease 0 23&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when is use the commend:&lt;/P&gt;&lt;P&gt;Router(dhcp-config)#lease 0 23&amp;nbsp; &lt;/P&gt;&lt;P&gt;it gives me a ^ below the l, and the when i change the server to dhcp i will get a ip end subnetmask, &lt;/P&gt;&lt;P&gt;but it wont get a gateway, what did i do worng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my config file from the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router1#sh run&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 1072 bytes&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;version 12.2&lt;/P&gt;&lt;P&gt;no service timestamps log datetime msec&lt;/P&gt;&lt;P&gt;no service timestamps debug datetime msec&lt;/P&gt;&lt;P&gt;service password-encryption&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname Router1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0&lt;/P&gt;&lt;P&gt;enable password 7 0802455D0A16&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username Test password 7 0822455D0A16&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip domain-name test.nl&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.5&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 5 native&lt;/P&gt;&lt;P&gt; ip address 5.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.10&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 10&lt;/P&gt;&lt;P&gt; ip address 10.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.20&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 20&lt;/P&gt;&lt;P&gt; ip address 20.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.30&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 30&lt;/P&gt;&lt;P&gt; ip address 30.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;banner login ^CThis is the login banner^C&lt;/P&gt;&lt;P&gt;banner motd ^CThis in the message of the day^C&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;logging 10.0.0.1&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; password 7 0822455D0A16&lt;/P&gt;&lt;P&gt; login&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password 7 0822455D0A16&lt;/P&gt;&lt;P&gt; login local&lt;/P&gt;&lt;P&gt; transport input ssh&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router1# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Oct 2012 18:56:17 GMT</pubDate>
    <dc:creator>Davano123</dc:creator>
    <dc:date>2012-10-14T18:56:17Z</dc:date>
    <item>
      <title>creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025035#M198838</link>
      <description>&lt;P&gt;Hallo all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just watched this movie &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?v=edCzr5L4Zec" target="_blank"&gt;http://www.youtube.com/watch?v=edCzr5L4Zec&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i now understand how i can sing a port to a vlan, but have one question.&lt;/P&gt;&lt;P&gt;Iff i have a port lets say: fa 0/4 and that is connected to a AP, and on the AP there 2 Vlan's. how do i sing the port fa 0/4 to Vlan 30 and 40 at the same time ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i need to give more info, then let me no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets Davano&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 01:50:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025035#M198838</guid>
      <dc:creator>Davano123</dc:creator>
      <dc:date>2019-03-05T01:50:16Z</dc:date>
    </item>
    <item>
      <title>creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025036#M198839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would create 2 vlans (30 and 40) on the switch. Then trunk the port that the AP connects to. By default, Cisco switches allow all vlans on the trunk, so you'd see vlan 1,30, and 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AP would be configured with vlans 30 and 40 and would tag its traffic accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** Please rate useful posts ****&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 15:03:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025036#M198839</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2012-10-12T15:03:29Z</dc:date>
    </item>
    <item>
      <title>creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025037#M198840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;Than i now what i have to do, thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets Davano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 16:10:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025037#M198840</guid>
      <dc:creator>Davano123</dc:creator>
      <dc:date>2012-10-12T16:10:11Z</dc:date>
    </item>
    <item>
      <title>creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025038#M198841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;Use like this.&lt;/P&gt;&lt;P&gt;first create vlan 30 and 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch#Config t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch(config)#vlan 30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch(config-vlan)#name WLAN1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch#Config t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch(config)#vlan 40&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch(config-vlan)#name WLAN2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;configure port like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch#Config t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch(config)#Int fa0/4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch(config-if)#description *** Connection to AP ***&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch(config-if)Switchport mode trunk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Switch(config-if)#switchport trunk allowed vlan 30,40&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Please rate if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 16:17:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025038#M198841</guid>
      <dc:creator>Sandeep Choudhary</dc:creator>
      <dc:date>2012-10-12T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025039#M198842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have it working, but have one more quiestion about a router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I trying to make a dhcp server on the router for a vlan, the commends i used are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router&amp;gt;enable&lt;/P&gt;&lt;P&gt;Router#conf t&lt;/P&gt;&lt;P&gt;Router(config)#ip dhcp ex&lt;/P&gt;&lt;P&gt;Router(config)#ip dhcp excluded-address 20.0.0.1&lt;/P&gt;&lt;P&gt;Router(config)#ip dhcp pool servers&lt;/P&gt;&lt;P&gt;Router(dhcp-config)#default-router 20.0.0.1&lt;/P&gt;&lt;P&gt;Router(dhcp-config)#network 20.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;Router(dhcp-config)#lease 0 23&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when is use the commend:&lt;/P&gt;&lt;P&gt;Router(dhcp-config)#lease 0 23&amp;nbsp; &lt;/P&gt;&lt;P&gt;it gives me a ^ below the l, and the when i change the server to dhcp i will get a ip end subnetmask, &lt;/P&gt;&lt;P&gt;but it wont get a gateway, what did i do worng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my config file from the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router1#sh run&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 1072 bytes&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;version 12.2&lt;/P&gt;&lt;P&gt;no service timestamps log datetime msec&lt;/P&gt;&lt;P&gt;no service timestamps debug datetime msec&lt;/P&gt;&lt;P&gt;service password-encryption&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname Router1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0&lt;/P&gt;&lt;P&gt;enable password 7 0802455D0A16&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username Test password 7 0822455D0A16&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip domain-name test.nl&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.5&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 5 native&lt;/P&gt;&lt;P&gt; ip address 5.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.10&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 10&lt;/P&gt;&lt;P&gt; ip address 10.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.20&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 20&lt;/P&gt;&lt;P&gt; ip address 20.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.30&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 30&lt;/P&gt;&lt;P&gt; ip address 30.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;banner login ^CThis is the login banner^C&lt;/P&gt;&lt;P&gt;banner motd ^CThis in the message of the day^C&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;logging 10.0.0.1&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; password 7 0822455D0A16&lt;/P&gt;&lt;P&gt; login&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password 7 0822455D0A16&lt;/P&gt;&lt;P&gt; login local&lt;/P&gt;&lt;P&gt; transport input ssh&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router1# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 18:56:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025039#M198842</guid>
      <dc:creator>Davano123</dc:creator>
      <dc:date>2012-10-14T18:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025040#M198843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Davano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So are you saying the DHCP provides an IP to the end users but it does not provide a default gateway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmm the configuration looks good. just to make sure it should be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip dhcp pool Servers&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;network 20.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;default-router 20.0.0.1&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 20.0.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Can you configured it one more time and try to get an IP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 22:37:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025040#M198843</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-14T22:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025041#M198844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes the and user wont get a gateway, but i wil try it like you sad, will post te results in a few min?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but again thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it looks like there is somthing wrong with packer tracer,&lt;/P&gt;&lt;P&gt;when i do &lt;/P&gt;&lt;P&gt;Router1#conf t&lt;/P&gt;&lt;P&gt;Enter configuration commands, one per line.&amp;nbsp; End with CNTL/Z.&lt;/P&gt;&lt;P&gt;Router1(config)#ip dhcp network servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get a ^ at the n from network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 22:44:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025041#M198844</guid>
      <dc:creator>Davano123</dc:creator>
      <dc:date>2012-10-14T22:44:32Z</dc:date>
    </item>
    <item>
      <title>creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025042#M198845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command is not ip dhcp network&lt;/P&gt;&lt;P&gt;it is ip dhcp pool &lt;/P&gt;&lt;P&gt;see eaxmple below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 20.0.0.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool test&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; network 20.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; default-router 20.0.0.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the name of the pool is test&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2012 23:59:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025042#M198845</guid>
      <dc:creator>Reza Sharifi</dc:creator>
      <dc:date>2012-10-14T23:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025043#M198846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tanks all for the reply's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is indeed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;ip dhcp excluded-address 20.0.0.1&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;!&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;ip dhcp pool test&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; network 20.0.0.0 255.0.0.0&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; default-router 20.0.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today i did it on a real router, en than the end users do get the gateway, so it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and again all thanks for the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more question where do i sad the question to answered ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 19:24:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025043#M198846</guid>
      <dc:creator>Davano123</dc:creator>
      <dc:date>2012-10-15T19:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025044#M198847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://community.cisco.com/community/help#discussions_correct"&gt;https://supportforums.cisco.com/community/help#discussions_correct&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; margin: 10px 0px; font-family: Arial, verdana, sans-serif;"&gt;You can mark/select one or more reply as correct by clicking on the 'Correct Answer' button shown below.&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/2/2/9/8922-correct_ans.JPG" class="jive-image" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; margin: 10px 0px; font-family: Arial, verdana, sans-serif;"&gt;Note: This 'Correct Answer' button will be only visible/available to the poster of the question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 19:29:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025044#M198847</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-15T19:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: creating Vlan</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025045#M198848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;done &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 19:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-vlan/m-p/2025045#M198848</guid>
      <dc:creator>Davano123</dc:creator>
      <dc:date>2012-10-15T19:36:52Z</dc:date>
    </item>
  </channel>
</rss>

