sybex ccna 640-802 chapter 13

Post on 02-Jun-2018

255 Views

Category:

Documents

4 Downloads

Preview:

Click to see full reader

TRANSCRIPT

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 1/15

Sybex CCNA 640-802Chapter 13: Network Address

Translation

Instructor  & Todd Lammle

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 2/15

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 3/15

What is NAT?

3

• 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 smallernumber of public IP addresses.

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 4/15

Benefits of NAT

4

• 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.

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 5/15

Where NAT is typically

configured

5

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 6/15

Three types of NAT

6

• Static

• Dynamic

• Overloading

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 7/15

Basic NAT

7

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 8/15

NAT Overloading

8

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 9/15

Static NAT

9

Let’s take a look at a simple basic static NAT

configuration:

ip nat inside source static 10.1.1.1 170.46.2.2

!

interface Ethernet0

ip address 10.1.1.10 255.255.255.0

ip nat inside

!

interface Serial0ip address 170.46.2.1 255.255.255.0

ip nat outside

!

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 10/15

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 11/15

PAT

11

Here is a sample output of a PAT configuration:

ip nat pool globalnet 170.168.2.1 170.168.2.1

netmask 255.255.255.0

ip nat inside source list 1 pool globalnet

overload!

interface Ethernet0/0

ip address 10.1.1.10 255.255.255.0

ip nat inside

!

interface Serial0/0ip address 170.168.2.1 255.255.255.0

ip nat outside

!

access-list 1 permit 10.1.1.0 0.0.0.255

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 12/15

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 13/15

NAT Example

13

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 14/15

NAT Lab example 2

14

8/11/2019 Sybex CCNA 640-802 Chapter 13

http://slidepdf.com/reader/full/sybex-ccna-640-802-chapter-13 15/15

Summary

 – Summary

 – Open your books and go through all the

written labs and the review questions.

 – Review the answers in class.

15

top related