<?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: HP 2530 - Cisco 2960 VLAN problem in HPE Aruba Networking &amp; ProVision-based</title>
    <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045655#M14830</link>
    <description>&lt;P&gt;Also, port 24 (HP Switch) and port 19 (Cisco Switch) should match their VLANs tagging: this means that, HP side, port 24 should (as is) be untagged member of VLAN 1 and tagged member of VLAN 40...and, Cisco side, port 19 must be native on VLAN 1 and permit VLAN 40.&lt;/P&gt;&lt;P&gt;In terms of configurations:&lt;/P&gt;&lt;P&gt;Aruba/HP 2530 (ArubaOS-Switch or HP ProVision):&lt;/P&gt;&lt;PRE&gt;vlan 1
untagged 24
vlan 40
tagged 24&lt;/PRE&gt;&lt;P&gt;Cisco IOS:&lt;/P&gt;&lt;PRE&gt;interface GigabitEthernet 19&lt;EM&gt; &amp;lt;-- eventually correct the interface name&lt;/EM&gt;
switchport
switchport trunk encapsulation dot1q
switchport trunk native vlan 1
switchport trunk allowed vlan &lt;FONT color="#008000"&gt;1&lt;/FONT&gt;,40 &lt;FONT color="#008000"&gt;&amp;lt;-- corrected&lt;/FONT&gt;
switchport mode trunk
switchport nonegotiate&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;See &lt;A href="https://community.arubanetworks.com/aruba/attachments/aruba/CampusSwitching/1918/1/VLAN%20and%20Link-Aggregation%20Interoperability%20ArubaOS-switch%20and%20Cisco%20IOS.pdf" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2019 10:25:48 GMT</pubDate>
    <dc:creator>parnassus</dc:creator>
    <dc:date>2019-05-10T10:25:48Z</dc:date>
    <item>
      <title>HP 2530 - Cisco 2960 VLAN problem</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045590#M14827</link>
      <description>&lt;P&gt;Hi all, this has been asked numerous times before (by other people) but I'm still having problems!&lt;BR /&gt;I have a HP 2530 connected from port 24 to port 19 on a CISCO 2960 Gigabit Copper&lt;BR /&gt;Using Default VLAN 1 and VLAN 40&lt;BR /&gt;VLAN 40 should get an IP 172.20.x.x&lt;BR /&gt;VLAN 1 IP 172.24.x.x&lt;/P&gt;&lt;P&gt;Problem&lt;BR /&gt;VLAN 40 traffic not trunking (CISCO trunk not aggregation) from HP 2530 to CISCO 2960&lt;BR /&gt;When a computer is connected to port 20 on the CISCO it gets a VLAN 40 IP address (correct result)&lt;BR /&gt;When a computer is connected to port 5 on the HP it should get a VLAN 40 address but gets a VLAN 1 (incorrect result)&lt;/P&gt;&lt;P&gt;Set Up&lt;BR /&gt;HP 2530&lt;BR /&gt;Port 5 - VLAN 40 tagged&lt;BR /&gt;Port 5 - VLAN 1 (default native) untagged&lt;BR /&gt;Port 24 - VLAN 40 tagged&lt;BR /&gt;Port 24 - VLAN 1 (default native) untagged&lt;BR /&gt;STP disabled&lt;/P&gt;&lt;P&gt;CISCO 2960&lt;BR /&gt;Port 19 (Uplink Trunk)&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;switchport nonegotiate&lt;/P&gt;&lt;P&gt;Port 20&lt;BR /&gt;interface GigabitEthernet0/20&lt;BR /&gt;switchport access vlan 40&lt;BR /&gt;switchport mode access&lt;BR /&gt;spanning-tree portfast trunk (not needed but left)&lt;BR /&gt;STP disabled&lt;/P&gt;&lt;P&gt;How can I get a computer connected to port 5 on the HP 2530 to pick up a VLAN 40 IP address when passing through the CISCO?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 15:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045590#M14827</guid>
      <dc:creator>Gavinm</dc:creator>
      <dc:date>2019-05-09T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP 2530 - Cisco 2960 VLAN problem</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045594#M14828</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;FONT&gt;&lt;FONT&gt;Configurar &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT&gt;&lt;FONT&gt;HP 2530 &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT&gt;&lt;FONT&gt;Port 5 - VLAN 40 &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;untagged&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 16:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045594#M14828</guid>
      <dc:creator>vladi0782</dc:creator>
      <dc:date>2019-05-09T16:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: HP 2530 - Cisco 2960 VLAN problem</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045655#M14830</link>
      <description>&lt;P&gt;Also, port 24 (HP Switch) and port 19 (Cisco Switch) should match their VLANs tagging: this means that, HP side, port 24 should (as is) be untagged member of VLAN 1 and tagged member of VLAN 40...and, Cisco side, port 19 must be native on VLAN 1 and permit VLAN 40.&lt;/P&gt;&lt;P&gt;In terms of configurations:&lt;/P&gt;&lt;P&gt;Aruba/HP 2530 (ArubaOS-Switch or HP ProVision):&lt;/P&gt;&lt;PRE&gt;vlan 1
untagged 24
vlan 40
tagged 24&lt;/PRE&gt;&lt;P&gt;Cisco IOS:&lt;/P&gt;&lt;PRE&gt;interface GigabitEthernet 19&lt;EM&gt; &amp;lt;-- eventually correct the interface name&lt;/EM&gt;
switchport
switchport trunk encapsulation dot1q
switchport trunk native vlan 1
switchport trunk allowed vlan &lt;FONT color="#008000"&gt;1&lt;/FONT&gt;,40 &lt;FONT color="#008000"&gt;&amp;lt;-- corrected&lt;/FONT&gt;
switchport mode trunk
switchport nonegotiate&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;See &lt;A href="https://community.arubanetworks.com/aruba/attachments/aruba/CampusSwitching/1918/1/VLAN%20and%20Link-Aggregation%20Interoperability%20ArubaOS-switch%20and%20Cisco%20IOS.pdf" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 10:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045655#M14830</guid>
      <dc:creator>parnassus</dc:creator>
      <dc:date>2019-05-10T10:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: HP 2530 - Cisco 2960 VLAN problem</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045716#M14834</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Advisor lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1527144" target="_self"&gt;vladi0782&lt;/A&gt;&amp;nbsp;but I don't think that can be right.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Advisor lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Surely the port must be tagged VLAN 40 (not untagged) for it to be on the VLAN.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 09:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045716#M14834</guid>
      <dc:creator>Gavinm</dc:creator>
      <dc:date>2019-05-10T09:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: HP 2530 - Cisco 2960 VLAN problem</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045717#M14835</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Honored-Contributor lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1684478" target="_self"&gt;parnassus&lt;/A&gt;&amp;nbsp;for the information and link.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Honored-Contributor lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;I'll try this out later and see if it works.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;One question - on page 4 of the linked pdf has the line&amp;nbsp;&amp;nbsp;&lt;BR /&gt;switchport trunk allowed vlan 1-3&amp;nbsp;&lt;BR /&gt;but in your information you have&lt;BR /&gt;switchport trunk allowed vlan 40&lt;/P&gt;&lt;P&gt;Do you think I should use:&lt;BR /&gt;switchport trunk allowed vlan 1,40&lt;BR /&gt;or should the native VLAN go through automatically?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 09:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045717#M14835</guid>
      <dc:creator>Gavinm</dc:creator>
      <dc:date>2019-05-10T09:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: HP 2530 - Cisco 2960 VLAN problem</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045722#M14836</link>
      <description>&lt;P&gt;Typo, corrected.&lt;/P&gt;&lt;P&gt;With regards to access port (the port where you're going to connect your client)...if the client isn't able to recognize (or is not setup to recognize) tagged frames...then the switch port should be set as untagged member of VLAN you need to be part of (VLAN 40 in your case)...that's the HP/HPE/Aruba jargon...that's to say that&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1527144"&gt;@vladi0782&lt;/a&gt;&amp;nbsp;is correct about that.&lt;/P&gt;&lt;P&gt;See the example (Access) on the presentation at page 5, on Cisco you have:&lt;/P&gt;&lt;PRE&gt;interface GigabitEthernet 0/20
switchport
switchport access vlan 40
switchport mode access&lt;/PRE&gt;&lt;P&gt;which translates into HP configuration jargon for interface 5:&lt;/P&gt;&lt;PRE&gt;vlan 40
untagged 5&lt;/PRE&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1527144"&gt;@vladi0782&lt;/a&gt;&amp;nbsp;wrote you above.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 10:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045722#M14836</guid>
      <dc:creator>parnassus</dc:creator>
      <dc:date>2019-05-10T10:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP 2530 - Cisco 2960 VLAN problem</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045733#M14837</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp; vladi0782&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Ignore my previous comment, you were correct about the untagging.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As&amp;nbsp;parnassus has pointed out, your solution was correct when configure with&amp;nbsp;parnassus's help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for this, it has solved a real problem!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 11:09:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045733#M14837</guid>
      <dc:creator>Gavinm</dc:creator>
      <dc:date>2019-05-10T11:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: HP 2530 - Cisco 2960 VLAN problem</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045735#M14838</link>
      <description>&lt;P&gt;Thanks, it works!&lt;/P&gt;&lt;P&gt;Between you and&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1527144" target="_blank"&gt;@vladi0782&lt;/A&gt;&amp;nbsp;the VLAN is now working&lt;BR /&gt;Thanks also for the useful link - it will be added to my massive file of useful information.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 11:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045735#M14838</guid>
      <dc:creator>Gavinm</dc:creator>
      <dc:date>2019-05-10T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: HP 2530 - Cisco 2960 VLAN problem</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045752#M14839</link>
      <description>&lt;P&gt;Glad we helped and you were able to solve your issue...so we deserve Kudos!&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 12:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/hp-2530-cisco-2960-vlan-problem/m-p/7045752#M14839</guid>
      <dc:creator>parnassus</dc:creator>
      <dc:date>2019-05-10T12:44:22Z</dc:date>
    </item>
  </channel>
</rss>

