Link to home
Start Free TrialLog in
Avatar of Pkafkas
Pkafkas

asked on

How to change Vlan Membership for a group of Trunked ports on an HP ProCurve Switch

I have an HP ProCurve J9145A 2910al-24G Switch that has 4 Trunked ports on VLan-1.  
Some relevant configuration information is shown below:

trunk 5-8 Trk1 LACP
ip routing
vlan 1
   name "DEFAULT_VLAN"
   untagged 9-12,18,21-22,Trk1
   ip address X.X.X.X 255.255.255.0
   no untagged 1-4,13-17,23-24
   exit
vlan 11
   name "VLan-11"
   untagged 1-4
   ip address X.X.11.X 255.255.255.0
   exit

I have recently create a new "Server-Only" VLan which is VLan-11.  Both mentioned Vlan's require a different IP address scheme to work correctly on each respected VLan.  I would like to change the IP Address of the hardware device that is using the TRK1 trunked ports from a VLan-1 IP address to a VLan-11 instead.  As a result I will need to add the "Trk1" ports group to VLan-11 instead of VLan-1.  I think I have a good plan on how to do this but since I have never changed the VLan assignments of an already created Trunked Group I wanted to ask and be sure.  My question is how to change the Trunk group Trk1 from Vlan-1 to Vlan-11?

I do not wish to change any of the other port settings (Auto negotiate) or the LACP settings on that port group.
Avatar of Pkafkas
Pkafkas

ASKER

I think I should enter the following commands to change the VLan membership of "TRK1" just as I would any other port to a different VLan.

1.  Make a backup copy of the current configuration.

2.  Enter the following commands in the CLI.
>show config<enter>
>Vlan 11 untagged Trk1<enter>
>show vlan port Trk1<enter>
>show lacp<enter>

If everything looks good then save the work by typing...
>write memory<enter>
>show config<enter>

Then test the new connections.
SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pkafkas

ASKER

What about case:  

https://www.experts-exchange.com/questions/28700719/How-to-remove-a-port-from-a-VLan-on-an-HP-ProCurve-2910al-48g.html

I thought that there was no need to use 'no untagged' command to move the port from 1 Specific Vlan to another Vlan?  Or are trunked ports handled differently?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial