Day 6 Questions Flashcards
NAT converts the _______ headers for incoming and outgoing traffic and keeps track of each session.
Packet.
The _______ address is the IP address of an outside, or external, host as it appears to inside hosts.
Outside local
How do you designate inside and outside NAT interfaces?
With the ip nat inside and ip nat outside commands
Which show command displays a list of your NAT table?
The show ip nat translations command.
When would you want to use static NAT?
When you have a web server (for example) on the inside of your network
Write the configuration command for NAT 192.168.1.1 to 200.1.1.1.
ip nat inside source static 192.168.1.1 200.1.1.1.
Which command do you add to a NAT pool to enable PAT?
The overload command.
NAT most often fails to work because the _______ command is missing.
The ip nat inside or ip nat outside command.
Which debug command shows live NAT translations occurring?
The debug ip nat [detailed] command.