cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
486
Views
0
Helpful
4
Replies

design for two routers with NAT and 4 ISP connection

homephoneone
Level 1
Level 1

Here is my setup

two Cisco 3825 with 4 ethernet connection.

4 ISP connection

Router 1  -  ISP1 and ISP 2

Router 2  -  ISP3 and ISP 4

I will be using NAT and HRSP on both routers.

I'm having problem with NAT and I was wondering if anybody know

which NAT or PAT design I should be using?

4 Replies 4

For each internet-connection you need one route-map that matches the traffic that should be natted and the outgoing interface. Here is an example for dynamic outgoing PAT:

ip nat inside source route-map NAT interface GigabitEthernet0/0 overload

ip nat inside source route-map NAT-VDSL interface Dialer0 overload

route-map NAT permit 10

  match ip address NAT

  match interface GigabitEthernet0/0

route-map NAT-VDSL permit 10

  match ip address NAT-VDSL

  match interface Dialer0

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

Bharat Negi
Level 1
Level 1

Hi

Please go through this thread.

https://supportforums.cisco.com/message/767009

Regards

Bharat

Should i be using a loopback address?

what about IP route? and default route?

Review Cisco Networking for a $25 gift card