Section 9.0: IP Services and Protocol-Independent Features

9.1. NAT

  1. Create multiple route maps to NAT to the corresponding egress interface. See Example 2-18.

TIP

See the following sample config to configure GRE/IPSec with NAT:

www.cisco.com/warp/public/707/quicktip.html

Example 2-18. NAT Configuration from R4 (R6 and R8 Look Similar Except for the ACL; See Solutions)
 interface Loopback10 ip address 10.1.4.1 255.255.255.0 ip nat inside ! interface Serial2/0 ip address 110.50.33.4 255.255.255.0 ip nat outside ! interface Dialer1 ip address 110.50.46.1 255.255.255.0 ip nat outside ! ip nat inside source route-map dialer1 interface Dialer1 overload ip nat inside source route-map serial2/0 interface Serial2/0 overload ! access-list 104 deny ip 10.1.4.0 ...

Get CCIE Security Practice Labs now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.