Link to home
Start Free TrialLog in
Avatar of dcitdir
dcitdirFlag for United States of America

asked on

Use Cisco 3750 switch with HP Procurve 2626

My main network consists of Cisco 3750 switches with VLANS.  The HP Procurve swithc is offsite connected via fiber.  I need to setup the hp switch to have the same vlans as the cisco switches so I can setup voip phones and a wireless access link.  I thought I was on the right track but just cannot get the wireless link to work and haven't even tried the phones yet.  Here is my cisco vlan configs
interface Vlan20
 description DATA
 ip address 192.168.3.253 255.255.252.0 secondary
 ip address 192.168.10.254 255.255.255.0 secondary
 ip address 192.168.3.254 255.255.252.0
 ip helper-address 192.168.0.1
 no ip mroute-cache

interface Vlan30
 description PHONE
 ip address 192.168.7.254 255.255.252.0
 ip access-group 130 in
 ip helper-address 192.168.0.1
 no ip mroute-cache

interface Vlan200
 description WIRELESS NETWORK
 no ip address
 no ip mroute-cache

I then need port3 on the hp switch to be setup with the following vlans:
interface FastEthernet5/0/48
 description NETWORK
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 20,30,200
 switchport mode trunk
 no cdp enable

I know the cisco programming but am struggling with the programming of the hp switch since it is different.  Anyone able to help me with some commands?
ASKER CERTIFIED SOLUTION
Avatar of Rick_O_Shay
Rick_O_Shay
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 dcitdir

ASKER

For some reason it will not take any ip addresses I put in for the vlans.  Any suggestions?  
Avatar of jburgaard
jburgaard

I am not sure  what you mean: 'it will not take any ip addresses I put in for the vlans'
What do you do / expect / actual result ???

If any one of the vlans on cisco side are native, it should be UNtagged on HP port 3 to match and be carried via the trunk.
Avatar of dcitdir

ASKER

I get an error message that the ip address is already in use.  
Avatar of dcitdir

ASKER

It would look something like this:

vlan 20
   name "VLAN20"
   untagged ----- Whatever device ports are in this VLAN
   tagged 3
   ip address 192.168.3.254 255.255.252.0
   exit
vlan 30
   name "VLAN30"
   untagged ----- Whatever device ports are in this VLAN
   tagged 3
   ip address 192.168.7.254 255.255.252.0
   exit
vlan 200
   name "VLAN200"
   untagged ----- Whatever device ports are in this VLAN
   tagged 3
   ip address X.X.X.X 255.255.255.0
   exit

I guess I am confused what IP address I should put in.  Here is what I tried.
You can't use those addresses because they are already in use on the Cisco. If you want IP on these VLANs on the HP they need to be in the same subnet as the Cisco VLAN addresses but with a different host address.
You don't have to put IP on the VLANs in the HP if you just want to use Layer 2 to get across the link.