Configuring EPSR Introduction
4-129
Software Reference for SwitchBlade x3100 Series Switches (Layer Two Switching)
TABLE 4-18 Configuration Procedure for EPSR - Configure a Transit Node
Step Command Description/Notes
Create the EPSR domain
1
CREATE EPSR allied TRANSIT 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 8.0 FRAME=TAGGED
ADD VLAN 3501 INTERFACE 8.2 FRAME=TAGGED
The interfaces should be on separate cards
Set the GE interfaces as having a direction of NETWORK
3
SET INTERFACE=8.0 GE DIRECTION=NETWORK
SET INTERFACE=8.2 GE DIRECTION=NETWORK
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=8.0 frame=tagged
ADD VLAN=3502 INTERFACE=8.2 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