cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1008
Views
0
Helpful
3
Replies

Static IP routing Between 2 WAN

muthukumar
Community Member

Actually I am beginer with router. I have cisco 2811 router. I have two FE interface and two Serial interface in my router.

I want route FE1 to S0(WAN1) and FE0 to S1(wan2) respectively. Is it possible? please help me out.

2 Accepted Solutions

Accepted Solutions

kamal-learn
Level 7
Level 7

Hi

yes you can do just mark all the traffic comming from Fe1 and Fe0 separately and send it to a specific interface or a destination using route-map command

route-map ....

match access-group acl-101

set ....

HTH

do rate if it clarify

View solution in original post

3 Replies 3

kamal-learn
Level 7
Level 7

Hi

yes you can do just mark all the traffic comming from Fe1 and Fe0 separately and send it to a specific interface or a destination using route-map command

route-map ....

match access-group acl-101

set ....

HTH

do rate if it clarify

Hi,

you can configure route maps for this.

check out this URL:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1828/products_configuration_guide_chapter09186a00800ca590.html#4553

rate if it helps ....

Yes. Its done. Thank You Very Much