
EPSR Introduction
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
48.9
To add port port1. 0. 1 to the VLANs
To add port port1. 0. 2 to the VLANs
To create the EPSR Instance called “blue” on a transit node, make VLAN5 the control VLAN
To add a data VLAN to the EPSR Instance called “blue” on the transit node
To enable the EPSR Instance called “blue” on the transit node
awplus(config)#
interface port1.0.1
Specify the interface (port1.0.1) that
you are configuring and enter the
Interface 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 this port.
awplus(config-if)#
switchport trunk
allowed vlan add 40
Enable VLAN 40 on this port.
awplus(config-if)#
exit
Exit the Interface mode and enter the
Configure mode.
awplus(config)#
interface port1.0.2
Specify the interface (port1.0.2) that
you are configuring and enter the
Interface 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 this port.
awplus(config-if)#
switchport trunk
allowed vlan add 40
Enable VLAN 40 on this port.
awplus(config-if)#
exit
Exit the Interface mode and enter the
Configure mode.
Command Description
awplus(config)#
epsr configuration
Change the CLI mode to epsr
awplus(config-epsr)#
epsr blue mode
transit controlvlan 5
Create epsr instance called “blue” on
vlan5.
Make vlan5 the control vlan
Make this node a transit node.
Command Description
awplus(config-epsr)#
epsr blue
datavlan 40
On epsr instance called “blue” make
vlan40 the data vlan.
Command Description
awplus(config-epsr)#
epsr blue state
enable
enable the epsr named blue
awplus(config-epsr)#
exit
Exit the epsr mode.