cancel
Showing results for 
Search instead for 
Did you mean: 

Network problems

Network problems

cpacho
New Contributor

Hello;

I have a network with a ring (main) made up of 2 routers and 4 switches and a subring that shares the 2 routers and 2 new switches, as well as 2 switches in a stack connected to the routers through MLAG. Everything works correctly even when I turn off any of the Routers but when Router 1 (R1) turns the network back on it has problems for 6 minutes. And I have verified that it is the time it takes to communicate between the routers.

7bc13b58cf5a4b23b43d6076367c3bf6_d4a11b74-496f-4894-99bb-60756074fe2f.png

 

4 REPLIES 4

cpacho
New Contributor

hi, I need to confirm that I don't have any errors in my settings before opening a TAC with Extreme, can someone help me ???

Thanks

cpacho
New Contributor

Sorry I did not answer the other question, in the log during the start of R1 only appears the change of status of the ERPS protection-Pending-Idle and the change of Role of the vlans in the VRRP.

cpacho
New Contributor

Thanks for the answer, do you think that R1 may have a hardware problem ???. Next I pass my settings;

R1:

# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-36
configure vr VR-Default add ports 1-36
configure vlan default delete ports 1-8,10-36
create vlan "ERPS_RING_1"
configure vlan ERPS_RING_1 tag 301
create vlan "ERPS_RING_2"
configure vlan ERPS_RING_2 tag 302
create vlan "GESTION"
configure vlan GESTION tag 1000
create vlan "MLAG_CORE"
configure vlan MLAG_CORE tag 250
create vlan "SAE"
configure vlan SAE tag 2
enable sharing 22 grouping 22 algorithm address-based L2 lacp
enable sharing 29 grouping 29,33 algorithm address-based L2 lacp
configure vlan Default add ports 9 untagged
configure vlan ERPS_RING_1 add ports 1,29 tagged
configure vlan ERPS_RING_2 add ports 2,29 tagged
configure vlan GESTION add ports 1-8,10-23,25-32,34-36 untagged
configure vlan MLAG_CORE add ports 29 tagged
configure vlan SAE add ports 1-2,22,29 tagged
configure vlan GESTION ipaddress 10.1.0.251 255.255.0.0
enable ipforwarding vlan GESTION
configure vlan MLAG_CORE ipaddress 10.250.0.1 255.255.255.252
configure vlan SAE ipaddress 10.2.0.251 255.255.0.0
enable ipforwarding vlan SAE

# Module erps configuration.
#
enable erps
create erps ERPS_RING_1
configure erps ERPS_RING_1 add control vlan ERPS_RING_1
configure erps ERPS_RING_1 ring-port east 29
configure erps ERPS_RING_1 ring-port west 1
enable erps ERPS_RING_1
create erps ERPS_RING_2
configure erps ERPS_RING_2 add control vlan ERPS_RING_2
configure erps ERPS_RING_2 ring-port east 2
enable erps ERPS_RING_2
configure erps ERPS_RING_1 add protected vlan GESTION
configure erps ERPS_RING_1 add protected vlan SAE
configure erps ERPS_RING_1 add protected vlan ERPS_RING_2
configure erps ERPS_RING_2 add protected vlan GESTION
configure erps ERPS_RING_2 add protected vlan SAE
configure erps ERPS_RING_1 add sub-ring ERPS_RING_2

# Module vrrp configuration.
#
create vrrp vlan GESTION vrid 255
configure vrrp vlan GESTION vrid 255 priority 200
configure vrrp vlan GESTION vrid 255 preempt delay 60
configure vrrp vlan GESTION vrid 255 fabric-routing on
create vrrp vlan SAE vrid 255
configure vrrp vlan SAE vrid 255 priority 200
configure vrrp vlan SAE vrid 255 preempt delay 60
configure vrrp vlan SAE vrid 255 fabric-routing on
configure vrrp vlan GESTION vrid 255 add 10.1.0.254
configure vrrp vlan SAE vrid 255 add 10.2.0.254
enable vrrp vlan GESTION vrid 255
enable vrrp vlan SAE vrid 255

#
# Module vsm configuration.
#
create mlag peer "CORE"
configure mlag peer "CORE" ipaddress 10.250.0.2 vr VR-Default
enable mlag port 22 peer "CORE" id 22
 

R2:

# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-36
configure vr VR-Default add ports 1-36
configure vlan default delete ports 1-36
create vlan "ERPS_RING_1"
configure vlan ERPS_RING_1 tag 301
create vlan "ERPS_RING_2"
configure vlan ERPS_RING_2 tag 302
create vlan "GESTION"
configure vlan GESTION tag 1000
create vlan "GESTION_OLD"
create vlan "MLAG_CORE"
configure vlan MLAG_CORE tag 250
create vlan "SAE"
configure vlan SAE tag 2
configure ports 1 description-string "ERPS1_ESTE_TIN"
enable sharing 22 grouping 22 algorithm address-based L2 lacp
enable sharing 29 grouping 29,33 algorithm address-based L2 lacp
configure vlan ERPS_RING_1 add ports 1,29 tagged
configure vlan ERPS_RING_2 add ports 2,29 tagged
configure vlan GESTION add ports 1-32,34-36 untagged
configure vlan MLAG_CORE add ports 29 tagged
configure vlan SAE add ports 1-2,22,29 tagged
configure vlan GESTION ipaddress 10.1.0.252 255.255.0.0
enable ipforwarding vlan GESTION
configure vlan MLAG_CORE ipaddress 10.250.0.2 255.255.255.252
configure vlan SAE ipaddress 10.2.0.252 255.255.0.0
enable ipforwarding vlan SAE

# Module erps configuration.
#
enable erps
create erps ERPS_RING_1
configure erps ERPS_RING_1 add control vlan ERPS_RING_1
configure erps ERPS_RING_1 ring-port east 1
configure erps ERPS_RING_1 ring-port west 29
enable erps ERPS_RING_1
create erps ERPS_RING_2
configure erps ERPS_RING_2 add control vlan ERPS_RING_2
configure erps ERPS_RING_2 ring-port east 2
enable erps ERPS_RING_2
configure erps ERPS_RING_1 add protected vlan GESTION
configure erps ERPS_RING_1 add protected vlan SAE
configure erps ERPS_RING_1 add protected vlan ERPS_RING_2
configure erps ERPS_RING_2 add protected vlan GESTION
configure erps ERPS_RING_2 add protected vlan SAE
configure erps ERPS_RING_1 add sub-ring ERPS_RING_2

# Module vrrp configuration.
#
create vrrp vlan GESTION vrid 255
configure vrrp vlan GESTION vrid 255 preempt delay 60
configure vrrp vlan GESTION vrid 255 fabric-routing on
create vrrp vlan SAE vrid 255
configure vrrp vlan SAE vrid 255 preempt delay 60
configure vrrp vlan GESTION vrid 255 add 10.1.0.254
configure vrrp vlan SAE vrid 255 add 10.2.0.254
enable vrrp vlan GESTION vrid 255
enable vrrp vlan SAE vrid 255

#
# Module vsm configuration.
#
create mlag peer "CORE"
configure mlag peer "CORE" ipaddress 10.250.0.1 vr VR-Default
enable mlag port 22 peer "CORE" id 22

 

SW-STACK:

configure vlan default delete ports all
configure vr VR-Default delete ports 1:1-52,2:1-52
configure vr VR-Default add ports 1:1-52,2:1-52
configure vlan default delete ports 1:1-52,2:1-52
create vlan "GESTION"
configure vlan GESTION tag 1000
create vlan "SAE"
configure vlan SAE tag 2
configure ports 1:52 description-string "UPLINK_to_R-A51_P2"
configure ports 2:52 description-string "UPLINK_to_R-A52_P22"
enable sharing 1:52 grouping 1:52,2:52 algorithm address-based L2 lacp
configure vlan GESTION add ports 1:2-52,2:1-51 untagged
configure vlan SAE add ports 1:2-3,1:52 tagged
configure vlan SAE add ports 1:1 untagged
configure vlan GESTION ipaddress 10.1.0.241 255.255.0.0
enable ipforwarding vlan GESTION

 

SW1:

# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-52
configure vr VR-Default add ports 1-52
configure vlan default delete ports 1-2,51-52
create vlan "ERPS_RING_1"
configure vlan ERPS_RING_1 tag 301
create vlan "GESTION"
configure vlan GESTION tag 1000
create vlan "SAE"
configure vlan SAE tag 2
configure ports 51 description-string "ERPS_OESTE_ING"
configure ports 52 description-string "ERPS_ESTE_R-A51"
configure vlan Default add ports 3-50 untagged
configure vlan ERPS_RING_1 add ports 51-52 tagged
configure vlan GESTION add ports 1,51-52 untagged
configure vlan SAE add ports 51-52 tagged
configure vlan SAE add ports 2 untagged
configure vlan GESTION ipaddress 10.1.31.21 255.255.0.0
enable ipforwarding vlan GESTION

enable erps
create erps ERPS_RING_1
configure erps ERPS_RING_1 add control vlan ERPS_RING_1
configure erps ERPS_RING_1 ring-port east 52
configure erps ERPS_RING_1 ring-port west 51
enable erps ERPS_RING_1
configure erps ERPS_RING_1 add protected vlan GESTION
configure erps ERPS_RING_1 add protected vlan SAE

 

SW2:

# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-52
configure vr VR-Default add ports 1-52
configure vlan default delete ports 1,51-52
create vlan "ERPS_RING_1"
configure vlan ERPS_RING_1 tag 301
create vlan "GESTION"
configure vlan GESTION tag 1000
create vlan "SAE"
configure vlan SAE tag 2
configure ports 51 description-string "ERPS_OESTE_JER"
configure ports 52 description-string "ERPS_ESTE_CUE"

configure vlan Default add ports 2-50 untagged
configure vlan ERPS_RING_1 add ports 51-52 tagged
configure vlan GESTION add ports 1,51-52 untagged
configure vlan SAE add ports 2,51-52 tagged
configure vlan GESTION ipaddress 10.1.32.21 255.255.0.0
enable ipforwarding vlan GESTION

# Module erps configuration.
#
enable erps
create erps ERPS_RING_1
configure erps ERPS_RING_1 add control vlan ERPS_RING_1
configure erps ERPS_RING_1 ring-port east 52
configure erps ERPS_RING_1 ring-port west 51
configure erps ERPS_RING_1 protection-port 51
enable erps ERPS_RING_1
configure erps ERPS_RING_1 add protected vlan GESTION
configure erps ERPS_RING_1 add protected vlan SAE

 

SW3:

# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-52
configure vr VR-Default add ports 1-52
configure vlan default delete ports 1-2,51-52
create vlan "ERPS_RING_1"
configure vlan ERPS_RING_1 tag 301
create vlan "GESTION"
configure vlan GESTION tag 1000
create vlan "SAE"
configure vlan SAE tag 2
configure ports 51 description-string "ERPS_OESTE_TIN"
configure ports 52 description-string "ERPS_ESTE_ING"
configure vlan Default add ports 3-50 untagged
configure vlan ERPS_RING_1 add ports 51-52 tagged
configure vlan GESTION add ports 1,51-52 untagged
configure vlan SAE add ports 3,51-52 tagged
configure vlan SAE add ports 2 untagged
configure vlan GESTION ipaddress 10.1.33.21 255.255.0.0
enable ipforwarding vlan GESTION

# Module erps configuration.
#
enable erps
create erps ERPS_RING_1
configure erps ERPS_RING_1 add control vlan ERPS_RING_1
configure erps ERPS_RING_1 ring-port east 52
configure erps ERPS_RING_1 ring-port west 51
configure erps ERPS_RING_1 neighbor-port 52
enable erps ERPS_RING_1
configure erps ERPS_RING_1 add protected vlan GESTION
configure erps ERPS_RING_1 add protected vlan SAE

 

SW4:

configure vlan default delete ports all
configure vr VR-Default delete ports 1-52
configure vr VR-Default add ports 1-52
configure vlan default delete ports 1-2,51-52
create vlan "ERPS_RING_1"
configure vlan ERPS_RING_1 tag 301
create vlan "GESTION"
configure vlan GESTION tag 1000
create vlan "SAE"
configure vlan SAE tag 2
configure ports 51 description-string "ERPS_OESTE_R-A52"
configure ports 52 description-string "ERPS_ESTE_JER"
configure vlan Default add ports 3-50 untagged
configure vlan ERPS_RING_1 add ports 51-52 tagged
configure vlan GESTION add ports 1,51-52 untagged
configure vlan SAE add ports 51-52 tagged
configure vlan SAE add ports 2 untagged
configure vlan GESTION ipaddress 10.1.35.21 255.255.0.0
enable ipforwarding vlan GESTION

# Module erps configuration.
#
enable erps
create erps ERPS_RING_1
configure erps ERPS_RING_1 add control vlan ERPS_RING_1
configure erps ERPS_RING_1 ring-port east 52
configure erps ERPS_RING_1 ring-port west 51
enable erps ERPS_RING_1
configure erps ERPS_RING_1 add protected vlan GESTION
configure erps ERPS_RING_1 add protected vlan SAE

 

SW5 (Sub-ring)

configure vlan default delete ports all
configure vr VR-Default delete ports 1-52
configure vr VR-Default add ports 1-52
configure vlan default delete ports 1-2,51-52
create vlan "ERPS_RING_2"
configure vlan ERPS_RING_2 tag 302
create vlan "GESTION"
configure vlan GESTION tag 1000
create vlan "SAE"
configure vlan SAE tag 2
configure ports 51 description-string "ERPS_OESTE_R-A52"
configure ports 52 description-string "ERPS_ESTE_JER"
configure vlan Default add ports 3-50 untagged
configure vlan ERPS_RING_2 add ports 51-52 tagged
configure vlan GESTION add ports 1,51-52 untagged
configure vlan SAE add ports 51-52 tagged
configure vlan SAE add ports 2 untagged
configure vlan GESTION ipaddress 10.1.14.21 255.255.0.0

# Module erps configuration.
#
enable erps
create erps ERPS_RING_2
configure erps ERPS_RING_2 add control vlan ERPS_RING_2
configure erps ERPS_RING_2 ring-port east 51
configure erps ERPS_RING_2 ring-port west 52
configure erps ERPS_RING_2 protection-port 51
enable erps ERPS_RING_2
configure erps ERPS_RING_2 add protected vlan GESTION
configure erps ERPS_RING_2 add protected vlan SAE

 

SW6 (Sub-Ring)

configure vlan default delete ports all
configure vr VR-Default delete ports 1-52
configure vr VR-Default add ports 1-52
configure vlan default delete ports 1-2,51-52
create vlan "ERPS_RING_2"
configure vlan ERPS_RING_2 tag 302
create vlan "GESTION"
configure vlan GESTION tag 1000
create vlan "SAE"
configure vlan SAE tag 2
configure vlan Default add ports 3-50 untagged
configure vlan ERPS_RING_2 add ports 51-52 tagged
configure vlan GESTION add ports 1,51-52 untagged
configure vlan SAE add ports 51-52 tagged
configure vlan SAE add ports 2 untagged
configure vlan GESTION ipaddress 10.1.16.21 255.255.0.0
# Module erps configuration.
#
enable erps
create erps ERPS_RING_2
configure erps ERPS_RING_2 add control vlan ERPS_RING_2
configure erps ERPS_RING_2 ring-port east 51
configure erps ERPS_RING_2 ring-port west 52
configure erps ERPS_RING_2 neighbor-port 52
enable erps ERPS_RING_2
configure erps ERPS_RING_2 add protected vlan GESTION
configure erps ERPS_RING_2 add protected vlan SAE

 

CThompsonEXOS
Extreme Employee

Hi,

 

The topology diagram looks correct but we are missing the configuration piece.  

 

Are there any relevant logs during this time period?

 

Would it be possible open a case with GTAC?

 

Thanks,

Chris Thompson

GTM-P2G8KFN