AT-9000 Switch Command Line User’s Guide
893
SWITCHPORT VOICE VLAN PRIORITY command.
If the ports have been set to be edge ports by the SWITCHPORT VOICE
VLAN command, the NO form of this command will leave them unchanged
as edge ports. To set them back to their default non-edge port
configuration, use the NO SPANNING-TREE PORTFAST command (refer
to “NO SPANNING-TREE PORTFAST” on page 693).
The default setting for this feature is disabled.
Confirmation Command
“SHOW RUNNING-CONFIG” on page 158
“SHOW LLDP LOCAL-INFO INTERFACE” on page 1169
Examples
This example tells IP phones connected to port 1.0.5 to send voice data
tagged for VLAN 10:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.5
awplus(config-if)# switchport voice vlan 10
This example assigns the CoS value 5 to ports 1.0.2 and 1.0.3:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.2-port1.0.3
awplus(config-if)# switchport voice vlan priority 5
This example removes the CoS value from port 1.0.16 and returns to the
default CoS value, 5:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.16
awplus(config-if)# no switchport voice vlan priority