ASA/N4000 routing...
-
Hi folks,
I have an ASA and Dell N4000 switch.
ASA is 10.12.0.1/24. vLAN 5 on the N4000 is 10.12.0.2/24. Clients on vLAN 5 can route to the Internet perfectly.
vLAN 6 is 10.12.10.2/24. I have enabled routing between vLANs and clients on either can ping clients on the other vLAN.
My problem... vLAN 6 clients cannot get to the Internet.
How can I resolve that?
I have tried adding these two static routes, but no dice.
static route 10.12.10.0 255.255.255.0 10.12.0.2 (the vLAN 5 interface).
static route 10.12.10.0 255.255.255.0 10.12.0.1 (the ASA)Any other ideas?
Best,
Jim -
You need to put a route on the ASA so it knows how to get to VLAN 6
something like
route add 10.12.10.0/24 10.12.0.2