Joe, this first example is the route built with sub-interfaces obviously to support multiple subnets for different VLANs on a single physical ethernet port. Following that config is an example of a 3500 series switch with ports configured to support a CUCM, a single IP phone, and an IP phone and laptop plugged into the same port. I hope this is what you were looking for:<div>
<br></div><div><div>THE ROUTER:</div><div>!</div><div>interface FastEthernet0/1</div><div> description Test Networks</div><div> no ip address</div><div> no shutdown</div><div> duplex auto</div><div> speed auto</div><div>!</div>
<div>interface FastEthernet0/1.201</div><div> description Student Network 10.1.1.0</div><div> encapsulation dot1q 201</div><div> ip address 10.1.1.1 255.255.255.0</div><div>!</div><div>interface FastEthernet0/1.301</div><div>
 description Student Network 10.1.2.0</div><div> encapsulation dot1q 301</div><div> ip address 10.1.2.1 255.255.255.0</div><div>!</div><div>interface FastEthernet0/1.401</div><div> description Student Network 10.1.3.0</div>
<div> encapsulation dot1q 401</div><div> ip address 10.1.3.1 255.255.255.0</div><div>!</div><div><br></div><div><br></div><div>THE SWITCH:</div><div>!</div><div><div>!</div><div>interface GigabitEthernet0/1</div><div> description Test Phone</div>
<div> switchport mode access</div><div> switchport access vlan 100</div><div> switchport voice vlan 101</div><div> spanning-tree portfast</div><div>!</div><div>interface GigabitEthernet0/2</div><div> description Not Used</div>
<div> switchport mode access</div><div> switchport access vlan 201</div><div> spanning-tree portfast</div><div>!</div><div>interface GigabitEthernet0/3</div><div> description CUCM and IP Phone (Thats why the Access and Voice VLAN are the same)</div>
<div> switchport mode access</div><div> switchport access vlan 201</div><div> switchport voice vlan 201</div><div> spanning-tree portfast</div><div>!</div><div>interface GigabitEthernet0/4</div><div> description Laptop and IP Phone (Thats why the Access and Voice VLAN are different)</div>
<div> switchport mode access</div><div> switchport access vlan 201</div><div> switchport voice vlan 301</div><div> spanning-tree portfast</div><div>!</div></div><div><br></div><div>HTH</div><div><br></div><div>Mac</div><div>
<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><br><div class="gmail_quote">On Wed, Jul 27, 2011 at 6:04 PM, Joseph Mays <span dir="ltr"><<a href="mailto:mays@win.net">mays@win.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Was wondering if anyone could direct me to a good real-world example of voice VLAN configs -- both switches and router. Need to start setting up voice VLANS and it's a new area for me, would like to see how it's done by someone who's making it work in the real world.<br>

<br>
______________________________<u></u>_________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/<u></u>mailman/listinfo/cisco-voip</a><br>
</blockquote></div><br></div>