Aruba & ProVision-based
1752790 Members
6228 Online
108789 Solutions
New Discussion

Re: inter-Vlan routing V

 
rbizzell40
Occasional Visitor

inter-Vlan routing V

I have 2910 al routers and 2610 and. I am testing the vlan configuration on the 2610 before I push it to production. I am connected to switch and I created vlans. I have one laptop connected toone of the ports for one of my vlans. The native vlan has the default route to my firewall as well as other devices. I am configuring the 10G netgear switch for VM traffic and storage traffic and that will uplink to the 2019 al for internet and all traffic that isn't on the vlans on the netgear. On the 2610 I can ping one of the new vlans I created but I can't ping the laptop connected to that port from the switch and I can't ping from the laptop to that switch on the vlan specifically. What am I missing

Running configuration:

; J9085A Configuration Editor; Created on release #R.11.119

hostname "ProCurve Switch 2610-24"
ip default-gateway 172.16.0.1
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-2,4-28
ip address 172.16.0.88 255.255.252.0
tagged 3
exit
vlan 10
name "VM Traffic"
ip address 192.168.10.254 255.255.255.0
tagged 3
exit
vlan 20
name "QA Traffic"
ip address 192.168.20.254 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 172.16.0.1
ip route 192.168.10.0 255.255.255.0 172.16.0.1
spanning-tree

1 REPLY 1
Vince-Whirlwind
Honored Contributor

Re: inter-Vlan routing V

You seem to be using your 2610 as a Layer3 switch.

I don't think that's the best way to do it. Is there any reason you want to do any routing on the 2610?