Egress-vlan-id, Egress-vlan-id command on – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1346
![background image](/manuals/427254/1346/background.png)
Local RADIUS Server Commands
Software Reference for x310 Series Switches
51.18
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
egress-vlan-id
Use this command to configure the standard RADIUS attribute “Egress-VLANID (56)” for
the local RADIUS Server user group.
Use the no variant of this command to remove the Egress-VLANID attribute from the local
RADIUS server user group.
Syntax
egress-vlan-id <vid> [tagged|untagged]
no egress-vlan-id
Default
By default, no Egress-VLANID 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
command or the
egress-vlan-name command on page 51.19
, and specify the tagged
parameter.
Examples
To set the “Egress-VLANID” attribute for the NormalUsers local RADIUS server user group
to VLAN identifier 200, with tagged frames, use the commands:
To remove the “Egress-VLANID” attribute for the NormalUsers local RADIUS server user
group, use the commands:
Related Commands
attribute
egress-vlan-name
switchport voice vlan
Parameter Description
<vid>
The VLAN identifier to be used for the Egress VLANID attribute, in
the range 1 to 4094.
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-id 200 tagged
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
group NormalUsers
awplus(config-radsrv-group)#
no egress-vlan-id