Allied Telesis AT-9924T/4SP-A-20, X900-48FE-N, AT-8948, AT-9924T-40 Example 6 EPSR with an iMAP

Models: AT-9924SP-30 AT-9924T-40 AT-8948 AT-9924T/4SP-A-20 X900-48FE-N

1 56
Download 56 pages 22.23 Kb
Page 26
Image 26
Example 6: EPSR with an iMAP

Example 6: EPSR with an iMAP

Example 6: EPSR with an iMAP

This example is the same as "Example 1: A Basic Ring" on page 11 except that one of the three switches is an iMAP. We used an AT-TN7100 iMAP running 6.1.10. The ring ports on the iMAP are 5.0 and 5.1. The example first shows the configuration script for the iMAP as the master node, then as the transit node. For the configuration of the other two switches, see Example 1.

Configure the AT-TN7100 iMAP as Master Node

The following diagram shows a partial script for the iMAP, with the commands for configuring it as a EPSR master node and other relevant commands.

ADD IP INTERFACE=MGMT IPADDRESS=172.28.9.3 SUBNETMASK=255.255.255.0 CARD=ACTCFC GATEWAY=172.28.9.1

#

SET SWITCH AGEINGTIMER=300

#

SET SYSTEM PROVMODE=AUTO

SET SYSTEM GATEWAY=172.28.9.1

#

CREATE EPSR=test MASTER HELLOTIME=1 FAILOVERTIME=2 RINGFLAPTIME=0

#

CREATE VLAN=vlan2 VID=2 FORWARDINGMODE=STD CREATE VLAN=vlan1000 VID=1000 FORWARDINGMODE=STD

#

ADD VLAN=2 INTERFACE=ETH:[5.0-1] FRAME=TAGGED ADD VLAN=1000 INTERFACE=ETH:[5.0-1] FRAME=TAGGED

#

DELETE VLAN=1 INTERFACE=ETH:[5.0-1]

#

SET INTERFACE=ETH:[5.0-1] ACCEPTABLE=VLAN

#

ADD EPSR=test INTERFACE=ETH:[5.0] TYPE=PRIMARY ADD EPSR=test INTERFACE=ETH:[5.1] TYPE=SECONDARY ADD EPSR=test VLAN=1000 TYPE=CONTROL

ADD EPSR=test VLAN=2 TYPE=DATA

#

ENABLE EPSR=test

Page 26 AlliedWare™ OS How To Note: EPSR

Page 26
Image 26
Allied Telesis AT-9924T/4SP-A-20, X900-48FE-N Example 6 EPSR with an iMAP, Configure the AT-TN7100 iMAP as Master Node