logo

CuriousTab

CuriousTab

Discussion


Home Certification CISCO Certification Comments

  • Question
  • Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?


  • Options
  • A. ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240
  • B. ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224
  • C. ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224
  • D. ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0

  • Correct Answer
  • ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224 

    Explanation

    The command ip nat pool name creates the pool that hosts can use to get onto the global internet. What makes option B correct is that the range 171.16.10.65 through 171.16.10.94 includes 30 hosts, but the mask has to match 30 hosts as well, and that mask is 255.255.255.224 . Option C is wrong because there is a lowercase t in the pool name. Pool name are case sensitive.


  • CISCO Certification problems


    Search Results


    • 1. Which command will allow you to see real - time translations on your router?

    • Options
    • A. show ip nat translations
    • B. show ip nat statistics
    • C. debug ip nat
    • D. clear ip nat translations
    • Discuss
    • 2. What command would you use to set an access list on a VTY line?
    • Discuss
    • 3. What command would you use to create an extended access list that stops host 172.16.10.1 fro telnetting to host 172.16.30.5?
    • Discuss
    • 4. What is the most common attack on a network today?

    • Options
    • A. Lock picking
    • B. Naggle
    • C. DoS
    • D. auto secure
    • Discuss
    • 5. Which command would you use to apply an access list to a router interface?

    • Options
    • A. ip access - list 101 out
    • B. acces - list ip 101 in
    • C. ip access - group 101 in
    • D. access - group ip 101 in
    • Discuss
    • 6. When creating a pool of global address, which of the following can be used instead of the netmask command?

    • Options
    • A. / (slash notation)
    • B. prefix - length
    • C. no mask
    • D. block - size
    • Discuss
    • 7. Which of the following is considered to be the inside hosts address after translation?

    • Options
    • A. Inside local
    • B. outside local
    • C. Inside global
    • D. Outside global
    • Discuss
    • 8. Your inside locals are not being translated to the inside global addresses. Which of the following commands will show you if your inside globals are allowed to use the NAT pool? ip nat pool Corp 198.18.41.129 198.18.41.134 netmask 255.255.255.248 ip nat inside source list 100 int pool Corp overload

    • Options
    • A. debug ip nat
    • B. show access - list
    • C. show ip nat translation
    • D. show ip nat statistics
    • Discuss
    • 9. Pat Address Translation is also called what?

    • Options
    • A. NAT Fast
    • B. NAT Static
    • C. NAT Overload
    • D. Overloading Static
    • Discuss
    • 10. What type of address translation can use only one address to allow thousands of hosts to be translated globally?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment