beautypg.com

On ring 2 - configure the transit node f – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1515

background image

EPSR Introduction and Configuration

Software Reference for x310 Series Switches

C613-50046-01 REV A

AlliedWare Plus

TM

Operating System - Version 5.4.4C

57.33

On Ring 2 - Configure the Transit Node F

Step 1:

Create the control and data VLANs

(on Transit Node F)

Step 2:

Create the EPSR Instance called “green” on a transit node, make VLAN 6 the

control VLAN

(on Transit Node F)

Step 3:

Add a data VLAN to the EPSR Instance called “green”

(on Transit Node F)

Step 4:

Enable the EPSR Instance called “green”

(on Transit Node F)

awplus#

configure terminal

Enter the Global Configuration mode.

awplus(config)#

vlan database

Enter the VLAN Configuration mode.

awplus(config-vlan)#

vlan 6 name ctrl-green state enable

Enable VLAN 6 called ctrl-green on the Transit
Node. Specifying the enable state allows forwarding of
frames on the VLAN-aware node.

awplus(config-vlan)#

vlan 40 name data-a state enable

Enable VLAN 40 called data-a on the Transit Node.
Specifying the enable state allows forwarding of frames
on the VLAN-aware node.

awplus(config-vlan)#

exit

Exit the VLAN Configuration mode and enter the Global
Configuration mode.

awplus(config)#

epsr configuration

Enter the EPSR Configuration mode.

awplus(config-epsr)#

epsr green mode transit controlvlan 6

Create an EPSR instance called green on vlan 6.
Make vlan 6 the control VLAN.
Make this node a transit node.

awplus(config-epsr)#

epsr green datavlan 40

On the EPSR instance called green make vlan 40
the data VLAN.

awplus(config-epsr)#

epsr green state enable

Enable the EPSR instance named green.