<?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: New VOIP system - VLAN Routing questions in Switching</title>
    <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775842#M27402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes IP routing is enabled on your switch and your config looks perfect. I believe your IP Phones should receive an ip address now from your DHCP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confirm the same?&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;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 12:56:40 GMT</pubDate>
    <dc:creator>ankbhasi</dc:creator>
    <dc:date>2007-05-09T12:56:40Z</dc:date>
    <item>
      <title>New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775829#M27389</link>
      <description>&lt;P&gt;Hello - I have a flat network (one subnet) that we are adding a VOIP system into.  We are installing a 4510 Switch in the core and each of the 4 wiring closets will have one 3560-POE 48 port switch with fiber back to the core.  I think I understand the use of a separate VLAN for the voice network but I'm having a hard time getting the setup of the separate subnet for the voice vlan and getting that subnet to talk to the other VLAN for configuration from the TFTP server (primary call manager).  The 4510 has a primary and secondary supervisor engine.  The Primary and secondary call managers are on the data subnet.  Can someone point me in the right direction for getting the VLANs and Routing information correct?  The ports on the switches will need to run multiple vlans since the computers on the network will hook into the new phones.  The new IP phones are mostly 7941s with a few 7911s and 7970s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 23:56:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775829#M27389</guid>
      <dc:creator>cyoungblut</dc:creator>
      <dc:date>2019-03-05T23:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775830#M27390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am listing the steps that you need to do :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create two separate vlan on the core switch 4510 and on all the 3560's. You can do it manually or use VTP for propogating vlans from the core to access switches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create trunk between core and all the 3560 switches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Once the trunking is done, configure the 3560 switch ports to use both the Data and Voice vlan. Do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;interface gig 0/1&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport access vlan 1 &amp;lt;-- Data Vlan&lt;/P&gt;&lt;P&gt;switchport voice vlan 2 &amp;lt;-- Voice vlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Once the port config is done, configure SVI's on coare 4510 for both voice and data vlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;int vlan 1&lt;/P&gt;&lt;P&gt;ip address a.a.a.1. b.b.b.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 2&lt;/P&gt;&lt;P&gt;ip address x.x.x.1 y.y.y.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have to use " ip-helper address " command under the SVI interface if your DHCP server for ip phones is on a diff subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;-amit singh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:08:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775830#M27390</guid>
      <dc:creator>Amit Singh</dc:creator>
      <dc:date>2007-05-08T14:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775831#M27391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to create 2 vlans in your database. One you alreday have and second you can create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once 2 vlans are created you can verify the same using "sh vlan". After that configure your interfaces on which you will connect you ip phone as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport access vlan &lt;DATA vlan="" number=""&gt;&lt;/DATA&gt;&lt;/P&gt;&lt;P&gt;switchport voice vlan &lt;VOICE vlan="" number=""&gt;&lt;/VOICE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you are done with this on your sup engine configure inter vlan routing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip routing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan &lt;DATA vlan="" number=""&gt;&lt;/DATA&gt;&lt;/P&gt;&lt;P&gt;ip address x.x.x.x x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan &lt;VOICE vlan="" number=""&gt;&lt;/VOICE&gt;&lt;/P&gt;&lt;P&gt;ip address x.x.x.x x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the ip addresses which you configure on your vlan interfaces should be assigned as the gateway to respective devices in their vlan. Also make sure you configure trunk links between your 3560 switches and 4510 switch allowing only these 2 vlans.&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;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:11:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775831#M27391</guid>
      <dc:creator>ankbhasi</dc:creator>
      <dc:date>2007-05-08T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775832#M27392</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;In the addition of the spectacular explaination from Amit and Ankur, i'd recommend that you use Auxiliary/Voice VLANs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_guide_chapter09186a008077444f.html" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_guide_chapter09186a008077444f.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, please do rate all helpful replies,&lt;/P&gt;&lt;P&gt;Mohammed Mahmoud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:30:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775832#M27392</guid>
      <dc:creator>mohammedmahmoud</dc:creator>
      <dc:date>2007-05-08T14:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775833#M27393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I have the two vlans created on my core 4510 switch.  For now I am just working with that switch and will worry about the trunks to the IDFs later (if that is ok?). &lt;/P&gt;&lt;P&gt;I have data vlan 10 and voice vlan 23.   I have my data subnet, ie. 10.0.0.0/24 and a voice subnet ie 10.0.23.0/24.  I have DHCP enabled on my Cisco Call manager (ip. 10.0.0.176) to supply IP addresses (in the subnet 10.0.23.0) to the phones.  Computers get their IP address from a DHCP server on subnet 10.0.0.0.  I'm confused in which IP addresses to put on the VLAN interfaces?   Sorry but I've not had to deal with VLANs and switch routing before so I apologize if this is somewhat elementary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 15:56:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775833#M27393</guid>
      <dc:creator>cyoungblut</dc:creator>
      <dc:date>2007-05-08T15:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775834#M27394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mentioned you want vlan 10 for data in subnet 10.0.0.x/24 and vlan 23 for voice in subnet 10.0.23.x/24 you have to create 2 layer 3 interfaces on your sup engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 10&lt;/P&gt;&lt;P&gt;ip address 10.0.0.x 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 23&lt;/P&gt;&lt;P&gt;ip address 10.0.23.x 255.255.255.0&lt;/P&gt;&lt;P&gt;ip helper-address 10.0.0.176&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;Ankur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate all helpfull post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 16:03:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775834#M27394</guid>
      <dc:creator>ankbhasi</dc:creator>
      <dc:date>2007-05-08T16:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775835#M27395</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;Interface vlan 10&lt;/P&gt;&lt;P&gt;ip address 10.0.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface vlan 23&lt;/P&gt;&lt;P&gt;ip address 10.0.23.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip helper-address 10.0.0.176&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And make sure that these IPs are the gateway of you computers and IP Phones respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, please do rate all helpful replies,&lt;/P&gt;&lt;P&gt;Mohammed Mahmoud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 16:04:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775835#M27395</guid>
      <dc:creator>mohammedmahmoud</dc:creator>
      <dc:date>2007-05-08T16:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775836#M27396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you much - I am learning I think!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another questions because I'm having difficulty getting the phone to register with the call manager using dhcp.  The primary call manager is in the same subnet/vlan as our data network - how does the phone (which is in a different vlan/subnet) know to use the call manager (tftp server) as its dhcp server instead of the dhcp server that our network pcs use.  Again, many thanks!  I am learning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 17:50:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775836#M27396</guid>
      <dc:creator>cyoungblut</dc:creator>
      <dc:date>2007-05-08T17:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775837#M27397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When your IP Phones send a DHCP request on vlan 23 it will be a broadcast and will hits vlan 23 layer 3 interface on your sup engine where it will be converted to the unicast ecause of ip helper command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the unicast request will be sent by vlan 23 as a source ip address and will reach the DHCP server where DHCP server will inspect the source ip address from where the request had come and when it matches the DHCP pool subnet which you might have created for voice vlan it will return the ip address form voice vlan subnet. &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;Ankur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate all helpfull post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 18:00:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775837#M27397</guid>
      <dc:creator>ankbhasi</dc:creator>
      <dc:date>2007-05-08T18:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775838#M27398</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 inter-VLAN routing that you've configured (interface VLAN10 and Interfac VLAN 23 - and make sure that "ip routing" is configured on the switch) will do the reachability job between the 2 VLANs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Interface VLAN 23, put the IP address of the DHCP server that you want the IP Phones to use using the "ip helper-address" command. Further you can configure the DHCP to give the IP phones the tftp server ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please don't hesitate for any further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, please do rate all helpful replies,&lt;/P&gt;&lt;P&gt;Mohammed Mahmoud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 18:03:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775838#M27398</guid>
      <dc:creator>mohammedmahmoud</dc:creator>
      <dc:date>2007-05-08T18:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775839#M27399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The DHCP server (in this case the primary call manager) can reside in a different subnet and vlan, correct...hence the ip helper-address command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how do I know if IP Routing is enabled on the 4510 switch.   I type in IP Routing from the config line and it accepts the command but I don't see anything when I do show run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 19:57:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775839#M27399</guid>
      <dc:creator>cyoungblut</dc:creator>
      <dc:date>2007-05-08T19:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775840#M27400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP routing is enabled by default on Cat4500 Sup engines.It should list under the  " show run ". Please paste the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check if it really is working, Type " show ip route " and you should see all the SVI's that you have configured on the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-amit singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 04:06:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775840#M27400</guid>
      <dc:creator>Amit Singh</dc:creator>
      <dc:date>2007-05-09T04:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775841#M27401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached are results from my Show Run and Show IP Route (at the end).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm only using voice vlan 23 and the native vlan 1 for now.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 12:48:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775841#M27401</guid>
      <dc:creator>cyoungblut</dc:creator>
      <dc:date>2007-05-09T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775842#M27402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes IP routing is enabled on your switch and your config looks perfect. I believe your IP Phones should receive an ip address now from your DHCP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confirm the same?&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;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 12:56:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775842#M27402</guid>
      <dc:creator>ankbhasi</dc:creator>
      <dc:date>2007-05-09T12:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775843#M27403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I leave the 7911 phone set for DHCP Enabled it wants to pull an IP address from our 10.0.0.0 subnet.  It does show as being in Voice Lan 23.  If I disable DHCP on that phone and set the IP Address to 10.0.23.11 (an ip in our voice subnet) I get a message "router not in subnet".  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking it is in the gateway configuration...  I have our CM1 set up with IP 10.0.0.176 and have DHCP server running on that with a DHCP pool in the 10.0.23.0 subnet.  Is this ok?  I want the phones to get an IP from the 10.0.23.0 subnet.  Our 10.0.0.0 subnet gateway is 10.0.0.254.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On VLAN 23 I have the IP helper address set to our TFTP Server (which is our CM1, 10.0.0.176).   Am I missing the boat on something here?  Our 4510 switch IP address is 10.0.0.175.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 15:00:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775843#M27403</guid>
      <dc:creator>cyoungblut</dc:creator>
      <dc:date>2007-05-09T15:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775844#M27404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your config is fine. I believe you ip phone is connected on gig 5/2 correct? Your CM1 which is working as your DHCP server has an ip address 10.0.0.176 correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I believe whe you have configured DHCP pool for your voice subnet you also have confgured gateway to be returned as DHCP option in your DHCP server. Also want to make sure you are returning 10.0.23.1 as the gateway addres for your ip phones?&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;Ankur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate all helpfull post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 15:09:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775844#M27404</guid>
      <dc:creator>ankbhasi</dc:creator>
      <dc:date>2007-05-09T15:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775845#M27405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - the ip phone is on gi5/2.  CM1 is working as the DHCP server and has an ip address of 10.0.0.176.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I have configured under the DHCP Server setting in CM1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Host Server...  10.0.0.176&lt;/P&gt;&lt;P&gt;Primary TFTP Server IP Address (Option 150) 10.0.0.176.&lt;/P&gt;&lt;P&gt;ARP Cache Timeout 300&lt;/P&gt;&lt;P&gt;IP Address Lease Time 36000&lt;/P&gt;&lt;P&gt;Renewal (T1)Time       36000&lt;/P&gt;&lt;P&gt;Rebinding (T2) Time    36000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under DHCP Subnet I have the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DHCP Server:  10.0.0.176&lt;/P&gt;&lt;P&gt;Subnet IP Address:  10.0.23.0&lt;/P&gt;&lt;P&gt;Primary Start IP Address:  10.0.23.10&lt;/P&gt;&lt;P&gt;Primary End IP Address:    10.0.23.15&lt;/P&gt;&lt;P&gt;Subnet Mask 255.255.255.0&lt;/P&gt;&lt;P&gt;Primary TFTP Server (Option 150) 10.0.0.176&lt;/P&gt;&lt;P&gt;Arp Timout 300&lt;/P&gt;&lt;P&gt;IP Addr Lease Time 36000&lt;/P&gt;&lt;P&gt;Renewal (T1)  36000&lt;/P&gt;&lt;P&gt;Rebinding (T2) 36000&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 15:26:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775845#M27405</guid>
      <dc:creator>cyoungblut</dc:creator>
      <dc:date>2007-05-09T15:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775846#M27406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your DHCP server configuration I do not see its returning a gateway ip address for vlan 23 which is 10.0.23.1 , I believe its option number 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can you configure one another port on your switch for "switchport access vlan 23" and connect one computer to that interface and see if that computer gets an ip address from your voice vlan subnet.&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;Ankur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate all helpfull post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 15:31:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775846#M27406</guid>
      <dc:creator>ankbhasi</dc:creator>
      <dc:date>2007-05-09T15:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775847#M27407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do I set the gateway IP address for vlan 23 (10.0.23.1 - option 3??)   I'm confused there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 15:41:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775847#M27407</guid>
      <dc:creator>cyoungblut</dc:creator>
      <dc:date>2007-05-09T15:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: New VOIP system - VLAN Routing questions</title>
      <link>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775848#M27408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your DHCP server you have configred option 150 to return TFTP server ip address so in same way also configure option 3 to returen router address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe your CM1 is a cisco call manager which uses windows as its OS correct? then under your DHCP pool you will get an option to configure OPTIONS to be returned in DHCP packets and the way you have configured option 150 same way confoigure option 3 to return router address which will be 10.0.23.1 which you have configured on your layer 3 interface on switch.&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;Ankur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate all helpfull post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 15:54:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/new-voip-system-vlan-routing-questions/m-p/775848#M27408</guid>
      <dc:creator>ankbhasi</dc:creator>
      <dc:date>2007-05-09T15:54:30Z</dc:date>
    </item>
  </channel>
</rss>

