<?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 Procurve 2620 Vlan Trunking Port in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119301#M34471</link>
    <description>&lt;P&gt;What if i need to allow port 24 to access the 2 vlans?&lt;/P&gt;&lt;P&gt;it seems i cant untagged 2 vlans at the same interface.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2021 08:56:34 GMT</pubDate>
    <dc:creator>AliElHusseiny</dc:creator>
    <dc:date>2021-02-01T08:56:34Z</dc:date>
    <item>
      <title>Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119133#M34466</link>
      <description>&lt;P&gt;Hello , We recently bought hp switch to our environment and i was tasked by my manager to configure 2 vlans with one trunking port to allow the multiple vlans.&lt;/P&gt;&lt;P&gt;As I am coming form cisco world , i found the commands i know dont suite the hp CLI...&lt;/P&gt;&lt;P&gt;Can someone help me with the configuration please?&lt;/P&gt;&lt;P&gt;I created 2 vlans :&lt;/P&gt;&lt;P&gt;vlan 10&lt;/P&gt;&lt;P&gt;name Vlan10&lt;/P&gt;&lt;P&gt;untagged 8-10&lt;/P&gt;&lt;P&gt;vlan 20&lt;/P&gt;&lt;P&gt;name Vlan20&lt;/P&gt;&lt;P&gt;untagged 12-14&lt;/P&gt;&lt;P&gt;then the question is here i want port 24 to allow the 2 vlans to pass.&lt;/P&gt;&lt;P&gt;Thanks Alot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 19:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119133#M34466</guid>
      <dc:creator>AliElHusseiny</dc:creator>
      <dc:date>2021-01-29T19:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119140#M34467</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In procurve:&lt;/P&gt;&lt;P&gt;Tagged: Trunk Port&lt;/P&gt;&lt;P&gt;Untagged: Access Port&lt;/P&gt;&lt;P&gt;Support vlan 2 and vlan 3 you want to pass from port 24:&lt;/P&gt;&lt;P&gt;vlan 2 tagged eth 24&lt;/P&gt;&lt;P&gt;vlan 3 tagged eth 24&lt;/P&gt;&lt;P&gt;Or can take your example:&lt;/P&gt;&lt;P&gt;vlan 10&lt;/P&gt;&lt;P&gt;name Vlan10&lt;/P&gt;&lt;P&gt;untagged 8-10&lt;/P&gt;&lt;P&gt;tagged 24&amp;nbsp;&lt;/P&gt;&lt;P&gt;vlan 20&lt;/P&gt;&lt;P&gt;name Vlan20&lt;/P&gt;&lt;P&gt;untagged 12-14&lt;/P&gt;&lt;P&gt;tagged 24&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 23:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119140#M34467</guid>
      <dc:creator>akg7</dc:creator>
      <dc:date>2021-01-29T23:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119204#M34468</link>
      <description>&lt;P&gt;&lt;STRONG&gt;So basically like this configuration will allow a laptop with static ip 10.0.0.2 connected to port 24 to ping the vlan (10.0.0.1)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ip default-gateway 192.168.13.1&lt;BR /&gt;snmp-server community "public" unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;name "VLAN1"&lt;BR /&gt;no untagged 8-10,12-14&lt;BR /&gt;untagged 1-7,11,15-28&lt;BR /&gt;ip address dhcp-bootp&lt;BR /&gt;exit&lt;BR /&gt;vlan 10&lt;BR /&gt;name "vlan10"&lt;BR /&gt;untagged 8-10&lt;BR /&gt;tagged 24&lt;BR /&gt;ip address 10.0.0.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 20&lt;BR /&gt;name "vlan20"&lt;BR /&gt;untagged 12-14&lt;BR /&gt;tagged 24&lt;BR /&gt;ip address 20.0.0.1 255.255.255.0&lt;BR /&gt;exit&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 14:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119204#M34468</guid>
      <dc:creator>AliElHusseiny</dc:creator>
      <dc:date>2021-01-30T14:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119231#M34469</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If port 24 is directly connected with Laptop then this port should be a access(untagged) port and allowed VLAN would be 10.&lt;/P&gt;&lt;P&gt;It will be like that:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vlan 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;name "vlan10"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;untagged 8-10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;untagged 24&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip address 10.0.0.1 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 07:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119231#M34469</guid>
      <dc:creator>akg7</dc:creator>
      <dc:date>2021-01-31T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119301#M34471</link>
      <description>&lt;P&gt;What if i need to allow port 24 to access the 2 vlans?&lt;/P&gt;&lt;P&gt;it seems i cant untagged 2 vlans at the same interface.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 08:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119301#M34471</guid>
      <dc:creator>AliElHusseiny</dc:creator>
      <dc:date>2021-02-01T08:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119453#M34473</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can not untagged (access)same interface for two vlans.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 08:35:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119453#M34473</guid>
      <dc:creator>akg7</dc:creator>
      <dc:date>2021-02-02T08:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119523#M34474</link>
      <description>&lt;P&gt;So, how i can let these 2 vlans (vlan 10 and vlan 20) passby or access port 24 ??&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119523#M34474</guid>
      <dc:creator>AliElHusseiny</dc:creator>
      <dc:date>2021-02-02T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119528#M34475</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Only one vlan on access port.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 18:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119528#M34475</guid>
      <dc:creator>akg7</dc:creator>
      <dc:date>2021-02-02T18:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119536#M34476</link>
      <description>&lt;P&gt;Ok... last question please , how i can add dhcp for vlan 10 for example i want it to dhcp 10.0.0.0 network&lt;/P&gt;&lt;P&gt;thanks alot&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 19:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7119536#M34476</guid>
      <dc:creator>AliElHusseiny</dc:creator>
      <dc:date>2021-02-02T19:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Procurve 2620 Vlan Trunking Port</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7121224#M34479</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It depends on your requirement.&lt;/P&gt;&lt;P&gt;What is you requirement for DHCP configuration?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 01:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-2620-vlan-trunking-port/m-p/7121224#M34479</guid>
      <dc:creator>akg7</dc:creator>
      <dc:date>2021-02-15T01:09:25Z</dc:date>
    </item>
  </channel>
</rss>

