Section 9.0: IP Services and Protocol-Independent Features

9.1. NAT

  1. Configure TCP load distribution using destination NAT. See Example 3-34.

  2. The pool defines the addresses of the real hosts.

  3. The access list defines the virtual address.

  4. Verify by Telnetting to virtual IP from R5 two times. Each time you should land on different routers—that is, load balance between R2 and R3. See Example 3-35.

Example 3-34. TCP Load Distribution Using Destination NAT
						!Snip from R4 config interface FastEthernet0/0 ip address 120.5.72.147 255.255.255.240 ip nat inside ! interface Serial2/0 ip address 120.5.72.165 255.255.255.252 ip nat outside ! ip nat pool real-hosts 120.5.72.145 120.5.72.146 prefix-length 28 type rotary ip nat inside destination list 1 pool real-hosts ...

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.