Policy Base Routing with 2 providers

Hi

We have a IOS router with 2 service providers (DSL and T1).

A server (10.10.10.11) is statically nat to 64.140.150.98 global address. All outgoing traffic (including returned traffic thru inbound NAT'd requests) must use the DSL link (64.140.150.96).

Do we need PBR? If so, here is what I am considering but need help to complete it.

--------------------------------------------

ip nat inside source static 10.10.10.11 64.140.150.98 extendable

ip access-list standard acl_dsl1_Out permit 10.10.10.11

route-map map_dsl1_out permit 10 match ip address acl_dsl1_Out set ! interface Vlan101 description to DSL modem 64.140.150.96 ip address 64.140.150.97 255.255.255.248 ip policy route-map map_dsl1_out ip nat outside ip virtual-reassembly

---------------------------------------------------

Thanks.

FC

Reply to
FortuneCookie
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.