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
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
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide