Hi , Im trying to configure VLAN routing on our HP Switch. At the moment I have the configuration (below) but am unable to ping between the vlans. I've given the client an IP address within the subnet of the VLAN it's assigned to and the gateway is set to the VLAN IP address with a DHCP helper back to the Windows DHCP server. I have enabled IP routing and also enabled a static route out to the Gateway however no joy.
The aim here is to create VLANS for each of the applications we run, then move clients and services into the VLANS over a period and finally adjust the default VLAN from a /16 subnet. At the moment we have a large variety of applications all running on the flat network on a class B IP with /16 mask and performance is pretty bad to say the least.
Running configuration:
; J8697A Configuration Editor; Created on release #K.14.41
hostname "ProCurve5406-1"
module 1 type J8702A
module 2 type J8702A
module 3 type J8702A
trunk A1-A3 Trk2 Trunk
trunk A9-A10 Trk3 Trunk
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged A11-A24,B1-B7,B9-B24,C1-C2,C4-C24,Trk3
ip address 172.16.50.3 255.255.0.0
no untagged A4-A8,B8,C3,Trk2
exit
vlan 10
name "iSCSI"
forbid A11-A24,B1-B24,C1-C24
untagged A4-A8,Trk2
no ip address
exit
vlan 20
name "Voice"
untagged B8
qos priority 5
ip helper-address 172.16.1.3
ip address 192.168.1.1 255.255.255.0
voice
exit
vlan 60
name "corey"
untagged C3
ip helper-address 172.16.1.3
ip address 192.168.2.1 255.255.255.0
exit
mirror 1 port C17
ip route 0.0.0.0 0.0.0.0 172.16.3.5
interface B20
monitor all both mirror 1
exit
snmp-server community "public" unrestricted
snmp-server contact "support company" location "company"
spanning-tree Trk2 priority 4
spanning-tree Trk3 priority 4
The mirroring ports are for various voice recording equipment we have. I found a few other forum threads on this issue but cant see where I'm going wrong, its probably something stupid but any help would be appreciated!
Thanks
Nico