Day 45 Flashcards - NAT (Part 2)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:42 PM on 7/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Configure a pool for dynamic NAT:R1(config)# […]

ip nat pool pool-name start-ip end-ip [prefix-length prefix-length | netmask subnet-mask]

2
New cards

Configure dynamic NAT:R1(config)# […]

ip nat inside source list access-list pool pool-name

3
New cards

Configure dynamic PAT using an address pool:R1(config)# […]

ip nat inside source list access-list pool pool-name overload

4
New cards

Configure dynamic PAT using the router's interface IP:R1(config)# […]

ip nat inside source list access-list interface interface overload

5
New cards

In dynamic NAT/PAT, what is used to identify traffic that should be translated?

an ACL

6
New cards

In dynamic NAT, what is used to identify the range of public IP address that can be used for translations?

A NAT pool

7
New cards

What does PAT stand for?

Port Address Translation

8
New cards

What is another name for PAT?

NAT Overload

9
New cards

Which form of NAT is most useful for preserving public IP addresses?

PAT / NAT Overload

10
New cards

What does a router do if a packet requires NAT but no inside global addresses are available?

It drops the packet

11
New cards

When an ACL is used to identify traffic in dynamic NAT/PAT, what happens to traffic permitted by the ACL?

It is translated by the router

12
New cards

When an ACL is used to identify traffic in dynamic NAT/PAT, what happens to traffic denied by the ACL?

It is not translated by the router (but the traffic is not dropped!)

13
New cards

In which form of NAT does the router automatically create one-to-one IP address mappings?

Dynamic NAT

14
New cards

In which form of NAT are multiple inside local addresses translated to a single inside global address at the same time?

PAT  /  NAT Overload

15
New cards