|
Prev: Policy Based Routing with 2 providers
Next: VPN Advice
From: FortuneCookie on 18 Apr 2008 02:45 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
|
Pages: 1 Prev: Policy Based Routing with 2 providers Next: VPN Advice |