- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2011 12:07 PM - edited 03-07-2019 03:08 AM
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
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2011 01:39 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2011 01:39 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2011 06:05 AM
Perfect Thanks Alain
