Aruba & ProVision-based
1752746 Members
4823 Online
108789 Solutions
New Discussion

HP Procurve 2650 VLAN and Cisco SA520

 
SOLVED
Go to solution
James8080
Occasional Visitor

HP Procurve 2650 VLAN and Cisco SA520

Hi,

I`m fairly new to networking and VLANs but i`ve been tasked with setting up a new network for our business. At the moment i just have a router and an unmanaged switch and everything plugs into it.

I now have a cisco SA520 and a procurve 2650 which i would like to set up with VLANs for pc's, phones and guest wifi.

I`ve set up the following on the cisco SA520 router

  • VLAN 1 (Default VLAN): 10.15.0.1 255.255.255.0
  • VLAN 10 (DATA): 10.15.1.1 255.255.255.0
  • VLAN 20 (VOICE): 10.15.2.1 255.255.255.0
  • VLAN 30 (GUEST): 10.15.3.1 255.255.255.0
  • port 1: Trunk VLANs 1,10,20,30

Port 1 of the cisco router plugs into port 49 of the procurve and port 50 was to go to another switch

On the Procurve 2650 i have set the following;

vlan 1
   name "DEFAULT_VLAN"
   untagged 31-40
   ip address 10.15.0.200 255.255.255.0
   ip helper-address 10.15.0.1
   tagged 49-50
   no untagged 1-30,41-48
   exit
vlan 10
   name "DATA"
   untagged 1-20
   ip address 10.15.1.2 255.255.255.0
   ip helper-address 10.15.1.200
   tagged 49-50
   exit
vlan 20
   name "VOICE"
   untagged 21-30
   ip address 10.15.2.2 255.255.255.0
   ip helper-address 10.15.2.200
   tagged 49-50
   voice
   exit
vlan 30
   name "GUEST"
   untagged 41-48
   ip address 10.15.3.2 255.255.255.0
   ip helper-address 10.15.3.200
   tagged 49-50
   exit

Is this set up correctly and should i see a different subnet ip address at the different VLANs when i plug my laptop in?

Any help most appreciated.

Thanks

James

1 REPLY 1
Richard Litchfield
Respected Contributor
Solution

Re: HP Procurve 2650 VLAN and Cisco SA520

That looks about right. You may want to configure an untagged VLAN on port 49 for one of the VLANs going to the Cisco, and set the matching native VLAN on the Cisco port 1.