448
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.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
egress-vlan-id
command
or the
egress-vlan-name
command.
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
switchport voice vlan
command,
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
spanning-tree
edgeport (RSTP and MSTP)
command.
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
command.
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