Presentation is loading. Please wait.

Presentation is loading. Please wait.

Sybex CCNA 640-802 Chapter 11: Network Address Translation.

Similar presentations


Presentation on theme: "Sybex CCNA 640-802 Chapter 11: Network Address Translation."— Presentation transcript:

1 Sybex CCNA Chapter 11: Network Address Translation

2 Chapter 11 Objectives The CCNA Topics Covered in this chapter include:
What is NAT ? Static Dynamic PAT Configuring NAT Verifying NAT 2

3 What is NAT? Similar to Classless Inter-Domain Routing (CIDR), the original intention for NAT was to slow the depletion of available IP address space by allowing many private IP addresses to be represented by some smaller number of public IP addresses. 3

4 Benefits of NAT You need to connect to the Internet and your hosts don’t have globally unique, IP addresses. You change to a new ISP that requires you to renumber your network. You need to merge two intranets with duplicate addresses. 4

5 Where NAT is typically configured
Typically, NAT is configured at the border of your network, on the interface that stands between the intranet and the Internet. 5

6 Basic NAT 6

7 Three types of NAT Static Dynamic Overloading 7

8 Static NAT Let’s take a look at a simple basic static NAT configuration: ip nat inside source static ! interface Ethernet0 ip address ip nat inside interface Serial0 ip address ip nat outside 8

9 Dynamic NAT Here is a sample output of a dynamic NAT configuration:
ip nat pool todd (a range of addresses) netmask ip nat inside source list 1 pool todd ! interface Ethernet0 ip address ip nat inside interface Serial0 ip address ip nat outside access-list 1 permit (permits only nodes in the network) 9

10 Port Address Translation
10

11 PAT Here is a sample output of a PAT configuration:
ip nat pool globalnet (2.1 to 2.1 means only 1 address) netmask ip nat inside source list 1 pool globalnet overload ! interface Ethernet0/0 ip address ip nat inside interface Serial0/0 ip address ip nat outside access-list 1 permit 11

12 What is your configuration?
Router#show ip nat translation Router#debug ip nat Router#clear ip nat translation 12

13 The End 13


Download ppt "Sybex CCNA 640-802 Chapter 11: Network Address Translation."

Similar presentations


Ads by Google