Aruba & ProVision-based
1754064 Members
3024 Online
108811 Solutions
New Discussion

Re: Hp Procurve 2620 Vlan configuration and tagging - HP Support Forum - 5646365

 
jijumat
Occasional Visitor

Re: Hp Procurve 2620 Vlan configuration and tagging - HP Support Forum - 5646365

Re: Hp Procurve 2620 Vlan configuration and tagging - HP Support Forum - 5646365

Please help to configure vlan on HP procurve
 

running network present - no vlans

 
Vlan 10 - primary vlan -one main server with dhcp server - ip address 192.168.1.1 - 255.255.255.0
Vlan 20 - Voice vlan - PBX with dhcp server ip address 192.168.2.1 - 255.255.255.0
Vlan 30 - Guest Vlan - Internet Proxy server with dhcp server ip address 192.168.100.1 - 255.255.240.0
 
Hp Procurve 2620 24 ports switches - 2 nos
 
I want to separate each vlan and assign dhcp server to each vlans
 
how to tagged and untagged ports ?
 
its very grateful if you provide the entrie CLI commands
 
 
thanks 
 
1 REPLY 1
Vince-Whirlwind
Honored Contributor

Re: Hp Procurve 2620 Vlan configuration and tagging - HP Support Forum - 5646365

I used to find the "menu" that is available off the CLI is a convenient way to configure VLANs for switchports, especially when you're familiar with other vendors where VLAN memebership is configured in interface context mode.

On Procurves, VLAN membership is configured in VLAN context mode.

So you go,

vlan 10 untag 1-12
vlan 10 tag 22,24
vlan 20 tag 1-12,22,24
vlan 30 untag 13-20
vlan 30 tag 22,24

and 22,24 are the ports you use to link your two switches together.

You'll need a 4th VLAN to connect to your WAN/internet router:
vlan 99 untag 23

And a default route pointing at your WAN router.

And why use 192.168. addresses? Use 10. addresses, they are way nicer.