configure eaps add protected vlan
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1115
configure eaps add protected vlan
configure eaps <name> add protected vlan <vlan_name>
Description
Adds the specified protected VLAN to the specified EAPS domain.
Syntax Description
Default
N/A.
Usage Guidelines
You must configure one or more
protected
VLANs for each EAPS domain. The protected VLANs are the
data-carrying VLANs.
A protected VLAN can be added to one or more EAPS domains.
When you configure the VLAN that will act as a protected VLAN, the ring ports of the protected VLAN
must be tagged (except in the case of the default VLAN). As long as the ring is complete, the master
node blocks the protected VLANs on its secondary port.
NOTE
If the protected VLAN has a QoS profile of QP8, make sure the control VLAN has the appropriate QoS profile
setting. For more information, see the command
configure eaps add control vlan
on page 1113
.
The VLAN must already exist before you can add it as a protected VLAN. If you attempt to add a
VLAN that does not exist, the switch displays a message similar to the following:
* Switch.5 # configure eaps megtest add protected foo
^
%% Invalid input detected at '^' marker.
To create the VLAN, use the
create vlan
command.
Example
The following command adds the protected VLAN “orchid” to the EAPS domain “eaps_1”:
configure eaps eaps_1 add protected vlan orchid
name
Specifies the name of an EAPS domain.
vlan_name
Specifies the name of the protected VLAN.