I am having issues of trying to communicate with my 2 SAN network (which has 2 VLANS 172.16.1.x and 10.250.11.x)from my LAN network. My main switch is a Cisco 3650G. I have a HP Procurve 2910AL which is used for the 2 SAN network.
Physical connections cables are plugged into (Cisco LAN)interface GigabitEthernet 0/33 to (HP SAN) Interface 18
SAN A (172.16.1.x) is plugged into HP Interface 15 & 16
SAN B (10.250.11.x) is plugged into HP Interface 11 & 12
(Cisco)network is as follow:
interface GigabitEthernet0/33
description Access to SAN
switchport access vlan 3
interface Vlan3
ip address 172.16.1.1 255.255.0.0
interface Vlan4
ip address 10.250.11.1 255.255.0.0
HP Procurve network is as follow:
ip default-gateway 172.16.1.1
vlan 1
name "DEFAULT_VLAN"
untagged 1-24,A1
ip address 172.16.1.244 255.255.0.0
jumbo
exit
This configuration was working fine when I only had 1 SAN on my SAN network. I then brought in a 2nd SAN (ip address 10.250.11.x and connect it to my HP procurves and is now unable to communicate with the 2nd SAN from my workstation (LAN). I would like to keep the 2 SANs on seperate VLANS but would still like to have communication go accross these VLAN's as well as able to access it from the LAN side. Thanks and hope anyone can help.
Physical connections cables are plugged into (Cisco LAN)interface GigabitEthernet 0/33 to (HP SAN) Interface 18
SAN A (172.16.1.x) is plugged into HP Interface 15 & 16
SAN B (10.250.11.x) is plugged into HP Interface 11 & 12
(Cisco)network is as follow:
interface GigabitEthernet0/33
description Access to SAN
switchport access vlan 3
interface Vlan3
ip address 172.16.1.1 255.255.0.0
interface Vlan4
ip address 10.250.11.1 255.255.0.0
HP Procurve network is as follow:
ip default-gateway 172.16.1.1
vlan 1
name "DEFAULT_VLAN"
untagged 1-24,A1
ip address 172.16.1.244 255.255.0.0
jumbo
exit
This configuration was working fine when I only had 1 SAN on my SAN network. I then brought in a 2nd SAN (ip address 10.250.11.x and connect it to my HP procurves and is now unable to communicate with the 2nd SAN from my workstation (LAN). I would like to keep the 2 SANs on seperate VLANS but would still like to have communication go accross these VLAN's as well as able to access it from the LAN side. Thanks and hope anyone can help.