<?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: IPv4 issues - Multinetting in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv4-issues-multinetting/m-p/19865#M1095</link>
    <description>Create Date: Jan 11 2012  6:38AM&lt;BR /&gt;
&lt;BR /&gt;
Hello,&lt;BR /&gt;
&lt;BR /&gt;
 To me, it looks like the problem is caused by your SAN having no reverse path back to your primary subnet.&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
 Do you use the summitstack as a router between these subnets?&lt;BR /&gt;
&lt;BR /&gt;
 And does your SAN have a route to the 10.0.0.0/24 network? (e.g. configured with multinetting as well, or does it use the summitstack as default gateway?)&lt;BR /&gt;
&lt;BR /&gt;
 If you're using the summitstack "10.0.0.3" as default gateway, If so, you will just need to enable ip forwarding on your "DATA" VLAN.&lt;BR /&gt;
&lt;BR /&gt;
 Otherwise, you can enable ip forwarding, and add a static route to the primary subnet, inside your SAN network configuration, e.g.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;ip route add 10.0.0.0/24 gw 172.16.52.1 dev eth0&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
  (from Kenneth_Oestrup)</description>
    <pubDate>Wed, 08 Jan 2014 05:50:00 GMT</pubDate>
    <dc:creator>EtherNation_Use</dc:creator>
    <dc:date>2014-01-08T05:50:00Z</dc:date>
    <item>
      <title>IPv4 issues - Multinetting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv4-issues-multinetting/m-p/19864#M1094</link>
      <description>Create Date: Jan  4 2012  4:26PM&lt;BR /&gt;
&lt;BR /&gt;
 I have a Summit stack with a series of VLAN's configured, one of which is our main for all of our base systems.&lt;BR /&gt;
&lt;BR /&gt;
 I have attached to this VLAN a series of multinetted address ranges.&lt;BR /&gt;
&lt;BR /&gt;
 VLAN DATA TAG 2&lt;BR /&gt;
 VLAN IP: 10.0.0.3 (10.0.0.0/24)&lt;BR /&gt;
 MULTINET #1: 172.16.51.1 (172.16.51.0/24)&lt;BR /&gt;
 MULTINET #2: 172.16.52.1 (172.16.52.0/24)&lt;BR /&gt;
 MULTINET #2: 172.16.53.1 (172.16.53.0/24)&lt;BR /&gt;
 &lt;BR /&gt;
 I can access all systems on this VLAN on the primary, and any of the multinetted ip addresses. &lt;BR /&gt;
 &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;BR /&gt;
 &lt;!--[endif]--&gt;&lt;BR /&gt;
&lt;BR /&gt;
 However we have recently added in a HDS SAN and have connected the management controller ports to the stack. I can ping/snmp/http/https etc..  the controller from the switch stack itself, and any other mutlinetted address, however we cannot access the controller from the primary subnet (10.0.0.0/24).&lt;BR /&gt;
&lt;BR /&gt;
 I've confirmed and reconfigured the ports to be on the DATA  VLAN as untagged (conf data add port 1:13 untagged) however we are unable to get any data to the controller from the native subnet.&lt;BR /&gt;
 &lt;BR /&gt;
 We have an open ticket with the TAC and are awaiting feedback, but I thought I'd trow this out to see if anyone else had seen this issue before and had a solution. &lt;BR /&gt;
 &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;BR /&gt;
 &lt;!--[endif]--&gt;&lt;BR /&gt;
&lt;BR /&gt;
 * Slot-1 Stack.2 # ping vr "VR-Default" 172.16.52.251 from 10.0.0.3&lt;BR /&gt;
 Ping(ICMP) 172.16.52.251: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
 --- 172.16.52.251 ping statistics ---&lt;BR /&gt;
 4 packets transmitted, 0 packets received, 100% loss&lt;BR /&gt;
 round-trip min/avg/max = 0/0/0 ms&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
 * Slot-1 Stack.3 # ping vr "VR-Default" 172.16.52.251 from 172.16.51.1&lt;BR /&gt;
 Ping(ICMP) 172.16.52.251: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
 16 bytes from 172.16.52.251: icmp_seq=0 ttl=64 time=8.109 ms&lt;BR /&gt;
 16 bytes from 172.16.52.251: icmp_seq=1 ttl=64 time=1.921 ms&lt;BR /&gt;
 16 bytes from 172.16.52.251: icmp_seq=2 ttl=64 time=2.250 ms&lt;BR /&gt;
 16 bytes from 172.16.52.251: icmp_seq=3 ttl=64 time=8.097 ms&lt;BR /&gt;
 --- 172.16.52.251 ping statistics ---&lt;BR /&gt;
 4 packets transmitted, 4 packets received, 0% loss&lt;BR /&gt;
 round-trip min/avg/max = 1/5/8 ms&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
 * Slot-1 Stack.4 # ping vr "VR-Default" 172.16.52.251 from 172.16.52.1&lt;BR /&gt;
 Ping(ICMP) 172.16.52.251: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
 16 bytes from 172.16.52.251: icmp_seq=0 ttl=64 time=6.643 ms&lt;BR /&gt;
 16 bytes from 172.16.52.251: icmp_seq=1 ttl=64 time=8.331 ms&lt;BR /&gt;
 16 bytes from 172.16.52.251: icmp_seq=2 ttl=64 time=1.124 ms&lt;BR /&gt;
 16 bytes from 172.16.52.251: icmp_seq=3 ttl=64 time=1.323 ms&lt;BR /&gt;
 --- 172.16.52.251 ping statistics ---&lt;BR /&gt;
 4 packets transmitted, 4 packets received, 0% loss&lt;BR /&gt;
 round-trip min/avg/max = 1/4/8 ms&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  (from Francis_McPhail)</description>
      <pubDate>Wed, 08 Jan 2014 05:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv4-issues-multinetting/m-p/19864#M1094</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv4 issues - Multinetting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv4-issues-multinetting/m-p/19865#M1095</link>
      <description>Create Date: Jan 11 2012  6:38AM&lt;BR /&gt;
&lt;BR /&gt;
Hello,&lt;BR /&gt;
&lt;BR /&gt;
 To me, it looks like the problem is caused by your SAN having no reverse path back to your primary subnet.&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
 Do you use the summitstack as a router between these subnets?&lt;BR /&gt;
&lt;BR /&gt;
 And does your SAN have a route to the 10.0.0.0/24 network? (e.g. configured with multinetting as well, or does it use the summitstack as default gateway?)&lt;BR /&gt;
&lt;BR /&gt;
 If you're using the summitstack "10.0.0.3" as default gateway, If so, you will just need to enable ip forwarding on your "DATA" VLAN.&lt;BR /&gt;
&lt;BR /&gt;
 Otherwise, you can enable ip forwarding, and add a static route to the primary subnet, inside your SAN network configuration, e.g.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;ip route add 10.0.0.0/24 gw 172.16.52.1 dev eth0&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
  (from Kenneth_Oestrup)</description>
      <pubDate>Wed, 08 Jan 2014 05:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv4-issues-multinetting/m-p/19865#M1095</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:50:00Z</dc:date>
    </item>
  </channel>
</rss>

