Well, the config guide just says "see p2-60", but that section of the manual just explains all the normal dot1q tagging and QoS (none of which has anything to do with the "voice" command as far as I have experienced), so I still have no idea what the "voice" command actually does for you.
You can see when you do a sh vlan:
I'll ask my friendly local Procurve bloke and get back to you.
SB-1-SG044-SW22(eth-C19)# sh vlan 249
Status and Counters - VLAN Information - VLAN 249
VLAN ID : 249
Name : VLAN249
Status : Port-based
Voice : No
Jumbo : No
See below for the manual:
Voice VLANs
Configuring voice VLANs separates voice traffic from data traffic and shields your voice traffic from broadcast storms. This section describes how to configure the switch for voice VLAN operation.
Operating Rules for Voice VLANs
?
You must statically configure voice VLANs. GVRP and dynamic VLANs do not support voice VLAN operation.
?
Configure all ports in a voice VLAN as tagged members of the VLAN. This ensures retention of the QoS (Quality of Service) priority included in voice VLAN traffic moving through your network.
?
If a telephone connected to a voice VLAN includes a data port used for connecting other networked devices (such as PCs) to the network, then you must configure the port as a tagged member of the voice VLAN and a tagged or untagged member of the data VLAN you want the other networked device to use.
2-60
Static Virtual LANs (VLANs)
Special VLAN Types
Components of Voice VLAN Operation
? Voice VLAN(s): Configure one or more voice VLANs on the switch. Some reasons for having multiple voice VLANs include:
•
Employing telephones with different VLAN requirements
•
Better control of bandwidth usage
•
Segregating telephone groups used for different, exclusive purposes
Where multiple voice VLANs exist on the switch, you can use routing to
communicate between telephones on different voice VLANs. .
? Tagged/Untagged VLAN Membership: If the appliances using a voice VLAN transmit tagged VLAN packets, then configure the member ports as tagged members of the VLAN. Otherwise, configure the ports as untagged members.
Voice VLAN QoS Prioritizing (Optional)
Without configuring the switch to prioritize voice VLAN traffic, one of the following conditions applies:
?
If the ports in a voice VLAN are not tagged members, then the switch forwards all traffic on that VLAN at “normal” priority.
?
If the ports in a voice VLAN are tagged members, then the switch forwards all traffic on that VLAN at whatever priority the traffic has when received inbound on the switch.
Using the switch’s QoS VLAN-ID (VID) Priority option, you can change the priority of voice VLAN traffic moving through the switch. If all port memberships on the voice VLAN are tagged, the priority level you set for voice VLAN traffic is carried to the next device. With all ports on the voice VLAN configured as tagged members, you can enforce a QoS priority policy moving through the switch and through your network. To set a priority on a voice VLAN, use the following command:
Syntax: vlan < vid > qos priority < 0 - 7 >
The qos priority default setting is 0 (normal), with 1 as the lowest priority and 7 as the highest priority.
For example, if you configured a voice VLAN with a VID of 10, and wanted the highest priority for all traffic on this VLAN, you would execute the following command:
ProCurve(config) # vlan 10 qos priority 7ProCurve (config) # write memory
2-61
Static Virtual LANs (VLANs)
Effect of VLANs on Other Switch Features
Note that you also have the option of resetting the DSCP (DiffServe Code-point) on tagged voice VLAN traffic moving through the switch. For more on this and other QoS topics, refer to the chapter titled “Quality of Service (QoS): Managing Bandwidth More Effectively” in this guide.