Comware

 View Only
  • 1.  HP-2530

    Posted Nov 25, 2024 09:07 AM
      |   view attached

    Hi,

    I have L3 HP-5510 and L2 HP-2530 and Sophos XG Firewall

    L2 is connected to L3 and L3 connected to XG

    L3 and L2 port 1 is trunk allowing all VLANs

    L2 has all PC's connected to it

    I have VLAN2 VLAN15 PC's connected to L2

    VLAN2 can ping VLAN15 and vice-a-versa

    I want to add VLAN2 VLAN15 VLAN16 on all major ports of L2. I tried with different commands but no success 

    How to configure on L2 ?

    Attached L2 and L3 configuration

    Attachment(s)

    txt
    HP-2530-5510 Config.txt   10 KB 1 version


  • 2.  RE: HP-2530

    Posted Nov 25, 2024 09:12 AM

    I tried with 

    vlan 2 untagged 15

    vlan 15 tagged 15

    vlan 16 tagged 15

    but no result!




  • 3.  RE: HP-2530

    Posted Nov 25, 2024 10:12 AM

    Hello,

    You can try these commands below:

       interface range GigabitEthernet 1/0/4 to GigabitEthernet 1/0/22
       port link-type trunk
       port trunk permit vlan 2 15 16

    Test it and tell us if it will work.

    Thanks


       



    ------------------------------
    Daniel Ruiz
    -----------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support.
    Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC.
    ------------------------------



  • 4.  RE: HP-2530

    Posted Nov 26, 2024 02:04 AM

    This commands are supported in HP-5510 and not in HP-2530

    I want to allow more then one VLANs on a port in HP-2530!

    Please help me with commands which are supported in HP-2530

    Thanks!




  • 5.  RE: HP-2530

    Posted Nov 26, 2024 10:06 PM
    Edited by Daniel Ruiz Nov 26, 2024 10:27 PM

    Hello,

    Sorry I put only the example for one switch.

    Could you try these commands on 2530 and test it. I put interfaces range gig 10-29 like an example, please put your interfaces as tagged:

    vlan 2
       name "USERS"
       untagged 2-9,31-43,46-48
       tagged 1,10-29
       no ip address
       exit
    vlan 7
       name "PRINTERS"
       untagged 44-45
       tagged 1
       no ip address
       exit
    vlan 15
       name "VM"
       untagged 30
       tagged 1,10-29
       no ip address
       exit
    vlan 16
       name "VM-1"
       tagged 1,10-29
       no ip address
       exit


  • 6.  RE: HP-2530

    Posted Nov 27, 2024 02:13 AM

    Hi,

    Thanks !

    Now coming to the exact ports and VLANs

    My requirement as below, please advise so that I can proceed

    I want to try the same on only 1 PC which has details as --- Since it is Production Environment so if success I will repeat for all other ports 

    172.16.2.53/24 on Port 15

    So I have to change as under - I will only add which is in bold, Please advise!

    vlan 2
       name "USERS"
       untagged 2-29,31-43,46-48
       tagged 1,15,16
       no ip address
       exit

    Rest unchanged - IS it OK ?

    vlan 15
       name "VM"
       untagged 30
       tagged 1,15
       no ip address
       exit

    vlan 16
       name "VM-1"
       tagged 1,15
       no ip address
       exit




  • 7.  RE: HP-2530

    Posted Nov 27, 2024 08:13 AM

    I added the following

    vlan 2

    tagged 15

    And when I tried to access that PC remote it was not able to then physically accessed the PC and network was gone

    I had to again give the command

    untagged 15

    then the PC got in network 

    PC IP is 172.16.2.53/24

    GW - 172.16.2.1

    What am I missing ??

    Please advise!