Day 44 Flashcards - NAT (Part 1)

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/19

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

20 Terms

1
New cards

Private IPv4 addresses are defined in RFC […].

1918

2
New cards

What is the class A range of private IPv4 addresses?

10.0.0.0/8

3
New cards

What is the class B range of private IPv4 addresses?

172.16.0.0/12

4
New cards

What is the class C range of private IPv4 addresses?

192.168.0.0/16

5
New cards

Can private IPv4 addresses be used over the Internet?

No

6
New cards

What does NAT stand for?

Network Address Translation

7
New cards

[…] NAT involves statically configuring one-to-one IP address mappings.

Static

8
New cards

Static Source NAT = […] address is mapped to […] address.

Inside Local  /  Inside Global

9
New cards

Cisco NAT terminology:[…] = The IP address of the inside host from the perspective of the inside network.

Inside Local

10
New cards

Cisco NAT terminology:[…] = The IP address of the inside host from the perspective of the outside network.

Inside Global

11
New cards

Cisco NAT terminology:[…] = The IP address of the outside host from the perspective of the inside network.

Outside Local

12
New cards

Cisco NAT terminology:[…] = The IP address of the outside host from the perspective of the outside network.

Outside Global

13
New cards

Configure the NAT inside interface:R1(config-if)# […]

ip nat inside

14
New cards

Configure the NAT outside interface:R1(config-if)# […]

ip nat outside

15
New cards

Configure a static source NAT mapping:R1(config)# […]

ip nat inside source static inside-local-ip inside-global-ip

16
New cards

When only source NAT is used, in the output of show ip nat translations you can expect the […] and […] addresses to be the same.

outside local  /  outside global

17
New cards

Show the NAT translation table:R1# […]

show ip nat translations

18
New cards

Show the NAT statistics:R1# […]

show ip nat statistics

19
New cards

Clear all dynamic NAT translation entries:R1# […]

clear ip nat translation *

20
New cards