You are on page 1of 3

https://extremenetworkhowto.blogspot.

com/2016/12/configure-eaps-in-exos-extreme-
networks.html
https://lockstepgroup.com/blog/minimalist-technology-tutorial-configuring-an-eaps-
ring-on-exos/

-----------------------EAPS---------------------
-----EAPS (EXOS-1) Master Node-------
create vlan eaps-control tag 4094
create vlan data tag 64

configure vlan data add ports 1-2 tagged


configure vlan eaps-control add ports 1-2 tagged
config vlan data ipa 10.0.0.1/24
configure eaps fast-convergence on
create eaps eaps_ring
configure eaps eaps_ring mode master
configure eaps eaps_ring primary port 1
configure eaps eaps_ring secondary port 2
enable eaps eaps_ring
configure eaps eaps_ring add protected vlan data
configure eaps eaps_ring add control vlan eaps-control
enable eaps

-----Configure EAPS (EXOS-2) Transit Node:-------


create vlan eaps-control tag 4094
create vlan data tag 64

configure vlan data add ports 1-2 tagged


configure vlan eaps-control add ports 1-2 tagged
config vlan data ipa 10.0.0.2/24
configure eaps fast-convergence on
create eaps eaps_ring
configure eaps eaps_ring mode transit
configure eaps eaps_ring primary port 1
configure eaps eaps_ring secondary port 2
enable eaps eaps_ring
configure eaps eaps_ring add protected vlan data
configure eaps eaps_ring add control vlan eaps-control
enable eaps

----Configure EAPS (EXOS-3) Transit Node:----


create vlan eaps-control tag 4094
create vlan data tag 64

configure vlan data add ports 1-2 tagged


configure vlan eaps-control add ports 1-2 tagged
config vlan data ipa 10.0.0.3/24
configure eaps fast-convergence on
create eaps eaps_ring
configure eaps eaps_ring mode transit
configure eaps eaps_ring primary port 1
configure eaps eaps_ring secondary port 2
enable eaps eaps_ring
configure eaps eaps_ring add protected vlan data
configure eaps eaps_ring add control vlan eaps-control
enable eaps

----Configure EAPS (EXOS-4) Transit Node:----


create vlan eaps-control tag 4094
create vlan data tag 64

configure vlan data add ports 1-2 tagged


configure vlan eaps-control add ports 1-2 tagged
config vlan data ipa 10.0.0.4/24
configure eaps fast-convergence on
create eaps eaps_ring
configure eaps eaps_ring mode transit
configure eaps eaps_ring primary port 1
configure eaps eaps_ring secondary port 2
enable eaps eaps_ring
configure eaps eaps_ring add protected vlan data
configure eaps eaps_ring add control vlan eaps-control
enable eaps

-----------------ERPS----------------------
https://community.extremenetworks.com/network-architecture-design-233214/config-a-
erps-ring-6801500

revisar: https://community.extremenetworks.com/network-architecture-design-
233214/erps-multi-ring-and-double-fault-protection-at-interconnected-nodes-6968260
https://community.extremenetworks.com/extremeswitching-exos-233219/erps-subring-
problem-6858059
-----ERPS (EXOS-1) Owner Node-------
config vlan default del port all
create vlan erps-control tag 4094
create vlan data tag 64

configure vlan data add ports 1-2 tagged


configure vlan erps-control add ports 1-2 tagged
config vlan data ipa 10.0.0.1/24

create erps erps_ring


configure erps erps_ring ring-port east 1
configure erps erps_ring ring-port west 2
configure erps erps_ring protection-port 2
enable erps erps_ring
configure erps erps_ring add protected vlan data
configure erps erps_ring add control vlan erps-control
enable erps

----- ERPS (EXOS-2) Other Node-------


config vlan default del port all
create vlan erps-control tag 4094
create vlan data tag 64

configure vlan data add ports 1-2 tagged


configure vlan erps-control add ports 1-2 tagged
config vlan data ipa 10.0.0.2/24

create erps erps_ring


configure erps erps_ring ring-port east 1
configure erps erps_ring ring-port west 2
enable erps erps_ring
configure erps erps_ring add protected vlan data
configure erps erps_ring add control vlan erps-control
enable erps

---- ERPS (EXOS-3) Neighbor Node:----


config vlan default del port all
create vlan erps-control tag 4094
create vlan data tag 64

configure vlan data add ports 1-2 tagged


configure vlan erps-control add ports 1-2 tagged
config vlan data ipa 10.0.0.3/24

create erps erps_ring


configure erps erps_ring ring-port east 1
configure erps erps_ring ring-port west 2
configure erps erps_ring neighbor-port 1
enable erps erps_ring
configure erps erps_ring add protected vlan data
configure erps erps_ring add control vlan erps-control
enable erps

---- ERPS (EXOS-4) Other Node:----


config vlan default del port all
create vlan erps-control tag 4094
create vlan data tag 64

configure vlan data add ports 1-2 tagged


configure vlan erps-control add ports 1-2 tagged
config vlan data ipa 10.0.0.4/24

create erps erps_ring


configure erps erps_ring ring-port east 1
configure erps erps_ring ring-port west 2
enable erps erps_ring
configure erps erps_ring add protected vlan data
configure erps erps_ring add control vlan erps-control
enable erps

-----comprobacion-----
ping count 20 10.0.0.2
enable/disable port 2 (apagar puerto)
show erps "erps_ring"

You might also like