Day 6 Questions Flashcards

1
Q

NAT converts the _______ headers for incoming and outgoing traffic and keeps track of each session.

A

Packet.

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

The _______ address is the IP address of an outside, or external, host as it appears to inside hosts.

A

Outside local

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

How do you designate inside and outside NAT interfaces?

A

With the ip nat inside and ip nat outside commands

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

Which show command displays a list of your NAT table?

A

The show ip nat translations command.

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

When would you want to use static NAT?

A

When you have a web server (for example) on the inside of your network

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

Write the configuration command for NAT 192.168.1.1 to 200.1.1.1.

A

ip nat inside source static 192.168.1.1 200.1.1.1.

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

Which command do you add to a NAT pool to enable PAT?

A

The overload command.

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

NAT most often fails to work because the _______ command is missing.

A

The ip nat inside or ip nat outside command.

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

Which debug command shows live NAT translations occurring?

A

The debug ip nat [detailed] command.

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