NAT Flashcards

(33 cards)

1
Q

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

A

clear ip nat translation *

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Show the NAT statistics:
R1# […]

A

show ip nat statistics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Show the NAT translation table:
R1# […]

A

show ip nat translations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

outside local / outside global

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

ip nat outside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

ip nat inside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

Outside Global

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

Outside Local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A

Inside Global

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

Inside Local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

Inside Local / Inside Global

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

A

Static

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does NAT stand for?

A

Network Address Translation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Can private IPv4 addresses be used over the Internet?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the class C range of private IPv4 addresses?

A

192.168.0.0/16

17
Q

What is the class B range of private IPv4 addresses?

A

172.16.0.0/12

18
Q

What is the class A range of private IPv4 addresses?

19
Q

Private IPv4 addresses are defined in RFC […].

20
Q

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

A

PAT / NAT Overload

21
Q

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

22
Q

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

A

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

23
Q

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

A

It is translated by the router

24
Q

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

A

It drops the packet

25
Which form of NAT is most useful for preserving public IP addresses?
PAT / NAT Overload
26
What is another name for PAT?
NAT Overload
27
What does PAT stand for?
Port Address Translation
28
In dynamic NAT, what is used to identify the range of public IP address that can be used for translations?
A NAT pool
29
In dynamic NAT/PAT, what is used to identify traffic that should be translated?
an ACL
30
Configure dynamic PAT using the router's interface IP: R1(config)# [...]
ip nat inside source list access-list interface interface overload
31
Configure dynamic PAT using an address pool: R1(config)# [...]
ip nat inside source list access-list pool pool-name overload
32
Configure dynamic NAT: R1(config)# [...]
ip nat inside source list access-list pool pool-name
33
Configure a pool for dynamic NAT: R1(config)# [...]
ip nat pool pool-name start-ip end-ip [prefix-length prefix-length | netmask subnet-mask]