Egress-vlan-name – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1347
Local RADIUS Server Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
51.19
egress-vlan-name
Use this command to configure the standard RADIUS attribute “Egress-VLAN-Name (58)”
for the local RADIUS server user group.
Use the no variant of this command to remove the Egress-VLAN-Name attribute from the
local RADIUS server user group.
Syntax
egress-vlan-name <vlan-name> [tagged|untagged]
no egress-vlan-name
Default
By default, no Egress-VLAN-Name attributes are configured.
Mode
RADIUS Server Group Configuration
Usage
When a Voice VLAN is configured for dynamic VLAN allocation (
), the RADIUS server must be configured to send the VLAN
information when an IP phone is successfully authenticated. Use either the
or the
command, and specify the tagged
parameter.
Examples
To configure the “Egress-VLAN-Name” attribute for the RADIUS server user group
NormalUsers with the VLAN name “vlan2” and all frames on this VLAN tagged, use the
commands:
To delete the “Egress-VLAN-Name” attribute for the NormalUsers group, use the
commands:
Related Commands
attribute
egress-vlan-id
switchport voice vlan
Parameter Description
<vlan-name>
The VLAN name to be configured as the Egress-VLAN-Name
attribute.
tagged
Set frames on the VLAN as tagged. This sets the tag indication field
to indicate that all frames on this VLAN are tagged.
untagged
Set all frames on the VLAN as untagged. This sets the tag indication
field to indicate that all frames on this VLAN are untagged.
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
group NormalUsers
awplus(config-radsrv-group)#
egress-vlan-name vlan2 tagged
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
group NormalUsers
awplus(config-radsrv-group)#
no egress-vlan-name