cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
945
Views
5
Helpful
2
Replies

Newbe Voip Question

IrishMann
Level 1
Level 1

I am creating a 3750 switch config. I want to have two Vlans, one for data and one for voice. How do I seperate these and how does the switch know

to use Vlan X for voice and Vlan Y for data ?

Cheers

Colin

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

create your VLANS then on ports where you have PC+ IP phones attached  you can do this:

switchport mode access

switchport access vlan

switchport voice vlan

then the DATA VLAN will be untagged = native VLAN and the Voice VLAN will get tagged with its corresponding VLAN id.

Regards.

Alain.

Don't forget to rate helpful posts.

View solution in original post

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

Hi,

create your VLANS then on ports where you have PC+ IP phones attached  you can do this:

switchport mode access

switchport access vlan

switchport voice vlan

then the DATA VLAN will be untagged = native VLAN and the Voice VLAN will get tagged with its corresponding VLAN id.

Regards.

Alain.

Don't forget to rate helpful posts.

Perfect Thanks Alain