Volume 2 - Chapter 14: Network Address Translation Flashcards

1
Q

Cisco commands that use the terminology “inside local” refer to?

A

Private addresses

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

Cisco commands that use the terminology “inside global” refer to?

A

Public addresses

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

Describe the difference between static and dynamic NAT mappings.

A

Static mappings are made using a static one-to-one configuration

Dynamic NAT entries happen automatically when devices try to reach the internet using a pool of public address. First come first serve.

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

What command can be used to remove a dynamic NAT entry?

A

clear ip nat translation *

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

Dynamic NAT triggers new NAT entries only for packets entering the ____ interface.

A

Inside

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

What is the command to set an interface as the inside/outside of a NAT design?

A

In interface configuration mode:

ip nat inside/outside

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

What is the command to configure a static NAT rule to translate a source IP of 10.255.40.2 to 208.171.245.3?

A

ip nat inside source static 10.255.40.2 208.171.245.3

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

What command can be used to list the current NAT translations being performed on a router?

A

show ip nat translations

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

What command can be used to list the current active NAT entries and hits in the NAT table?

A

show ip nat statistics

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

What command is used to create a NAT pool with a name of “Alex” with a range of 101.245.166.2 to 101.245.166.3?

A

ip nat pool Alex 101.245.166.2 101.245.166.3 255.255.255.252

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

What command is used to create a dynamic NAT rule to match ACL 1 and a NAT pool with the name “Alex”?

A

ip nat inside source list 1 pool Alex

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

Describe the difference between the “miss” and “hit” counters with teh show ip nat statistics.

A

Miss: a packet entered the router and a NAT rule did not exist, a NAT entry was added

Hit: a packet entered the router and a NAT rule already existed that matches; no new NAT entry is added

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