C613-50170-01 Rev B
Command Reference for x510 Series
2154
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
E
THERNET
P
ROTECTION
S
WITCHED
R
ING
(EPSR
ING
™) C
OMMANDS
EPSR
DATAVLAN
epsr datavlan
Overview
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 recommend you
•
set the EPSR control VLAN to vlan2, using the
and
commands, then
•
set the EPSR data VLAN between to be a value between 3 and 4094, using the
Examples
To add
vlan3
to the EPSR instance called
blue
, use the command:
awplus(config-epsr)#
epsr blue datavlan vlan3
To add
vlan2
and
vlan3
to the EPSR instance called
blue
, use the command:
awplus(config-epsr)#
epsr blue datavlan vlan2-vlan3
To remove
vlan3
from the EPSR instance called
blue
, use the command:
awplus(config-epsr)#
no epsr blue datavlan vlan3
To remove
vlan2
and
vlan3
from the EPSR instance called
blue
, use the
command:
awplus(config-epsr)#
no epsr blue datavlan vlan2-vlan3
Related
Commands
epsr mode master controlvlan primary port
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.