On ring 1 - configure the transit nodes a to c, Step 1: create the control and data vlans – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1506

Advertising
background image

EPSR Introduction and Configuration

Software Reference for x310 Series Switches

57.24

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

On Ring 1 - Configure the Transit Nodes A to C

Step 1:

Create the control and data VLANs

(on Transit Nodes A to C)

Step 2:

Add the EPSR control vlan (ctrl-blue) to EPSR ring ports

Step 3:

Create the EPSR Instance called “blue”, make VLAN 5 the control VLAN

(on Transit

Nodes A to C)

awplus#

configure terminal

Enter the Global Configuration mode.

awplus(config)#

vlan database

Enter the VLAN Configuration mode.

awplus(config-vlan)#

vlan 5 name ctrl-blue state enable

Enable VLAN 5 called ctrl-blue 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)#

interface port1.0.1,port1.0.2

Specify the two ring ports (port1.0.1 and
port1.0.2

) that you are configuring and enter the

Interface Configuration mode.

awplus(config-if)#

switchport mode trunk

Set the switching characteristics of this port to Trunk
mode.

awplus(config-if)#

switchport trunk allowed vlan add 5

Enable VLAN 5 on these ports.

awplus(config-if)#

switchport trunk native vlan none

Remove the native VLAN from the ring ports.

awplus(config)#

epsr configuration

Enter the EPSR Configuration mode.

awplus(config-epsr)#

epsr blue mode transit controlvlan 5

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

Advertising