PCs on the Local_Interface VLAN3 can ping the switch IP. Both VLAN3 and VLAN2 IPs. But traffic from clients from VLAN3 does not get routed to the router on VLAN2. Switch itself can access Internet from router.
Switch Configuration is
; JL258A Configuration Editor; Created on release #WC.16.11.0010
; Ver #14:67.6f.f8.1d.9b.3f.bf.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:44
hostname "Aruba-2930F-8G-PoEP-2SFPP"
module 1 type jl258a
ip dns server-address priority 1 8.8.8.8
ip route 0.0.0.0 0.0.0.0 192.168.86.1
ip routing
snmp-server community "public" unrestricted
vlan 1
name "DEFAULT_VLAN"
no untagged 3,5
untagged 1-2,4,6-10
ip address 172.0.0.1 255.255.255.0
exit
vlan 2
name "To_Router"
untagged 3
ip address 192.168.86.252 255.255.255.0
exit
vlan 3
name "Local_Interface"
untagged 5
ip address 10.0.0.1 255.255.255.0
exit
Client PCs on VLAN3 can ping 172.16.0.1, 192.168.86.252 and 10.0.0.1 but they cant access internet. Switch can access internet.
Internet Router is 192.168.86.1 and attached to port 3 on VLAN2