<?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 to a DHCP wan address in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21459#M1508</link>
    <description>Hi Dan, you can use a transit (L3) vlan between the 2 switches.&lt;BR /&gt;
&lt;BR /&gt;
See below an example that might help (using static routes):&lt;BR /&gt;
&lt;BR /&gt;
SW1----------- SW2 (Core)&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;SW1 vlans:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vlan_A: 192.168.10.1/24 (only local ports, not the uplink)&lt;BR /&gt;
Vlan_B: 192.168.11.1/24 (only local ports, not the uplink)&lt;BR /&gt;
Transit_vlan: 192.168.100.1/30&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;SW2 vlans:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vlan_C: 192.168.20.1/24 (only local ports, not the uplink)&lt;BR /&gt;
Vlan_D: 192.168.21.1/24 (only local ports, not the uplink)&lt;BR /&gt;
Transit_vlan: 192.168.100.2/30&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;SW1 config:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
- Create and apply IP and ports to all 3 vlans&lt;BR /&gt;
- &lt;B&gt;&lt;I&gt;enable ipforwarding&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
- Create a default route to SW2: &lt;B&gt;&lt;I&gt;config iproute add default 192.168.100.2&lt;BR /&gt;
&lt;BR /&gt;
&lt;/I&gt;&lt;/B&gt;&lt;I&gt;&lt;U&gt;&lt;/U&gt;&lt;/I&gt;&lt;U&gt;SW2 config:&lt;/U&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;BR /&gt;
&lt;/I&gt;&lt;/B&gt;- Create and apply IP and ports to all 3 vlans&lt;BR /&gt;
- &lt;B&gt;&lt;I&gt;enable ipforwarding&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
- Create specific routes to SW1 LANs pointing to SW1 transit_Vlan: &lt;BR /&gt;
&lt;B&gt;&lt;I&gt;           config iproute add 192.168.10.0/24 192.168.100.1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;           &lt;/I&gt;&lt;/B&gt;&lt;B&gt;&lt;I&gt;config iproute add 192.168.11.0/24 192.168.100.1&lt;BR /&gt;
&lt;/I&gt;&lt;I&gt;&lt;BR /&gt;
&lt;/I&gt;&lt;/B&gt;Hope it helps&lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;</description>
    <pubDate>Mon, 22 Feb 2016 21:38:00 GMT</pubDate>
    <dc:creator>Henrique</dc:creator>
    <dc:date>2016-02-22T21:38:00Z</dc:date>
    <item>
      <title>Routing to a DHCP wan address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21453#M1502</link>
      <description>I am new to configuring extreme switches and have no idea if this is even possible, but here is what I would like to do. I have an extreme networks summit x460-24T&lt;BR /&gt;
&lt;BR /&gt;
What I would like to do is use it to route several vlan networks to a WAN/ internet network, the only catch is the WAN network ip address is assigned via DHCP.&lt;BR /&gt;
&lt;BR /&gt;
Example&lt;BR /&gt;
&lt;BR /&gt;
VLAN 100 WAN100 tag 100 IP address assigned by DHCP.&lt;BR /&gt;
&lt;BR /&gt;
VLAN LAN101 tag 101 192.168.1.1/24&lt;BR /&gt;
&lt;BR /&gt;
VLAN LAN102 tag 102 192.168.2.1/24&lt;BR /&gt;
&lt;BR /&gt;
VLAN LAN103 tag 103 192.168.3.1/24&lt;BR /&gt;
&lt;BR /&gt;
VLANS 101,102,103 should not be able to talk to each other, but should be routeable to the WAN/internet. Additionally I would assign a DHCP range to each of the 3 lan vlans for clients to be able to get an ip address. &lt;BR /&gt;
&lt;BR /&gt;
Ideal I would also like to be able to port forward certain ports from the WAN to a specific up on one of the LAN vlans. &lt;BR /&gt;
&lt;BR /&gt;
I appreciate any guidance that could be offered. &lt;BR /&gt;
&lt;BR /&gt;
In the end this would represent a connection to charter internet, with the 3  LANvlans being 3 separate wireless networks, with some wired components on each one. &lt;BR /&gt;
&lt;BR /&gt;
thank you</description>
      <pubDate>Fri, 19 Feb 2016 22:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21453#M1502</guid>
      <dc:creator>Dan_OReilly</dc:creator>
      <dc:date>2016-02-19T22:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Routing to a DHCP wan address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21454#M1503</link>
      <description>Hi Dan,&lt;BR /&gt;
&lt;BR /&gt;
You should be able to the IP address of that you would like to use as a default route after the IP has been assigned to the WAN VLAN.&lt;BR /&gt;
&lt;BR /&gt;
"configure iproute add default &lt;I&gt;"&lt;BR /&gt;
&lt;BR /&gt;
Example:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;The WAN VLAN is assigned 10.0.0.2/24&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt; 
&lt;LI&gt;You can then configure the default gateway with command:&lt;/LI&gt;&lt;/UL&gt;"configure iproute add default 10.0.0.x"&lt;BR /&gt;
&lt;BR /&gt;
Also, make sure there is a route back configured through the WAN VLAN to VLANs LAN101-103.&lt;BR /&gt;
&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 19 Feb 2016 23:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21454#M1503</guid>
      <dc:creator>Dorian_Perry</dc:creator>
      <dc:date>2016-02-19T23:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Routing to a DHCP wan address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21455#M1504</link>
      <description>The  problem  is the IP address of the default gateway will be assigned  via DHCP so this will not work.</description>
      <pubDate>Fri, 19 Feb 2016 23:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21455#M1504</guid>
      <dc:creator>Curtis_Parish1</dc:creator>
      <dc:date>2016-02-19T23:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Routing to a DHCP wan address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21456#M1505</link>
      <description>Hi Curtis, "Private Vlan" could address the issue when you want to block the communication among vlans 101-103 and have only communication with vlan 100 (acting as the GW assigned dinamically).&lt;BR /&gt;
&lt;BR /&gt;
However, using the gateway IP assigned with dynamic IP can be challenging since you cannot add a default gateway based on the interface/Vlan.&lt;BR /&gt;
&lt;BR /&gt;
Maybe some scripting to identify an DHCP OFFER and then set the switch default gateway automatically.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Feb 2016 23:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21456#M1505</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-02-19T23:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Routing to a DHCP wan address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21457#M1506</link>
      <description>If the DHCP server sends the correct option, EXOS will install a default route based off of this. One caveat is that the switch will need to get the IP address from DHCP before you can enable IP forwarding on that VLAN.</description>
      <pubDate>Fri, 19 Feb 2016 23:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21457#M1506</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2016-02-19T23:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Routing to a DHCP wan address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21458#M1507</link>
      <description>Thanks for the suggestions. I think the easiest way may be for me to just spring a few $ for a static IP. I am getting close but I think I am missing a piece. Here is what I have so far&lt;BR /&gt;
&lt;BR /&gt;
configure vlan default delete ports all configure vr VR-Default delete ports 1-30 configure vr VR-Default add ports 1-30 configure vlan default delete ports 3-30 create vlan "LAN101-MG" configure vlan LAN101-MG tag 101 enable loopback-mode vlan LAN101-MG create vlan "LAN102-LM" configure vlan LAN102-LM tag 102 enable loopback-mode vlan LAN102-LM create vlan "LAN103-GS" configure vlan LAN103-GS tag 103 enable loopback-mode vlan LAN103-GS create vlan "WAN100" configure vlan WAN100 tag 100 configure ports 24 preferred-medium copper configure vlan Default add ports 1-2 untagged configure vlan LAN101-MG add ports 24 tagged configure vlan LAN101-MG add ports 5-10 untagged configure vlan LAN102-LM add ports 24 tagged configure vlan LAN102-LM add ports 11-16 untagged configure vlan LAN103-GS add ports 24 tagged configure vlan LAN103-GS add ports 17-22 untagged configure vlan WAN100 add ports 3-4 untagged configure vlan Default ipaddress 192.168.100.20 255.255.255.0 configure vlan LAN101-MG ipaddress 192.168.1.1 255.255.255.0 enable ipforwarding vlan LAN101-MG configure vlan LAN102-LM ipaddress 192.168.2.1 255.255.255.0 enable ipforwarding vlan LAN102-LM configure vlan LAN103-GS ipaddress 192.168.3.1 255.255.255.0 enable ipforwarding vlan LAN103-GS configure ipforwarding originated-packets require-ipforwarding configure vlan LAN101-MG dhcp-address-range 192.168.1.50 - 192.168.1.254configure vlan LAN101-MG dhcp-lease-timer 604800 configure vlan LAN101-MG dhcp-options default-gateway 192.168.1.1 configure vlan LAN101-MG dhcp-options dns-server 8.8.8.8 enable dhcp ports 5-10, 24 vlan LAN101-MG configure vlan LAN102-LM dhcp-address-range 192.168.2.50 - 192.168.2.254 configure vlan LAN102-LM dhcp-lease-timer 604800 configure vlan LAN102-LM dhcp-options default-gateway 192.168.2.1 configure vlan LAN102-LM dhcp-options dns-server 8.8.8.8 enable dhcp ports 11-16, 24 vlan LAN102-LM configure vlan LAN103-GS dhcp-address-range 192.168.3.50 - 192.168.3.254 configure vlan LAN103-GS dhcp-lease-timer 604800 configure vlan LAN103-GS dhcp-options default-gateway 192.168.3.1 configure vlan LAN103-GS dhcp-options dns-server 8.8.8.8 enable dhcp ports 17-22, 24 vlan LAN103-GSconfigure iproute add default 192.168.100.1 &lt;BR /&gt;
&lt;BR /&gt;
Currently I can plug into a port and get a dhcp address. (keep in mind here I am using the default vlan for testing purposes nothing is on the WAN vlan yet.) I can ping the ip of the switch192.168.100.20, from the main network, I can communicate with the switch at that IP address. &lt;BR /&gt;
If I try to ping external to the switch from the switch though plugged into one of the lan vlans I get nothing. I am guessing that I need some kind of routeing statement on the default gateway to route traffic back to the vlans but am not sure what that should look like. &lt;BR /&gt;
&lt;BR /&gt;
At this point all the vlans can communicate with each other. I will work on an access list once everything is working, unless a VR is the way to go but am unsure what that configuration would look like too.&lt;BR /&gt;
&lt;BR /&gt;
any help is much appreciated. Thank you</description>
      <pubDate>Sat, 20 Feb 2016 03:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21458#M1507</guid>
      <dc:creator>Dan_OReilly</dc:creator>
      <dc:date>2016-02-20T03:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Routing to a DHCP wan address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21459#M1508</link>
      <description>Hi Dan, you can use a transit (L3) vlan between the 2 switches.&lt;BR /&gt;
&lt;BR /&gt;
See below an example that might help (using static routes):&lt;BR /&gt;
&lt;BR /&gt;
SW1----------- SW2 (Core)&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;SW1 vlans:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vlan_A: 192.168.10.1/24 (only local ports, not the uplink)&lt;BR /&gt;
Vlan_B: 192.168.11.1/24 (only local ports, not the uplink)&lt;BR /&gt;
Transit_vlan: 192.168.100.1/30&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;SW2 vlans:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vlan_C: 192.168.20.1/24 (only local ports, not the uplink)&lt;BR /&gt;
Vlan_D: 192.168.21.1/24 (only local ports, not the uplink)&lt;BR /&gt;
Transit_vlan: 192.168.100.2/30&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;SW1 config:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
- Create and apply IP and ports to all 3 vlans&lt;BR /&gt;
- &lt;B&gt;&lt;I&gt;enable ipforwarding&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
- Create a default route to SW2: &lt;B&gt;&lt;I&gt;config iproute add default 192.168.100.2&lt;BR /&gt;
&lt;BR /&gt;
&lt;/I&gt;&lt;/B&gt;&lt;I&gt;&lt;U&gt;&lt;/U&gt;&lt;/I&gt;&lt;U&gt;SW2 config:&lt;/U&gt;&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;BR /&gt;
&lt;/I&gt;&lt;/B&gt;- Create and apply IP and ports to all 3 vlans&lt;BR /&gt;
- &lt;B&gt;&lt;I&gt;enable ipforwarding&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
- Create specific routes to SW1 LANs pointing to SW1 transit_Vlan: &lt;BR /&gt;
&lt;B&gt;&lt;I&gt;           config iproute add 192.168.10.0/24 192.168.100.1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;           &lt;/I&gt;&lt;/B&gt;&lt;B&gt;&lt;I&gt;config iproute add 192.168.11.0/24 192.168.100.1&lt;BR /&gt;
&lt;/I&gt;&lt;I&gt;&lt;BR /&gt;
&lt;/I&gt;&lt;/B&gt;Hope it helps&lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;</description>
      <pubDate>Mon, 22 Feb 2016 21:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-to-a-dhcp-wan-address/m-p/21459#M1508</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-02-22T21:38:00Z</dc:date>
    </item>
  </channel>
</rss>

