Switches, Hubs, and Modems
1753518 Members
4866 Online
108795 Solutions
New Discussion

Routing question

 
DPower
Occasional Advisor

Routing question

I have 2 vlans created on a switch (DEFAULT_VLAN & VLAN20), however I am unable to ping any of the devices on VLAN20. I've enable IP routing, I can ping VLAN20's gateway, but no nodes behind it. The odd thing is the nodes are able to grab a DHCP address, so I know they're some what communicating to the DEFAULT_VLAN side.

Any ideas?

hostname "P-PROCURVE-SERVER"
snmp-server contact "Joe Mama"
snmp-server location "Plant Server Room"
web-management management-url ""
module 1 type J8705A
module 2 type J8702A
module 3 type J8702A
module 4 type J8702A
ip default-gateway 10.2.1.254
ip routing
snmp-server community "public" Unrestricted
snmp-server host 10.1.1.165 "public"
snmp-server host 10.2.1.37 "public"
vlan 1
name "DEFAULT_VLAN"
untagged A1-A24,B1-B20,C1-C24,D1-D24
ip helper-address 10.2.1.200
ip address 10.2.1.249 255.255.255.0
no untagged B21-B24
exit
vlan 20
name "VLAN20"
untagged B21-B24
ip helper-address 10.2.1.200
ip address 10.2.20.253 255.255.255.0
tagged A23
exit
no ip ssh
ip route 0.0.0.0 0.0.0.0 10.2.1.254
spanning-tree
password manager
password operator

P-PROCURVE-SERVER#
1 REPLY 1
serpel
Trusted Contributor

Re: Routing question

hi,
what do you mean with the gateway of vlan 20?
if you have a client in vlan 20 try changing the gateway to the switch ip (10.2.20.253)
and of course you need to let the router (10.2.1.254) know the subnet of vlan 20 and where to find it, something like
ip route 10.2.20.0/24 10.2.1.249
The Switch Config is ok.
hth
alex