<?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: Loopback IP in same subnet as VLAN IP in HPE Aruba Networking &amp; ProVision-based</title>
    <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6168851#M4375</link>
    <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just checked back through my old configs of 5400s and I can't find any places where I've used multiple IP addresses on a single subnet on the same VLAN.&amp;nbsp; I must have been mixing it up with a 5500 that was on the same network.&amp;nbsp; Sorry to lead you astray.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would have thought it was possible, but obviously not, given the error message.&amp;nbsp; I assume you removed the IP from the loopback first?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2013 00:50:51 GMT</pubDate>
    <dc:creator>paulgear</dc:creator>
    <dc:date>2013-08-14T00:50:51Z</dc:date>
    <item>
      <title>Loopback IP in same subnet as VLAN IP</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6159681#M4339</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;We have a HP 5406zl switch configured as an IP router.&lt;/P&gt;&lt;P&gt;In the previous K14 release we had a vlan configured with an IP for routing and a loopback address on the switch within that subnet for management connections (SNMP, SSH, ping, etc)&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip&amp;nbsp;routing&lt;BR /&gt;&amp;nbsp; vlan 100&lt;BR /&gt;&amp;nbsp; name "switch"&lt;BR /&gt;&amp;nbsp; ip address 10.2.2.1 255.255.255.0&lt;BR /&gt;&amp;nbsp; exit&lt;BR /&gt;interface loopback 0&lt;BR /&gt;&amp;nbsp; ip address 10.2.2.254&lt;BR /&gt;&amp;nbsp; exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we upgraded to the K15 release we could no longer ping the loopback &lt;SPAN&gt;IP&lt;/SPAN&gt;&amp;nbsp;(&lt;SPAN&gt;10.2.2.254). Manually trying to add it now gives an "&lt;EM&gt;Inconsistent value.&lt;/EM&gt;" warning. This loopback is not used for routing, only for management / status checks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It there anyway to add a secondary IP in the same subnet on a routing switch in K15?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 01:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6159681#M4339</guid>
      <dc:creator>JamesHigh</dc:creator>
      <dc:date>2013-08-06T01:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loopback IP in same subnet as VLAN IP</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6162895#M4353</link>
      <description>Hi JamesHigh,&lt;BR /&gt;&lt;BR /&gt;The fact that this worked previously is very surprising to me. I would strongly recommend changing the loopback address and setting aside a dedicated IP range for loopbacks, e.g. if you're using 10.2.0.0/16 as your overall network, you might set aside 10.2.255.0/24 for loopbacks. As long as you set them with a /32 mask and your network statements for OSPF or RIP include them, there should be no problem routing to them.</description>
      <pubDate>Thu, 08 Aug 2013 03:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6162895#M4353</guid>
      <dc:creator>paulgear</dc:creator>
      <dc:date>2013-08-08T03:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Loopback IP in same subnet as VLAN IP</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6167705#M4370</link>
      <description>&lt;P&gt;Thanks Paul.&lt;/P&gt;&lt;P&gt;I wish that were possible in our situation but unfortuantely we are just a branch office with an allocated range.&lt;/P&gt;&lt;P&gt;Central uses the 10.2.2.254&amp;nbsp;loopback address for remote monitoring of the switch, while the devices in the range use the&amp;nbsp;10.2.2.1 address as the gateway. As they have this set up for a large number of sites they don't want to change it for a single one (automated scripts just change the 10.x.y.254).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was looking at sub-subnets to have a&amp;nbsp;&lt;SPAN&gt;10.2.2.254/32 as a small routable part of the&amp;nbsp;&lt;SPAN&gt;10.2.2.0/24 subnet but could not see anyway to do so on HP switches.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks for your help,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;James&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2013 03:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6167705#M4370</guid>
      <dc:creator>JamesHigh</dc:creator>
      <dc:date>2013-08-13T03:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Loopback IP in same subnet as VLAN IP</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6167713#M4371</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably the easiest thing to do then is to move the address from the loopback interface to the VLAN interface.&amp;nbsp; A 5400 switch can have multiple IP addresses on the same VLAN without any difficulty.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2013 03:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6167713#M4371</guid>
      <dc:creator>paulgear</dc:creator>
      <dc:date>2013-08-13T03:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Loopback IP in same subnet as VLAN IP</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6167727#M4372</link>
      <description>&lt;P&gt;Thanks again Paul.&lt;/P&gt;&lt;P&gt;I believe it can have multiple IPs on same VLAN as long as they are all on seperate subnets.&lt;/P&gt;&lt;P&gt;If I try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;#&amp;nbsp;&lt;STRONG&gt;vlan 100 ip address 10.2.2.254 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;it returns&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;EM&gt;The IP address (or subnet) 10.2.2.254/24 already exists.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;James&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2013 04:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6167727#M4372</guid>
      <dc:creator>JamesHigh</dc:creator>
      <dc:date>2013-08-13T04:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loopback IP in same subnet as VLAN IP</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6168851#M4375</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just checked back through my old configs of 5400s and I can't find any places where I've used multiple IP addresses on a single subnet on the same VLAN.&amp;nbsp; I must have been mixing it up with a 5500 that was on the same network.&amp;nbsp; Sorry to lead you astray.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would have thought it was possible, but obviously not, given the error message.&amp;nbsp; I assume you removed the IP from the loopback first?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 00:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6168851#M4375</guid>
      <dc:creator>paulgear</dc:creator>
      <dc:date>2013-08-14T00:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Loopback IP in same subnet as VLAN IP</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6168865#M4377</link>
      <description>&lt;P&gt;Thanks Paul.&lt;/P&gt;&lt;P&gt;Yes the IP was not assigned to loopback (since the update to K15 it rejects the assignment).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only work around I have thought of is to divide the subnet in 2 on the same VLAN and then use proxy ARP to act as though it was still a single subnet. This should be OK for routed traffic, as long as nothing is using broadcasts (no DHCP).&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip&amp;nbsp;routing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; vlan 100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; name "switch"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ip address 10.2.2.1 255.255.255.128&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; ip address 10.2.2.254 255.255.255.128&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip proxy-arp&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; exit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;James&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 01:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6168865#M4377</guid>
      <dc:creator>JamesHigh</dc:creator>
      <dc:date>2013-08-14T01:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loopback IP in same subnet as VLAN IP</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6168867#M4378</link>
      <description>Yeah - that's a bit icky, but it will probably be as good as you can get in this instance.</description>
      <pubDate>Wed, 14 Aug 2013 01:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/loopback-ip-in-same-subnet-as-vlan-ip/m-p/6168867#M4378</guid>
      <dc:creator>paulgear</dc:creator>
      <dc:date>2013-08-14T01:37:02Z</dc:date>
    </item>
  </channel>
</rss>

