Thursday, December 1, 2016

Configure EAPS in EXOS (Extreme Networks)

Configure EAPS in ExtremeOS
EXOS version 21.1.2.14

This guide will help you with the commands for setting up EAPS with 3 routers in a ring.  You need to have 1 router set as "master" and the other 2 set as "transit" modes.

EAPS is very easy to set up... most all of the code you can copy and paste.
Configure EAPS (R1) Master Node:

configure vlan VLAN_100 add ports 1 tagged
configure vlan VLAN_100 add ports 2 tagged
configure vlan VLAN_900 add ports 1 tagged
configure vlan VLAN_900 add ports 2 tagged
configure eaps fast-convergence on
create eaps eaps_ring
configure eaps eaps_ring mode master
configure eaps eaps_ring primary port 46
configure eaps eaps_ring secondary port 45
enable eaps eaps_ring
configure eaps eaps_ring add protected vlan VLAN_100
configure eaps eaps_ring add control vlan VLAN_900
enable eaps

Configure EAPS (R2) Transit Node:

configure vlan VLAN_100 add ports 1 tagged
configure vlan VLAN_100 add ports 2 tagged
configure vlan VLAN_900 add ports 1 tagged
configure vlan VLAN_900 add ports 2 tagged
configure eaps fast-convergence on
create eaps eaps_ring
configure eaps eaps_ring mode transit
configure eaps eaps_ring primary port 46
configure eaps eaps_ring secondary port 45
enable eaps eaps_ring
configure eaps eaps_ring add protected vlan VLAN_100
configure eaps eaps_ring add control vlan VLAN_998
enable eaps

Configure EAPS (R3)  Transit Node:

configure vlan VLAN_100 add ports 1 tagged
configure vlan VLAN_100 add ports 2 tagged
configure vlan VLAN_900 add ports 1 tagged
configure vlan VLAN_900 add ports 2 tagged
configure eaps fast-convergence on
create eaps eaps_ring
configure eaps eaps_ring mode transit
configure eaps eaps_ring primary port 46
configure eaps eaps_ring secondary port 45
enable eaps eaps_ring
configure eaps eaps_ring add protected vlan VLAN_100
configure eaps eaps_ring add control vlan VLAN_998
enable eaps

No comments:

Post a Comment