cancel
Showing results for 
Search instead for 
Did you mean: 

MLAG health check message configuration

MLAG health check message configuration

Renne_Stuart
New Contributor
How and where do you configure MLAG health check message config? I have read in the Exos userguide 15_7 that this is now a feature however it does not give to much information on how and where to configure this. Has anyone configured this and had it working? Is this feature available in summitX-15.5.3.4-patch1-5.xos or do i need to upgrade to get this feature?

(page 278 of userguide)
"Starting in ExtremeXOS 15.5, health check messages can also be exchanged on an alternate path byseparate configuration – typically the “Mgmt” VLAN. If the peer is alive when the ISC link alone goes down, one of the MLAG peers disables its MLAG ports to prevent duplicate south-bound traffic to the remote node. To reduce the amount of traffic on the alternate path, health check messages are initiated on the alternate path only when the ISC link goes down. When the ISC link is up, no health check messages are exchanged on the alternate path.

When the MLAG switch misses 3 consecutive health check messages from the peer, it declares that the MLAG peer is not reachable on the ISC link. It then starts sending out health check messages on the alternate path to check if the peer is alive. When the first health check message is received from the MLAG peer on the alternate path, it means that the peer is alive. In this scenario, one of the MLAG peersdisables its MLAG ports to prevent duplication of south-bound traffic to the remote node.

Note
The MLAG switch having the lower IP address for the alternate path VLAN disables its ports.

When the ISC link comes up and the switch starts receiving health check messages on the ISC control VLAN, the ports that were disabled earlier have to be re-enabled. This action is not performed immediately on the receipt of the first health check message on the ISC control VLAN. Instead the switch waits for 2 seconds before enabling the previously disabled ports. This is done to prevent frequent enabling and disabling of MLAG ports due to a faulty ISC link up event.
10 REPLIES 10

Renne_Stuart
New Contributor
Hi Stephen,

this is the config i thought we would have to use however was concerned that due to the 172.16.1.0/24 subnet being tagged already across the ISC it would send its alternate peer test across this link as its default route for the traffic. Would this matter with the above config or would we need to configure a vlan that does not traverse the ISC link but is tagged through the edge switches to each core and use this for the alternate peer IP addresses?

StephenW
Extreme Employee
15 5 does support MLAG alternate ipaddress.

If the connection between IP 172.16.1.5 and IP 172.16.1.4 can still be active when the ISC is failed I would use this configuration.

BHS-Sum-Sw01:
conf mlag peer BHS-Sum-Sw02 alternate ipaddress 172.16.1.5 vr "VR-Default"

BHS-Sum-Sw02:
conf mlag peer BHS-Sum-Sw01 alternate ipaddress 172.16.1.4 vr "VR-Default"

Renne_Stuart
New Contributor
Do i need to be on 15.7 or does this work on 15.5.3.4? When was this feature released?

thanks Stephen, so how would that relate to my network as we have 2x X670 in different locations with 2x10gb MLAG ISC fibre links between them. Each edge switch as a 10gb connection to each X670. School vlan is the schools data vlan and the infrastructure vlan is the switch management vlan.

extracts below:

configure snmp sysName "BHS-Sum-Sw01"
create mlag peer "BHS-Sum-Sw02" configure mlag peer "BHS-Sum-Sw02" ipaddress 1.1.1.2 vr VR-Default
create vlan "Infrastructure"
configure vlan Infrastructure tag 161
create vlan "ISC"
configure vlan ISC tag 4094
create vlan "School"
configure vlan School tag 10
enable mlag port 1 peer "BHS-Sum-Sw02" id 1
enable mlag port 2 peer "BHS-Sum-Sw02" id 2
enable mlag port 3 peer "BHS-Sum-Sw02" id 3
enable mlag port 4 peer "BHS-Sum-Sw02" id 4
enable mlag port 5 peer "BHS-Sum-Sw02" id 5
enable mlag port 6 peer "BHS-Sum-Sw02" id 6
enable mlag port 9 peer "BHS-Sum-Sw02" id 9
enable mlag port 10 peer "BHS-Sum-Sw02" id 10
enable mlag port 11 peer "BHS-Sum-Sw02" id 11
enable mlag port 17 peer "BHS-Sum-Sw02" id 17
enable mlag port 18 peer "BHS-Sum-Sw02" id 18
enable mlag port 19 peer "BHS-Sum-Sw02" id 19
enable mlag port 25 peer "BHS-Sum-Sw02" id 25
enable mlag port 26 peer "BHS-Sum-Sw02" id 26
enable mlag port 27 peer "BHS-Sum-Sw02" id 27
enable mlag port 31 peer "BHS-Sum-Sw02" id 31
enable mlag port 33 peer "BHS-Sum-Sw02" id 33
enable mlag port 37 peer "BHS-Sum-Sw02" id 37
enable mlag port 38 peer "BHS-Sum-Sw02" id 38
configure vlan Infrastructure add ports 1-6, 9-11, 17-19, 25-27, 31, 33, 37-38, 47 tagged
configure vlan ISC add ports 47 tagged
configure vlan School add ports 1-6, 9-11, 17-19, 25-27, 31, 33, 37-38, 47 tagged
configure vlan Mgmt ipaddress 10.96.0.1 255.255.255.0
configure vlan ISC ipaddress 1.1.1.1 255.255.255.252
configure vlan School ipaddress 10.10.0.4 255.255.248.0
enable ipforwarding vlan School
configure vlan Infrastructure ipaddress 172.16.1.4 255.255.255.0
enable ipforwarding vlan Infrastructure

configure snmp sysName "BHS-Sum-Sw02"
create mlag peer "BHS-Sum-Sw01" configure mlag peer "BHS-Sum-Sw01" ipaddress 1.1.1.1 vr VR-Default
create vlan "Infrastructure"
configure vlan Infrastructure tag 161
create vlan "ISC"
configure vlan ISC tag 4094
create vlan "School"
configure vlan School tag 10
enable mlag port 1 peer "BHS-Sum-Sw01" id 1
enable mlag port 2 peer "BHS-Sum-Sw01" id 2
enable mlag port 3 peer "BHS-Sum-Sw01" id 3
enable mlag port 4 peer "BHS-Sum-Sw01" id 4
enable mlag port 5 peer "BHS-Sum-Sw01" id 5
enable mlag port 6 peer "BHS-Sum-Sw01" id 6
enable mlag port 9 peer "BHS-Sum-Sw01" id 9
enable mlag port 10 peer "BHS-Sum-Sw01" id 10
enable mlag port 11 peer "BHS-Sum-Sw01" id 11
enable mlag port 17 peer "BHS-Sum-Sw01" id 17
enable mlag port 18 peer "BHS-Sum-Sw01" id 18
enable mlag port 19 peer "BHS-Sum-Sw01" id 19
enable mlag port 25 peer "BHS-Sum-Sw01" id 25
enable mlag port 26 peer "BHS-Sum-Sw01" id 26
enable mlag port 27 peer "BHS-Sum-Sw01" id 27
enable mlag port 31 peer "BHS-Sum-Sw01" id 31
enable mlag port 33 peer "BHS-Sum-Sw01" id 33
enable mlag port 37 peer "BHS-Sum-Sw01" id 37
enable mlag port 38 peer "BHS-Sum-Sw01" id 38
configure vlan Infrastructure add ports 1-6, 9-11, 17-19, 25-27, 31, 33, 37-38, 47 tagged
configure vlan ISC add ports 47 tagged
configure vlan School add ports 1-6, 9-11, 17-19, 25-27, 31, 33, 37-38, 47 tagged
configure vlan Mgmt ipaddress 10.96.0.1 255.255.255.0
configure vlan ISC ipaddress 1.1.1.2 255.255.255.252
configure vlan Infrastructure ipaddress 172.16.1.5 255.255.255.0
enable ipforwarding vlan Infrastructure
configure vlan School ipaddress 10.10.0.5 255.255.248.0
enable ipforwarding vlan School

StephenW
Extreme Employee
Renne,

I wouldn't call them new MLAG peers, because you are using your existing peers. Your just defining another path to reach them.

Here is a simple setup, but not the best production example:

Plug both mlag switches directly together on the mgmt vlan/port. Give peer1 mgmt vlan an ip of 1.1.1.1/30 and peer2 mgmt vlan an ip of 1.1.1.2/30. Then configure the alternate ipaddress like below.

peer1 config:

conf mlag peer peer1 alternate ipaddress 1.1.1.2 vr "VR-Mgmt"

peer2 config:

conf mlag peer peer2 alternate ipaddress 1.1.1.1 vr "VR-Mgmt"

As for your code recommendation. It depends on what features you are using, and what features you want. Once you have a version that supports the features you want and use. I would check the latest minor release of that code for open bugs reported in the release notes. If nothing looks like it will effect your network go with the latest minor release that has the features you want.

Renne_Stuart
New Contributor
Thanks Stephen for the quick reply

so you would need to make sure that the vlan you are using to create the new peers does not traverse the ISC as currently all of my vlan's traverse the ISC. Do i need to upgrade to 15.7 or does it work on 15.5.3.4-patch1-5? What is the most stable version to currently be on for a new deployement?
GTM-P2G8KFN