C613-50631-01 Rev A Command Reference for IE340 Series 2675
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
ETHERNET PROTECTION SWITCHED RING (EPSRING™) COMMANDS
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 notes We recommend you
• set the EPSR control VLAN to vlan2, using the epsr mode master controlvlan
primary port and epsr mode transit controlvlan commands, then
• set the EPSR data VLAN between to be a value between 3 and 4094, using the
epsr datavlan command.
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
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.