cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
540
Views
5
Helpful
2
Replies

Can the same voice vlan be in two different data vlan configurations?

jkeeffe
Level 2
Level 2

In our 3750s and 6500s access layer switches we have the standard VoIP configuration on the switch ports as shown below:

interface GigabitEthernet1/5
switchport
switchport access vlan 14
switchport mode access
switchport voice vlan 910
load-interval 30
mls qos trust dscp
no cdp enable
spanning-tree portfast

interface Vlan14

description data vlan
ip address 192.168.100.1 255.255.255.128
ip helper-address 192.168.3.100
ip pim sparse-mode
load-interval 30
end

interface Vlan910

description voice vlan
ip address 172.18.100.1 255.255.255.128
ip helper-address 192.168.3.100
end

Now, for special reasons, I need to put some of the host PCs on a different data vlan but keep their connected IP phones on the same voice vlan as all the other phones....as shown below:

interface GigabitEthernet1/6
switchport
switchport access vlan 20
switchport mode access
switchport voice vlan 910
load-interval 30
mls qos trust dscp
no cdp enable
spanning-tree portfast

interface Vlan20

description data vlan
ip address 192.168.200.1 255.255.255.128
ip helper-address 192.168.3.100
ip pim sparse-mode
load-interval 30
end

So my question is, does it cause any problems to have switchports configured with different data vlans, but with the same voice vlan?

2 Accepted Solutions

Accepted Solutions

William Bell
VIP Alumni
VIP Alumni

You can have ports assigned to different data vlans but share a common voice

vlan. No issues.

HTH.

Regards,

Bill

On 9/9/10 10:58 AM, "jkeeffe"

HTH -Bill (b) http://ucguerrilla.com (t) @ucguerrilla

Please remember to rate helpful responses and identify

View solution in original post

dfokin
Level 1
Level 1

Yoy may use any combination of data and voice VLAN's on any port around your network. There is no rules, that restrict this (except one: data vlan != voice vlan)

So, your proposed configuration is correct, except one thing: cdp must be enabled. Because the Cisco Unified IP Phone uses CDP to communicate  information such as auxiliary VLAN ID, per port power management  details, and Quality of Service (QoS) configuration information with the  Cisco Catalyst switch.

interface GigabitEthernet1/5
switchport
switchport access vlan 14
switchport mode access
switchport voice vlan 910
load-interval 30
mls qos trust dscp
no cdp enable
spanning-tree portfast

interface GigabitEthernet1/6
switchport
switchport access vlan 20
switchport mode access
switchport voice vlan 910
load-interval 30
mls qos trust dscp
no cdp enable
spanning-tree portfast

View solution in original post

2 Replies 2

William Bell
VIP Alumni
VIP Alumni

You can have ports assigned to different data vlans but share a common voice

vlan. No issues.

HTH.

Regards,

Bill

On 9/9/10 10:58 AM, "jkeeffe"

HTH -Bill (b) http://ucguerrilla.com (t) @ucguerrilla

Please remember to rate helpful responses and identify

dfokin
Level 1
Level 1

Yoy may use any combination of data and voice VLAN's on any port around your network. There is no rules, that restrict this (except one: data vlan != voice vlan)

So, your proposed configuration is correct, except one thing: cdp must be enabled. Because the Cisco Unified IP Phone uses CDP to communicate  information such as auxiliary VLAN ID, per port power management  details, and Quality of Service (QoS) configuration information with the  Cisco Catalyst switch.

interface GigabitEthernet1/5
switchport
switchport access vlan 14
switchport mode access
switchport voice vlan 910
load-interval 30
mls qos trust dscp
no cdp enable
spanning-tree portfast

interface GigabitEthernet1/6
switchport
switchport access vlan 20
switchport mode access
switchport voice vlan 910
load-interval 30
mls qos trust dscp
no cdp enable
spanning-tree portfast

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: