Voice VLAN
Voice VLAN
(OP)
Hi, quick question. When a VLAN is enabled as a "voice" VLAN what difference does this make?
Thanks
Kenny
Thanks
Kenny
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Voice VLAN
RE: Voice VLAN
switchport mode access
switchport access vlan 100
switchport voice vlan 200
Would set the untagged vlan on the port to vlan 100 and add on the voice vlan 200 as tagged packets. As the previous correspondant says there isn't a great difference in data, although voice vlan's often have extra configs to cover QOS etc..
RE: Voice VLAN
vlan 1
name "Data_VLAN"
ip address x.x.x.x x.x.x.x
qos priority 0
exit
vlan 2
name "VOICE"
ip address x.x.x.x x.x.x.x
qos priority 6
exit
qos type-of-service ip-precedence
thanks
CCNA,CCNP,CCVP
HP AIS
Full Mitel
RE: Voice VLAN
and the switch will tell the phone to change into the voice vlan.