<?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: 2801 not issuing DHCP for my VLAN in Switching</title>
    <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567230#M156662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikalleyne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you&amp;nbsp; should move L3 configuration to SVI interfaces if you have an etherswitch module installed on the router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of subif fas0/0.20, see the 4 Etherswitch ports as separated from the routed ports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your current configuration could work if one etherswitch would be configured as L2 trunk port and connected to fas0/0 but this would be a waste of interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Nov 2010 20:04:35 GMT</pubDate>
    <dc:creator>Giuseppe Larosa</dc:creator>
    <dc:date>2010-11-22T20:04:35Z</dc:date>
    <item>
      <title>2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567229#M156661</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I'm testing a 2801 VoIP. I'm using the router on a stick concept to obtained previousl vlans (20 and 21) as well as I defined vlan 22 on the router. I wish to use the 4 switch ports on the router, so I configured a dhcp pool and assigned the interfaces to the vlan which the pool should server. However, I'm not getting any addresses on vlan 22. When I do a show dhcp server I have all 0s. Please see my configs below. All help appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----- show dhcp server&lt;/P&gt;&lt;P&gt;DHCP server: ANY (255.255.255.255)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Leases:&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Offers:&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Requests: 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Acks : 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Naks: 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Declines: 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Releases: 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Query: 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bad: 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------- Show Running-Config (Extract)&lt;/P&gt;&lt;P&gt;ip dhcp pool IT-VOICE&lt;BR /&gt;&amp;nbsp;&amp;nbsp; network 192.168.22.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subnet prefix-length 8&lt;BR /&gt;&amp;nbsp;&amp;nbsp; default-router 192.168.22.6&lt;BR /&gt;&amp;nbsp;&amp;nbsp; domain-name maxxam.lab&lt;BR /&gt;&amp;nbsp;&amp;nbsp; dns-server 192.168.2.8&lt;BR /&gt;&amp;nbsp;&amp;nbsp; option 150 ip 192.168.22.253&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;BR /&gt; description ***** CONNECTED TO LAN ******&lt;BR /&gt; no ip address&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; auto qos voip trust&lt;BR /&gt; service-policy output AutoQoS-Policy-Trust&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.20&lt;BR /&gt; description **** CORP VLAN SUB INTERFACE *****&lt;BR /&gt; encapsulation dot1Q 20&lt;BR /&gt; ip address 192.168.20.253 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.21&lt;BR /&gt; description **** CORP-IT VLAN SUB INTERFACE *****&lt;BR /&gt; encapsulation dot1Q 21&lt;BR /&gt; ip address 192.168.21.253 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.22&lt;BR /&gt; description **** CORP-IT VOICE-VLAN SUB INTERFACE *****&lt;BR /&gt; encapsulation dot1Q 22&lt;BR /&gt; ip address 192.168.22.253 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1/0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1/1&lt;BR /&gt; switchport access vlan 22&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1/2&lt;BR /&gt; switchport access vlan 22&lt;BR /&gt; switchport voice vlan 22&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1/3&lt;BR /&gt; switchport access vlan 22&lt;BR /&gt; switchport voice vlan 22&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Vlan22&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------ show vlan-switch&lt;/P&gt;&lt;P&gt;VLAN Name&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;&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; Status&amp;nbsp;&amp;nbsp;&amp;nbsp; Ports&lt;BR /&gt;---- -------------------------------- --------- -------------------------------&lt;BR /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp; default&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&amp;nbsp;&amp;nbsp;&amp;nbsp; Fa0/1/0&lt;BR /&gt;10&amp;nbsp;&amp;nbsp; VLAN0010&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;BR /&gt;20&amp;nbsp;&amp;nbsp; VLAN0020&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;BR /&gt;22&amp;nbsp;&amp;nbsp; VLAN0022&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&amp;nbsp;&amp;nbsp;&amp;nbsp; Fa0/1/1, Fa0/1/2, Fa0/1/3&lt;BR /&gt;100&amp;nbsp; VLAN0100&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;BR /&gt;1002 fddi-default&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;BR /&gt;1003 token-ring-default&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; active&lt;BR /&gt;1004 fddinet-default&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;&amp;nbsp;&amp;nbsp; active&lt;BR /&gt;1005 trnet-default&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&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;Does anyone see what may be wrong here.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 22:09:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567229#M156661</guid>
      <dc:creator>nikalleyne</dc:creator>
      <dc:date>2019-03-06T22:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: 2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567230#M156662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikalleyne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you&amp;nbsp; should move L3 configuration to SVI interfaces if you have an etherswitch module installed on the router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of subif fas0/0.20, see the 4 Etherswitch ports as separated from the routed ports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your current configuration could work if one etherswitch would be configured as L2 trunk port and connected to fas0/0 but this would be a waste of interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 20:04:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567230#M156662</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2010-11-22T20:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: 2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567231#M156663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jiveTT-hover-user jive-username-link" href="https://community.cisco.com/people/giuslar" id="jive-15965541,046,702,772,225,381"&gt;giuslar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hi Giuslar, &lt;BR /&gt;I did just that and now the computer gets the IP, however, the phones do not. They are just stuck in "Configuring IP via DHCP". Also using Wireshark I do not see the option 150 in the bootp traces. Any other thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;ip dhcp pool IT-VOICE-POOL&lt;BR /&gt;&amp;nbsp;&amp;nbsp; network 192.168.22.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; default-router 192.168.22.6&lt;BR /&gt;&amp;nbsp;&amp;nbsp; domain-name mydomain.lab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; option 150 ip 192.168.22.253&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;BR /&gt; description ***** CONNECTED TO LAN ******&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; auto qos voip trust&lt;BR /&gt; service-policy output AutoQoS-Policy-Trust&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1/0&lt;BR /&gt; switchport mode trunk&lt;BR /&gt; ip dhcp relay information trusted&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1/1&lt;BR /&gt; switchport access vlan 22&lt;BR /&gt; switchport voice vlan 22&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1/2&lt;BR /&gt; switchport access vlan 22&lt;BR /&gt; switchport voice vlan 22&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1/3&lt;BR /&gt; switchport access vlan 22&lt;BR /&gt; switchport voice vlan 22&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Vlan22&lt;BR /&gt; ip address 192.168.22.253 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 20:19:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567231#M156663</guid>
      <dc:creator>nikalleyne</dc:creator>
      <dc:date>2010-11-22T20:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: 2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567232#M156664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I think you misunderstood what Giuslar&amp;nbsp; meant .&amp;nbsp; You would have to move all your connections and routing info to&amp;nbsp; one the switchports . Create the layer3 SVI's for 20,21,22&amp;nbsp;&amp;nbsp; and then trunk those vlans down to your lan switch . You would not use interface f0/0 at all , use one of the hwic switchports. You would then run your trunk from your hwic switchport to your lan switch .&amp;nbsp; It will not work&amp;nbsp; just putting vlan&amp;nbsp; 22 on the switchports unless you are wiring the phones directly into those switchports .&amp;nbsp;&amp;nbsp; Your default router in the dhcp pool should be .253 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan database&lt;/P&gt;&lt;P&gt;vlan 20&lt;/P&gt;&lt;P&gt;vlan 21&lt;/P&gt;&lt;P&gt;vlan 22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Int vlan 20&lt;/P&gt;&lt;P&gt;ip address &lt;MASK&gt;&lt;/MASK&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Int vlan 21&lt;/P&gt;&lt;P&gt;ip address &lt;MASK&gt;&lt;/MASK&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Int vlan 22&lt;/P&gt;&lt;P&gt;ip address &lt;MASK&gt;&lt;/MASK&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hwic switchport setup as a hardcoded trunk,&amp;nbsp; "switchport mode trunk " to the lan switch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 21:07:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567232#M156664</guid>
      <dc:creator>glen.grant</dc:creator>
      <dc:date>2010-11-22T21:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: 2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567233#M156665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Glen,&lt;/P&gt;&lt;P&gt;What you mentioed is exactly what I've done and it works for issuing dhcp. I configured f1/0/0 as a trunk and it learnt the other VLANS via VTP. I then use f0/1/1 to test whether my computer is getting IP addresse and it is. My other problem has to to do with the phones being stuck in Configuring IP via dhcp. So I think I have to research a bit more or go to another forum.&lt;/P&gt;&lt;P&gt;Thanks for the help guys, its much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 21:17:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567233#M156665</guid>
      <dc:creator>nikalleyne</dc:creator>
      <dc:date>2010-11-22T21:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: 2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567234#M156666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; If you are testing dhcp off those switchports be sure to add "spanning tree portfast"&amp;nbsp; to the ports before testing then see what happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 21:26:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567234#M156666</guid>
      <dc:creator>glen.grant</dc:creator>
      <dc:date>2010-11-22T21:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: 2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567235#M156667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did not work. However, paying close attention to the Wireshark Capture should I not see the TFTP server when option 150 is advertised? I can see the router, DNS servers, etc. However, I see the Option 150 but not its value. I think I should be seeing the TFTP Server's ip addres. Am I correct?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've used this document. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00800942f4.shtml"&gt;http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00800942f4.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 21:33:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567235#M156667</guid>
      <dc:creator>nikalleyne</dc:creator>
      <dc:date>2010-11-22T21:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: 2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567236#M156668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure whether you have changed this or not. But when you showed part of the config you had this:&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1/3&lt;BR /&gt; switchport access vlan 22&lt;BR /&gt; switchport voice vlan 22&lt;/P&gt;&lt;P&gt;I do not think that it works to have the access vlan and the voice vlan have the same vlan number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 22:01:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567236#M156668</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2010-11-22T22:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: 2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567237#M156669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick,&lt;/P&gt;&lt;P&gt;It is indeed not going to work( you have very good eyes- better than mine anyway&amp;nbsp; &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; )&lt;/P&gt;&lt;P&gt;so doing a sh int f0/13 switchport will tell us exactly what the switches did with this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 09:56:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567237#M156669</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2010-11-23T09:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: 2801 not issuing DHCP for my VLAN</title>
      <link>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567238#M156670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick and Alain,&lt;/P&gt;&lt;P&gt;You guys, were both correct. However, I needed to change from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1/3&lt;BR /&gt; switchport access vlan 22&lt;BR /&gt; switchport voice vlan 22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1/3&lt;BR /&gt; switchport access vlan 22&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I now have dial tone, thanks for paying attention for me. The funny thing is in my Packe tracer lab I did not have switchport access vlan22 and switchport voice configured so how I ended up doing it in the production environment I really don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers guys&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 15:30:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/2801-not-issuing-dhcp-for-my-vlan/m-p/1567238#M156670</guid>
      <dc:creator>nikalleyne</dc:creator>
      <dc:date>2010-11-23T15:30:19Z</dc:date>
    </item>
  </channel>
</rss>

