Epsr datavlan – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1530

EPSR Commands
Software Reference for x310 Series Switches
58.4
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
epsr datavlan
This command adds a data VLAN or a range of VLAN identifiers to a specified EPSR
instance.
The no variant of this command removes a data vlan or data vlan range from an EPSR
instance.
Syntax
epsr <epsr-instance> datavlan {<vlanid>|<vlanid-range>}
no epsr <epsr-instance> datavlan {<vlanid>|<vlanid-range>}
Mode
EPSR Configuration
Usage
We suggest setting the epsr controlvlan to vlan2 using the
and
commands, then setting
the EPSR data VLAN between to be a value 3 and 4094 using the
command.
Examples
To add vlan3 to the EPSR instance called blue, use the command:
To add vlan2 and vlan3 to the EPSR instance called blue, use the command:
To remove vlan3 from the EPSR instance called blue, use the command:
To remove vlan2 and vlan3 from the EPSR instance called blue, use the command:
Related Commands
epsr mode master controlvlan primaryport
epsr mode transit controlvlan
show epsr
Parameter
Description
<epsr-instance>
Name of the EPSR instance.
datavlan
Adds a data VLAN to be protected by the EPSR instance.
<vlanid>
The VLAN’s VID - a number between 1 and 4094 excluding
the number selected for the control VLAN.
<vlanid-range>
Specify a range of VLAN identifiers using a hyphen to
separate identifiers.
awplus(config-epsr)#
epsr blue datavlan vlan3
awplus(config-epsr)#
epsr blue datavlan vlan2-vlan3
awplus(config-epsr)#
no epsr blue datavlan vlan3
awplus(config-epsr)#
no epsr blue datavlan vlan2-vlan3