<?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: Routing the Management address over an LACP lag in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/routing-the-management-address-over-an-lacp-lag/m-p/10881#M1909</link>
    <description>Hello Biggtimber,&lt;BR /&gt;
&lt;BR /&gt;
I'm not 100% clear on the details of your setup, but the management interface does not do any routing.  It can be thought of more like a client in VLAN 2 with a default gateway.  In your setup, VLAN 90 is a routed interface.  I believe what you'd need to do to get this switch to route like you want, you'd have to remove the address from "network parms" and instead configure that address under "interface vlan 2", this will allow forwarding between VLAN 2 and VLAN 90, which, I think, is what you're looking for.  You would then just need to configure a default route, of course.&lt;BR /&gt;
&lt;BR /&gt;
If you require more assistance to get this working as designed, feel free to call into the GTAC (800-872-8440) and an experienced tech can walk you through it.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
&lt;BR /&gt;
Steve Geisser&lt;BR /&gt;
Escalation Support Engineer&lt;BR /&gt;
Extreme GTAC</description>
    <pubDate>Mon, 18 Jun 2018 18:11:00 GMT</pubDate>
    <dc:creator>Steve_Geisser</dc:creator>
    <dc:date>2018-06-18T18:11:00Z</dc:date>
    <item>
      <title>Routing the Management address over an LACP lag</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/routing-the-management-address-over-an-lacp-lag/m-p/10880#M1908</link>
      <description>I am banging my head against the table trying to get my management IP routing across a LACP lag from my 220  a Dell F10 switch. &lt;BR /&gt;
In my early troubelshooting, I was just trying to get pinging working, which it still is not over a LAG. I was able to get it working by just 'tagging' the traffic over a regular fiber port. &lt;BR /&gt;
I've looked at many different articles on GTAC, and other stuff on the interwebs. &lt;BR /&gt;
If I plug in a laptop configured for the network of the management address, I can access the web portal. &lt;BR /&gt;
&lt;BR /&gt;
Here is my latest attempt. &lt;BR /&gt;
&lt;BR /&gt;
!Current Configuration:&lt;BR /&gt;
!&lt;BR /&gt;
!System Description "Extreme 220-Series 12GE, 2 10GbE SFP+ ports, 1 Fixed AC PSU, L3 Switching, 1.2.3.5, Linux 3.6.5, U-Boot 2012.10-00003-g56c397c (Mar 28 2017 - 15:11:08)"&lt;BR /&gt;
!System Software Version "1.2.3.5"&lt;BR /&gt;
!System Up Time          "0 days 1 hrs 32 mins 50 secs"&lt;BR /&gt;
!Additional Packages     FASTPATH QOS,FASTPATH IPv6 Management,FASTPATH Stacking,FASTPATH Routing&lt;BR /&gt;
!Current SNTP Synchronized Time: SNTP Client Mode Is Disabled&lt;BR /&gt;
!&lt;BR /&gt;
network protocol none&lt;BR /&gt;
network parms 172.16.100.2 255.255.0.0 172.16.100.1&lt;BR /&gt;
serviceport protocol none&lt;BR /&gt;
serviceport ip 10.20.0.2 255.255.255.0 0.0.0.0&lt;BR /&gt;
vlan database&lt;BR /&gt;
vlan 2,90&lt;BR /&gt;
vlan routing 2 1&lt;BR /&gt;
vlan routing 90 2&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
network mgmt_vlan 2&lt;BR /&gt;
ip ssh server enable&lt;BR /&gt;
no ip telnet server enable&lt;BR /&gt;
configure&lt;BR /&gt;
stack&lt;BR /&gt;
member 1 1&lt;BR /&gt;
exit&lt;BR /&gt;
slot 1/0 1&lt;BR /&gt;
set slot power 1/0&lt;BR /&gt;
no set slot disable 1/0&lt;BR /&gt;
ip routing&lt;BR /&gt;
line console&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
line telnet&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
line ssh&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface 1/0/13&lt;BR /&gt;
addport 0/3/1&lt;BR /&gt;
exit&lt;BR /&gt;
interface 1/0/14&lt;BR /&gt;
addport 0/3/1&lt;BR /&gt;
exit&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
interface 1/0/5&lt;BR /&gt;
vlan pvid 2&lt;BR /&gt;
vlan participation include 2&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface lag 1&lt;BR /&gt;
no port-channel static&lt;BR /&gt;
switchport mode trunk&lt;BR /&gt;
switchport trunk native vlan 2&lt;BR /&gt;
switchport trunk allowed vlan 2,90&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 2&lt;BR /&gt;
routing&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 90&lt;BR /&gt;
routing&lt;BR /&gt;
ip address 172.17.90.4 255.255.255.0&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
router rip&lt;BR /&gt;
exit&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Jun 2018 09:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/routing-the-management-address-over-an-lacp-lag/m-p/10880#M1908</guid>
      <dc:creator>Biggtimber</dc:creator>
      <dc:date>2018-06-10T09:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Routing the Management address over an LACP lag</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/routing-the-management-address-over-an-lacp-lag/m-p/10881#M1909</link>
      <description>Hello Biggtimber,&lt;BR /&gt;
&lt;BR /&gt;
I'm not 100% clear on the details of your setup, but the management interface does not do any routing.  It can be thought of more like a client in VLAN 2 with a default gateway.  In your setup, VLAN 90 is a routed interface.  I believe what you'd need to do to get this switch to route like you want, you'd have to remove the address from "network parms" and instead configure that address under "interface vlan 2", this will allow forwarding between VLAN 2 and VLAN 90, which, I think, is what you're looking for.  You would then just need to configure a default route, of course.&lt;BR /&gt;
&lt;BR /&gt;
If you require more assistance to get this working as designed, feel free to call into the GTAC (800-872-8440) and an experienced tech can walk you through it.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
&lt;BR /&gt;
Steve Geisser&lt;BR /&gt;
Escalation Support Engineer&lt;BR /&gt;
Extreme GTAC</description>
      <pubDate>Mon, 18 Jun 2018 18:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/routing-the-management-address-over-an-lacp-lag/m-p/10881#M1909</guid>
      <dc:creator>Steve_Geisser</dc:creator>
      <dc:date>2018-06-18T18:11:00Z</dc:date>
    </item>
  </channel>
</rss>

