Configuring EPSR Introduction
4-127
Software Reference for SwitchBlade x3100 Series Switches (Layer Two Switching)
• The EPSR domain name is allied
• The CONTROL VLAN is 3501, the DATA VLAN is 3502
• The interfaces are on 0.2 and 1.3 (separate cards)
• ENHANCEDRECOVERY is turned on as the last step.
TABLE 4-17 Configuration Procedure for EPSR - Configure a Master Node
Step Command Description/Notes
Create the EPSR domain
1
CREATE EPSR allied MASTER You can set ENHANCEDRECOVERY here or
later. Here it is Step 7.
Create the Control VLAN and associate them with the interfaces as FRAME=TAGGED.
2
CREATE VLAN vid=3501
ADD VLAN 3501 INTERFACE 0.2 FRAME=TAGGED
ADD VLAN 3501 INTERFACE 1.3 FRAME=TAGGED
The interfaces should be on separate cards
Define the interface for the EPSR domain that will be PRIMARY and SECONDARY
3
ADD EPSR ALLIED INTERFACE=0.2 TYPE=PRI-
MARY
ADD EPSR ALLIED INTERFACE=0.3 TYPE=SEC-
ONDARY
Add VLAN 3501 as the CONTROL VLAN.
4
ADD EPSR ALLIED VLAN=3501 TYPE=CONTROL
Create the DATA VLAN and add this VLAN to the interfaces.
5
CREATE VLAN vid=3502
ADD VLAN=3502 INTERFACE=0.2 frame=tagged
ADD VLAN=3502 INTERFACE=1.3 frame=tagged
You will receive a warning that this may cause a
network loop if this VLAN is not configured in
an EPSR domain for the interface. Enter Y for
confirmation.
Add the VLAN to the EPSR domain as the data VLAN.
6
ADD EPSR allied VLAN=3502 TYPE=data
Using the SET command, you can turn on the Enhanced Recovery feature.
7
SET EPSR allied ENHANCEDRECOVERY=ON