cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
418
Views
5
Helpful
2
Replies

how to configure NAT with multiple outside (due to backup)

nicolasblain
Level 1
Level 1

Hi,

I want to configure NAT for a customers with a ISDN Backup.

His primary link is on a Dial (PPPoE) and the secondary to (backup ISDN).

Do you know how to configure such a thing.

Thank you in advance.

Nicolas

2 Replies 2

spremkumar
Level 9
Level 9

hi

i feel u require something similar to this ..

http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a0080087bac.html#52760

this is given with the example of ethernet interface try putting them on ur dialer interface and if ur using PAT then tweak the ACLs as well as your nat translation statements accrodingly..

regds

ankurbhasin
Level 9
Level 9

Hi Nicholas,

Here you go with the sample config which may help you out

route-map NAT-PPPoE permit 10

match interface

!

route-map NAT-ISDN permit 10

match interface

!

ip nat inside source route-map NAT-PPPoE interface overload

ip nat inside source route-map NAT-ISDN interface overload

Regards,

Ankur