<?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: vlan routing on X440 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15493#M152</link>
    <description>Kurt,&lt;BR /&gt;
&lt;BR /&gt;
No an IP address on the default VLAN is not required.  It would only be required if you wanted to route traffic out of that VLAN or if you wanted to use that VLAN interface for switch management purposes.</description>
    <pubDate>Tue, 04 Aug 2015 20:20:00 GMT</pubDate>
    <dc:creator>Chad_Smith1</dc:creator>
    <dc:date>2015-08-04T20:20:00Z</dc:date>
    <item>
      <title>vlan routing on X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15489#M148</link>
      <description>I have followed the article in the GTAC on how to enable inter vlan routing and I am unable to ping the either PC in either vlan.  From PC A on vlan10 I can ping the gateway and the other gateway of vlan20, and from PC B on vlan20 I can ping the gateway and the gateway on vlan10 but I can not ping PC A to PC B or PC B to PC A. &lt;BR /&gt;
Also from the switch I can not ping either PC.&lt;BR /&gt;
&lt;BR /&gt;
What am I missing??&lt;BR /&gt;
&lt;BR /&gt;
sho vlan &lt;BR /&gt;
* X440-24p.35 # sho vlan-----------------------------------------------------------------------------------------------&lt;BR /&gt;
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual&lt;BR /&gt;
                                                                              Active router&lt;BR /&gt;
                                                                              /Total&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
Default         1    --------------------------------T---------------- ANY    0 /22  VR-Default&lt;BR /&gt;
Mgmt            4095 ------------------------------------------------- ANY    0 /1   VR-Mgmt&lt;BR /&gt;
v10             10   192.168.11.2   /24  -f--------------------------- ANY    1 /1   VR-Default&lt;BR /&gt;
v20             20   192.168.10.2   /24  -f--------------------------- ANY    1 /1   VR-Default&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
* X440-24p.36 # sho fdb&lt;BR /&gt;
Mac                     Vlan       Age  Flags         Port / Virtual Port List&lt;BR /&gt;
------------------------------------------------------------------------------&lt;BR /&gt;
00:1c:23:e2:8f:45        v10(0010) 0000 d mi           18&lt;BR /&gt;
f0:1f:af:56:e5:92        v20(0020) 0000 d mi           10&lt;BR /&gt;
&lt;BR /&gt;
config&lt;BR /&gt;
configure vlan default delete ports allconfigure vr VR-Default delete ports 1-24&lt;BR /&gt;
configure vr VR-Default add ports 1-24&lt;BR /&gt;
configure vlan default delete ports 10, 18&lt;BR /&gt;
create vlan "v10"&lt;BR /&gt;
configure vlan v10 tag 10&lt;BR /&gt;
create vlan "v20"&lt;BR /&gt;
configure vlan v20 tag 20&lt;BR /&gt;
configure vlan Default add ports 1-9, 11-17, 19-24 untagged&lt;BR /&gt;
configure vlan v10 add ports 18 untagged&lt;BR /&gt;
configure vlan v20 add ports 10 untagged&lt;BR /&gt;
configure vlan v10 ipaddress 192.168.11.2 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan v10&lt;BR /&gt;
configure vlan v20 ipaddress 192.168.10.2 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan v20&lt;BR /&gt;
&lt;BR /&gt;
xos 15.7.1.4&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Aug 2015 06:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15489#M148</guid>
      <dc:creator>Kurt_Hansen</dc:creator>
      <dc:date>2015-08-03T06:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: vlan routing on X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15490#M149</link>
      <description>Maybe disable the firewall feature on PC A and PC B ?&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Aug 2015 06:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15490#M149</guid>
      <dc:creator>JS4</dc:creator>
      <dc:date>2015-08-03T06:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: vlan routing on X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15491#M150</link>
      <description>Echoing jsfontana, it almost certainly the default behavior of Windows that is your issue.  Allow ICMP or turn off the firewall and you will be good to go. - Mike</description>
      <pubDate>Mon, 03 Aug 2015 12:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15491#M150</guid>
      <dc:creator>Mike_Lane</dc:creator>
      <dc:date>2015-08-03T12:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: vlan routing on X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15492#M151</link>
      <description>Ok, Well I got it working, was an extremely locked down linux laptop I was using on PC B but PC A was definitely off.&lt;BR /&gt;
Do you have to have an IP on the default VLAN??&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2015 00:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15492#M151</guid>
      <dc:creator>Kurt_Hansen</dc:creator>
      <dc:date>2015-08-04T00:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: vlan routing on X440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15493#M152</link>
      <description>Kurt,&lt;BR /&gt;
&lt;BR /&gt;
No an IP address on the default VLAN is not required.  It would only be required if you wanted to route traffic out of that VLAN or if you wanted to use that VLAN interface for switch management purposes.</description>
      <pubDate>Tue, 04 Aug 2015 20:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-routing-on-x440/m-p/15493#M152</guid>
      <dc:creator>Chad_Smith1</dc:creator>
      <dc:date>2015-08-04T20:20:00Z</dc:date>
    </item>
  </channel>
</rss>

