Home > New CCNA – NAT PAT Questions

New CCNA – NAT PAT Questions

September 27th, 2013 Go to comments

Note: If you are not sure about NAT PAT, please read our Network Address Translation NAT Tutorial.

Question 1

Which two statements about static NAT translations are true? (choose two)

A. They are always present in the NAT table.
B. They allow connection to be initiated from the outside.
C. They can be configured with access lists, to allow two or more connections to be initiated from the outside.
D. They require no inside or outside interface markings because addresses are statically defined.

 

Answer: A B

Explanation

With static NAT, translations exist in the NAT translation table as soon as you configure static NAT command(s), and they remain in the translation table until you delete the static NAT command(s).

With dynamic NAT, translations do not exist in the NAT table until the router receives traffic that requires translation. Dynamic translations have a timeout period after which they are purged from the translation table.

-> A is correct.

Because static NAT translations are always present in the NAT table so outside hosts can initiate the connection without being dropped -> B is correct.

Static translations can not be configured with access lists. To configure static NAT, we only need to specify source IP, NAT IP, inside interface & outside interface.

-> C is not correct.

We have to specify which is the inside and outside interface -> D is not correct.

For your information, below is an example of configuring static NAT:

R0(config)#int f0/0
R0(config-if)#ip nat inside

R0(config-if)#int f0/1
R0(config-if)#ip nat outside

R0(config)#ip nat inside source static 10.0.0.1 200.0.0.2

(Reference: http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080093f31.shtml)

Question 2

What are two benefits of using NAT? (choose two)

A. NAT protects network security because private networks are not advertised.
B. NAT accelerates the routing process because no modifications are made on the packets.
C. Dynamic NAT facilitates connections from the outside of the network.
D. NAT facilitates end-to-end communication when IPsec is enable.
E. NAT eliminates the need to re-address all host that require external access.
F. NAT conserves addresses through host MAC-level multiplexing.

 

Answer: A E

Explanation

By not reveal the internal IP addresses, NAT adds some security to the inside network -> A is correct.

NAT has to modify the source IP addresses in the packets -> B is not correct.

Connection from the outside to a network through “NAT” is more difficult than a normal network because IP addresses of inside hosts are hidden -> C is not correct.

In order for IPsec to work with NAT we need to allow additional protocols, including Internet Key Exchange (IKE), Encapsulating Security Payload (ESP) and Authentication Header (AH) -> more complex -> D is not correct.

By allocating specific public IP addresses to inside hosts, NAT eliminates the need to re-address the inside hosts -> E is correct.

NAT does conserve addresses but not through host MAC-level multiplexing. It conserves addresses by allowing many private IP addresses to use the same public IP address to go to the Internet -> F is not correct.

Question 3

Refer to the exhibit. What statement is true of the configuration for this network?

DMZ_nat_inside.jpg

A. The configuration that is shown provides inadequate outside address space for translation of the number of inside addresses that are supported.
B. Because of the addressing on interface FastEthernet0/1, the Serial0/0 interface address will not support the NAT configuration as shown.
C. The number 1 referred to in the ip nat inside source command references access-list number 1.
D. ExternalRouter must be configured with static routers to network 172.16.2.0/24

 

Answer: C

Explanation

The “list 1″ refers to the access-list number 1.

Comments (73) Comments
Comment pages
1 2 1781
  1. Anonymous
    January 31st, 2015

    Q2 & Q3 today. Praise allah for i have passed

  2. shujaa
    February 7th, 2015

    please advise if any of the questions above were in latest exams for this month-of february

  3. altaf
    February 10th, 2015

    Q2 nd Q3 were in my paper today got 1000/1000 thanks 9tut , whatson and methews

  4. Che
    February 15th, 2015

    Q2, Q3 on 15th Feb.

  5. Hasan
    February 17th, 2015

    Q2,Q3 on Eaxam today

  6. illbwolf
    February 19th, 2015

    Q1,3

  7. kaba
    March 13th, 2015

    hi all am in guinea i wanna take my exam ccna somebody can tell the fees? thankx

  8. eyemwired
    March 18th, 2015

    KABA fees are 295 US

  9. Zyzz
    March 19th, 2015

    Hi I am 12 and what is this?

  10. Emil
    March 22nd, 2015

    Hello Zyzz! This are sample questions for cisco CCNA exam.

  11. Mak
    March 25th, 2015

    Please can any body send me latest dumps for 200-120
    on abdulmaajidkhan@gmail.com

  12. Peter
    March 26th, 2015

    Q3

  13. adex
    April 8th, 2015

    Pls where do u knw I can do d exam for akure or lagos

  14. adex
    April 8th, 2015

    Pls free one nt d one I go buy

  15. sdm
    April 10th, 2015

    please revesion number 2 ?????

  16. sdm
    April 10th, 2015

    Q2 ????

  17. Cyrus
    April 10th, 2015

    whats wrong with q2?

  18. AC
    April 11th, 2015

    Appreciating 9tut very much!
    Possible to add more questions here?
    It’s all very helpful.

  19. SaedAdi
    April 17th, 2015

    Q1,3

  20. Pascal
    May 10th, 2015

    Q2 : can someone explains me the difference between allocating specific public IP addresses and re-addressing the inside hosts ?
    according to me allocating public IP addresses is a kind of re-addressing ? no ?

    Thks

  21. Hasna Hena Badhon
    May 13th, 2015

    can anyone send me the latest dumps with explanation? if have, pls send..
    my address-prititum@yahoo.com

  22. Anonymous
    May 17th, 2015

    please i need help ! i need dump for my email please !! danielbar159@gmail.com

  23. Maha_mkj.Engineer
    May 22nd, 2015

    dear pascal nat is kind of re-addressing but a lot easier
    imaging two separated networks N1, N2 they have same ip address 192.168.1.0/24 when you tried to connect them you have to change the ip addressing of one network for example N2 from 192.168.1.0/24 to 192.168.2.0/24
    it takes a lot of time to do it statically so nat will solve the problem

Comment pages
1 2 1781
Add a Comment