Comware

 View Only
last person joined: 2 days ago 

Expand all | Collapse all

Hp Procurve 2620 Vlan Trunking Port

This thread has been viewed 0 times
  • 1.  Hp Procurve 2620 Vlan Trunking Port

    Posted Jan 29, 2021 02:57 PM

    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.

    As I am coming form cisco world , i found the commands i know dont suite the hp CLI...

    Can someone help me with the configuration please?

    I created 2 vlans :

    vlan 10

    name Vlan10

    untagged 8-10

    vlan 20

    name Vlan20

    untagged 12-14

    then the question is here i want port 24 to allow the 2 vlans to pass.

    Thanks Alot.

     


    #HP
    #vlans
    #tagged
    #trunking


  • 2.  RE: Hp Procurve 2620 Vlan Trunking Port

    EMPLOYEE
    Posted Jan 29, 2021 06:30 PM

    Hello,

    In procurve:

    Tagged: Trunk Port

    Untagged: Access Port

    Support vlan 2 and vlan 3 you want to pass from port 24:

    vlan 2 tagged eth 24

    vlan 3 tagged eth 24

    Or can take your example:

    vlan 10

    name Vlan10

    untagged 8-10

    tagged 24 

    vlan 20

    name Vlan20

    untagged 12-14

    tagged 24

    Thanks!



  • 3.  RE: Hp Procurve 2620 Vlan Trunking Port

    Posted Jan 30, 2021 09:52 AM

    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)?

    ip default-gateway 192.168.13.1
    snmp-server community "public" unrestricted
    vlan 1
    name "VLAN1"
    no untagged 8-10,12-14
    untagged 1-7,11,15-28
    ip address dhcp-bootp
    exit
    vlan 10
    name "vlan10"
    untagged 8-10
    tagged 24
    ip address 10.0.0.1 255.255.255.0
    exit
    vlan 20
    name "vlan20"
    untagged 12-14
    tagged 24
    ip address 20.0.0.1 255.255.255.0
    exit



  • 4.  RE: Hp Procurve 2620 Vlan Trunking Port

    EMPLOYEE
    Posted Jan 31, 2021 02:06 AM

    Hello,

    If port 24 is directly connected with Laptop then this port should be a access(untagged) port and allowed VLAN would be 10.

    It will be like that:

    vlan 10
    name "vlan10"
    untagged 8-10
    untagged 24
    ip address 10.0.0.1 255.255.255.0
    exit

     

    Thanks!



  • 5.  RE: Hp Procurve 2620 Vlan Trunking Port

    Posted Feb 01, 2021 03:57 AM

    What if i need to allow port 24 to access the 2 vlans?

    it seems i cant untagged 2 vlans at the same interface.



  • 6.  RE: Hp Procurve 2620 Vlan Trunking Port

    EMPLOYEE
    Posted Feb 02, 2021 03:35 AM

    Hello,

    You can not untagged (access)same interface for two vlans. 

    Thanks!



  • 7.  RE: Hp Procurve 2620 Vlan Trunking Port

    Posted Feb 02, 2021 11:56 AM

    So, how i can let these 2 vlans (vlan 10 and vlan 20) passby or access port 24 ??



  • 8.  RE: Hp Procurve 2620 Vlan Trunking Port

    EMPLOYEE
    Posted Feb 02, 2021 01:01 PM

    Hello,

    Only one vlan on access port.

    Thanks!



  • 9.  RE: Hp Procurve 2620 Vlan Trunking Port

    Posted Feb 02, 2021 02:21 PM

    Ok... last question please , how i can add dhcp for vlan 10 for example i want it to dhcp 10.0.0.0 network

    thanks alot



  • 10.  RE: Hp Procurve 2620 Vlan Trunking Port

    EMPLOYEE
    Posted Feb 14, 2021 08:09 PM

    Hello,

    It depends on your requirement.

    What is you requirement for DHCP configuration?

    Thanks!