|
Posted by FortuneCookie on April 18, 2008, 2:45 am
If you were Registered and logged in, you could reply and use other advanced thread options
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 <not sure what command, next hop?>
!
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
|