C613-50170-01 Rev B
Command Reference for x510 Series
606
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VLAN C
OMMANDS
SWITCHPORT
VOICE
VLAN
If the Voice VLAN details are to be assigned by RADIUS, then the RADIUS server
must be configured to send the attribute “Egress-VLANID (56)” or
“Egress-VLAN-Name (58)” in the RADIUS Accept message when authenticating a
phone attached to this port.
To set these attributes on the local RADIUS server, use the
or the
For more information about configuring authentication for Voice VLAN, see the
LLDP Feature Overview and Configuration Guide
If the ports have been set to be edge ports by the
the
no
variant of this command will leave them unchanged as edge ports. To set
them back to their default non-edge port configuration, use the
Examples
To tell IP phones connected to
port1.0.5
to send voice data tagged for VLAN
10, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.5
awplus(config-if)#
switchport voice vlan 10
To tell IP phones connected to ports 1.0.2-1.0.6 to send priority tagged packets
(802.1p priority tagged with VID 0, so that they will be assigned to the port VLAN)
use the following commands. The priority value is 5 by default, but can be
configured with the
switchport voice vlan priority
awplus#
configure terminal
awplus(config)#
interface port1.0.2-port1.0.6
awplus(config-if)#
switchport voice vlan dot1p
To dynamically configure the VLAN ID advertised to IP phones connected to
port1.0.1
based on the VLAN assigned by RADIUS authentication (with RADIUS
attribute “Egress- VLANID” or “Egress-VLAN-Name” in the RADIUS accept packet),
use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
switchport voice vlan dynamic
To remove the Voice VLAN, and therefore disable the transmission of LLDP-MED
network policy information for voice devices on
port1.0.6
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.6
awplus(config-if)#
no switchport voice vlan