how to configure NAT with multiple outside (due to backup)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 12:57 AM - edited 03-03-2019 10:21 AM
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
- Labels:
-
Other Routing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 02:48 AM
hi
i feel u require something similar to this ..
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2005 04:05 AM
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
ip nat inside source route-map NAT-ISDN interface
Regards,
Ankur
