cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
472
Views
0
Helpful
1
Replies

VLANs Routing Tables

smartns04
Level 1
Level 1

Hi all,

I am looking for a way to create different routing policies for vlans on a 3750 table.

My set up is

Clients----------- 3750 -------------- ASA ---------------Servers

                         |

                         |

                         |

                Internet Routers

What i am trying to do is on the 3750 to route private networks to my ASA on different subintefaces and all internet to my internet routers . Each VLAN has a different GW for the internet. On some case i have the ASA as a default gateway. ASA default default route is 3750 where i need the internet traffic to be spllited on the proper Boarder router.

Hope it makes sense

Yannis

1 Reply 1

Set a route map on the 3750 that is telling :

if you match access-list y

  set next hop gateway y

if you match access-list x

  set next hop gateway x

and so on..

I think that a routing policy is the easiest way to go. If you like just use prefix list to define the addresses you use.

Hope this helps

Alessio