• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
What type of address translation can use only one address to allow thousands of hosts to be translated globally?
Port Address Translation (PAT), also called NAT overload
What command can you use to show the NAT translations as they occur on your router?
debug ip nat
What command will show you the translation table?
show ip nat translations
What command will clear all your NAT entries from the translation table?
clear ip nat translation *
How much memory does each NAT mapping use?
160 bytes of memory
Why would you use the ip nat translation max-entries command?
In the rare entries must be limited for either performance or policy reasons.
Which command can be used for troubleshooting and displays a summary of the NAT configurations as well as counts of active translation types and hits to an existing mapping.
show ip nat statistics
What commands must be used on your router interface before NAT will translate addresses?
ip nat inside ; ip nat outside
In the following output, what type of NAT is being used?

ip nat pool todd-nat 170.168.10.10 170.168.10.20 netmask 255.255.255.0
Dynamic NAT
Instead of nemask command, you can use the _______________________ statement.
prefix-length