<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Mlag default route in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9089#M117</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
In our case there is a router in place of the server. We use active-active VRRP and we have a MLAG configuration. But we should also use BGP between router and SWs. We have two BGP neighbor between Router-to-SW1 and Router-to-SW2. Because extreme guys told us we can not use VRRP IP as BGP peer. So because of the router BGP best route selection process, traffic goes through only one SW. I want to use both the SWs as active. I want to throw traffic from all the links between router and SWs. &lt;BR /&gt;
&lt;BR /&gt;
So what should i do?&lt;BR /&gt;
&lt;BR /&gt;
Can you help me?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Ebrar&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Feb 2015 16:32:00 GMT</pubDate>
    <dc:creator>Ebrar</dc:creator>
    <dc:date>2015-02-16T16:32:00Z</dc:date>
    <item>
      <title>Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9078#M106</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I have an question with mlag which my access switch default route should point to which Core Switch? Please refer to below scenario.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://i.imgur.com/gNIDTYA.jpg[/IMG" target="_blank" rel="nofollow noreferrer noopener"&gt;]http://i.imgur.com/gNIDTYA.jpg&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Core Switch 1&lt;BR /&gt;
=========================================&lt;BR /&gt;
Create vlan test10 tag 10&lt;BR /&gt;
Configure test10 ipaddress 192.168.10.1/24&lt;BR /&gt;
configure test10 add port 23, 24 tagged&lt;BR /&gt;
Create vlan test20 tag 20&lt;BR /&gt;
Configure test20 ipaddress 192.168.20.1/24&lt;BR /&gt;
configure test20 add port 23, 24 tagged&lt;BR /&gt;
configure default ipaddress 192.168.1.1/24&lt;BR /&gt;
enable ipforwarding&lt;BR /&gt;
&lt;BR /&gt;
Create vlan isc tag 3000&lt;BR /&gt;
configure isc ipaddress 1.1.1.1/24&lt;BR /&gt;
configure isc add port 24 tagged&lt;BR /&gt;
&lt;BR /&gt;
Create mlag peer "peerToCS2"&lt;BR /&gt;
config mlag peer "peertoCS2" ipaddress 1.1.1.2&lt;BR /&gt;
enable mlag port 23 peer "peerToCS2" id 1&lt;BR /&gt;
&lt;BR /&gt;
Core Switch 2&lt;BR /&gt;
=========================================&lt;BR /&gt;
Create vlan test10 tag 10&lt;BR /&gt;
Configure test10 ipaddress 192.168.10.1/24&lt;BR /&gt;
configure test10 add port 23, 24 tagged&lt;BR /&gt;
Create vlan test20 tag 20&lt;BR /&gt;
Configure test20 ipaddress 192.168.20.1/24&lt;BR /&gt;
configure test20 add port 23, 24 tagged&lt;BR /&gt;
configure default ipaddress 192.168.1.2/24&lt;BR /&gt;
enable ipforwarding&lt;BR /&gt;
&lt;BR /&gt;
Create vlan isc tag 3000&lt;BR /&gt;
configure isc ipaddress 1.1.1.2/24&lt;BR /&gt;
configure isc add port 24 tagged&lt;BR /&gt;
&lt;BR /&gt;
Create mlag peer "peerToCS1"&lt;BR /&gt;
config mlag peer "peertoCS1" ipaddress 1.1.1.1&lt;BR /&gt;
enable mlag port 23 peer "peerToCS1" id 1&lt;BR /&gt;
&lt;BR /&gt;
Access Switch&lt;BR /&gt;
==========================================&lt;BR /&gt;
Create vlan test10 tag 10&lt;BR /&gt;
configure test10 add port 21 tagged&lt;BR /&gt;
Create vlan test20 tag 20&lt;BR /&gt;
configure test20 add port 21 tagged&lt;BR /&gt;
enable sharing 23 grouping 23-24&lt;BR /&gt;
&lt;BR /&gt;
configure default ipaddress 192.168.1.4/24&lt;BR /&gt;
&lt;B&gt;configure iproute add default 192.168.1.x ????&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks and Regards,&lt;BR /&gt;
Edward&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2014 08:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9078#M106</guid>
      <dc:creator>Edward</dc:creator>
      <dc:date>2014-04-29T08:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9079#M107</link>
      <description>I believe you can configure the VRRP on core 1 and core 2 switch and configure VIP as default gateway on ACCESS switch.</description>
      <pubDate>Tue, 29 Apr 2014 14:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9079#M107</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-04-29T14:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9080#M108</link>
      <description>Thanks for your reply, btw VRRP is the only way in this case?&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9080#M108</guid>
      <dc:creator>Edward</dc:creator>
      <dc:date>2014-04-29T14:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9081#M109</link>
      <description>VRRP is the best and easiest solution. However, I believe you may configure flow-redirect and change the next hop address. but, I have not seen anyone who uses flow-redirect to achieve.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9081#M109</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-04-29T14:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9082#M110</link>
      <description>VRRP would be the best solution to allow for the traffic to really span to both core switches.  &lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9082#M110</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-04-29T14:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9083#M111</link>
      <description>Hello Edward Sumit is right what you need to do is set up VRRP and specifically active/active setting which is explained on page 1118 of the 15.4 ExtremeXOS concepts guide.&lt;BR /&gt;
&lt;BR /&gt;
This will allow both MLAG switches to act as the default gateway.&lt;BR /&gt;
&lt;BR /&gt;
Let us know if you have questions after reading it.&lt;BR /&gt;
&lt;BR /&gt;
P&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2014 18:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9083#M111</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-04-29T18:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9084#M112</link>
      <description>Thanks, I will look into vrrp set up. &lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2014 18:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9084#M112</guid>
      <dc:creator>Edward</dc:creator>
      <dc:date>2014-04-29T18:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9085#M113</link>
      <description>&lt;A href="https://community.extremenetworks.com/extreme/topics/active_active_vrrp_with_mlag" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/active_active_vrrp_with_mlag&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
We have already discussed acitve-active VRRP with MLAG in above post. still, if you have any doubt then let us know.</description>
      <pubDate>Tue, 29 Apr 2014 19:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9085#M113</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-04-29T19:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9086#M114</link>
      <description>Hi,&lt;BR /&gt;
 I have a query reagrding Mlag in L3 Switch which is acting as a Gateway for all Vlans. we are using BD X8 as core switch in which we have enabled Mlag as below. is it necessary that i have to make VRRP configuration as i can see my gateway switches are working fine with this configuration. kindly suggest me in this regard.&lt;BR /&gt;
&lt;BR /&gt;
Core Switch 1&lt;BR /&gt;
=========================================&lt;BR /&gt;
Create vlan test10 tag 10&lt;BR /&gt;
Configure test10 ipaddress 192.168.10.1/24&lt;BR /&gt;
configure test10 add port 23, 24 tagged&lt;BR /&gt;
Create vlan test20 tag 20&lt;BR /&gt;
Configure test20 ipaddress 192.168.20.1/24&lt;BR /&gt;
configure test20 add port 23, 24 tagged&lt;BR /&gt;
configure default ipaddress 192.168.1.1/24&lt;BR /&gt;
enable ipforwarding&lt;BR /&gt;
&lt;BR /&gt;
Create vlan isc tag 3000&lt;BR /&gt;
configure isc ipaddress 1.1.1.1/24&lt;BR /&gt;
configure isc add port 24 tagged&lt;BR /&gt;
&lt;BR /&gt;
Create mlag peer "peerToCS2"&lt;BR /&gt;
config mlag peer "peertoCS2" ipaddress 1.1.1.2&lt;BR /&gt;
enable mlag port 23 peer "peerToCS2" id 1&lt;BR /&gt;
&lt;BR /&gt;
Core Switch 2&lt;BR /&gt;
=========================================&lt;BR /&gt;
Create vlan test10 tag 10&lt;BR /&gt;
Configure test10 ipaddress 192.168.10.1/24&lt;BR /&gt;
configure test10 add port 23, 24 tagged&lt;BR /&gt;
Create vlan test20 tag 20&lt;BR /&gt;
Configure test20 ipaddress 192.168.20.1/24&lt;BR /&gt;
configure test20 add port 23, 24 tagged&lt;BR /&gt;
configure default ipaddress 192.168.1.2/24&lt;BR /&gt;
enable ipforwarding&lt;BR /&gt;
&lt;BR /&gt;
Create vlan isc tag 3000&lt;BR /&gt;
configure isc ipaddress 1.1.1.2/24&lt;BR /&gt;
configure isc add port 24 tagged&lt;BR /&gt;
&lt;BR /&gt;
Create mlag peer "peerToCS1"&lt;BR /&gt;
config mlag peer "peertoCS1" ipaddress 1.1.1.1&lt;BR /&gt;
enable mlag port 23 peer "peerToCS1" id 1&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Oct 2014 10:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9086#M114</guid>
      <dc:creator>santhosh_kumar</dc:creator>
      <dc:date>2014-10-11T10:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9087#M115</link>
      <description>Hello Santhosh im order for MLAG to give you the best solution you really should have VRRP in active/active mode otherwise all of the traffic will go to one switch to be routed.    Hope that helps</description>
      <pubDate>Sat, 11 Oct 2014 17:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9087#M115</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-10-11T17:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9088#M116</link>
      <description>Santosh,&lt;BR /&gt;
&lt;BR /&gt;
Here's a picture of what happens if you route traffic through only one member of the MLAG pair (either because it is the default gateway or because VRRP is configured as Active / Standby).&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="f08f4af09214439780e40252e25d405e_RackMultipart20141015-13973-hmz4ni-L3MLAG_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4637i7B0BBCEF8B6E63F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="f08f4af09214439780e40252e25d405e_RackMultipart20141015-13973-hmz4ni-L3MLAG_inline.png" alt="f08f4af09214439780e40252e25d405e_RackMultipart20141015-13973-hmz4ni-L3MLAG_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
ALL traffic sent to the MLAG switch that is NOT acting as the active Default Gateway must traverse the ISC link.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2014 18:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9088#M116</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2014-10-15T18:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mlag default route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9089#M117</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
In our case there is a router in place of the server. We use active-active VRRP and we have a MLAG configuration. But we should also use BGP between router and SWs. We have two BGP neighbor between Router-to-SW1 and Router-to-SW2. Because extreme guys told us we can not use VRRP IP as BGP peer. So because of the router BGP best route selection process, traffic goes through only one SW. I want to use both the SWs as active. I want to throw traffic from all the links between router and SWs. &lt;BR /&gt;
&lt;BR /&gt;
So what should i do?&lt;BR /&gt;
&lt;BR /&gt;
Can you help me?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Ebrar&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Feb 2015 16:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/mlag-default-route/m-p/9089#M117</guid>
      <dc:creator>Ebrar</dc:creator>
      <dc:date>2015-02-16T16:32:00Z</dc:date>
    </item>
  </channel>
</rss>

