[cisco-voip] Voice VLAN Example

Mac GroupStudy mac.groupstudy at gmail.com
Thu Jul 28 16:35:54 EDT 2011


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:

THE ROUTER:
!
interface FastEthernet0/1
 description Test Networks
 no ip address
 no shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1.201
 description Student Network 10.1.1.0
 encapsulation dot1q 201
 ip address 10.1.1.1 255.255.255.0
!
interface FastEthernet0/1.301
 description Student Network 10.1.2.0
 encapsulation dot1q 301
 ip address 10.1.2.1 255.255.255.0
!
interface FastEthernet0/1.401
 description Student Network 10.1.3.0
 encapsulation dot1q 401
 ip address 10.1.3.1 255.255.255.0
!


THE SWITCH:
!
!
interface GigabitEthernet0/1
 description Test Phone
 switchport mode access
 switchport access vlan 100
 switchport voice vlan 101
 spanning-tree portfast
!
interface GigabitEthernet0/2
 description Not Used
 switchport mode access
 switchport access vlan 201
 spanning-tree portfast
!
interface GigabitEthernet0/3
 description CUCM and IP Phone (Thats why the Access and Voice VLAN are the
same)
 switchport mode access
 switchport access vlan 201
 switchport voice vlan 201
 spanning-tree portfast
!
interface GigabitEthernet0/4
 description Laptop and IP Phone (Thats why the Access and Voice VLAN are
different)
 switchport mode access
 switchport access vlan 201
 switchport voice vlan 301
 spanning-tree portfast
!

HTH

Mac








On Wed, Jul 27, 2011 at 6:04 PM, Joseph Mays <mays at win.net> wrote:

> 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.
>
> ______________________________**_________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/**mailman/listinfo/cisco-voip<https://puck.nether.net/mailman/listinfo/cisco-voip>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20110728/9389be5b/attachment.html>


More information about the cisco-voip mailing list