Web and Unmanaged
1752664 Members
5441 Online
108788 Solutions
New Discussion

Intervlan communication between 2 procurve switches

 
GoodGuy2k
Visitor

Intervlan communication between 2 procurve switches

Hi.

 

Need a bit of help.  Please look at this.

 

HP ProCurve Switch 1 (4000 model)

  • Vlan 1 10.5.0.0/24
  • Vlan2 10.1.0.0/24

 

HP ProCurve Switch 2 (2900 model)

  • Vlan 1 10.6.0.0/24
  • Vlan 2 10.1.0.0/24

 

I need to adjust the config so users on vlan 2 of both switches can be able to access Vlan 1 of switch 2 (10.1.0.0/24 to 10.6.0.0/24 should be open).  Nothing seems to work. There is no firewall in the middle.

 

Would you please help?

 

Thank you

 

 

2 REPLIES 2
Bruce Elliot
Occasional Visitor

Re: Intervlan communication between 2 procurve switches

Guy2K,
What have you tried? You could turn on routing, give IPs to vlans 1 and 2 on the 4000, make these IPs the gateway on the edge devices.
Bruce
GoodGuy2k
Visitor

Re: Intervlan communication between 2 procurve switches

Hi

 

Yes.  Set the nodes to use the VLAN IP addresses on the switches as default gateway but no luck.

Also turned on routing + RIP on 4208 but it messed things up instead of making it work.  It took over the default route so had to turn that one off.

 

Problem: 10.10.10.0 (vlan2) needs access to 10.10.20.0 vlan

 

29xx switch ===>

vlan 2
name "VLAN2"
untagged B5-B8
ip address 10.10.10.10 255.255.255.0
ip igmp
exit

 

49xx switch ===>

vlan 1
name "DEFAULT_VLAN"
untagged 1-47 
ip address 10.10.20.20 255.255.255.0
tagged 48
ip igmp
exit

 

vlan 2
name "VLAN2"
untagged 48
ip address 10.10.10.20 255.255.255.0
exit

 

Would you please provide additional help? Thank you