Home > CCNA NAT SIM Question 2

CCNA NAT SIM Question 2

February 5th, 2014 Go to comments

Question

ccna_nat_sim_lab_3

You work as a network technician at 9tut.com. Study the exhibit carefully. You are required to perform configurations to enable Internet access. The Router ISP has given you six public IP addresses in the 198.18.32.65 198.18.32.70/29 range.
9tut.com has 62 clients that needs to have simultaneous internet access. These local hosts use private IP addresses in the 192.168.6.65 – 192.168.6.126/26 range.
You need to configure Router1 using the PC1 console.
You have already made basic router configuration. You have also configured the appropriate NAT interfaces; NAT inside and NAT outside respectively.
Now you are required to finish the configuration of Router1.

Solution

Note: If you are not sure how NAT & PAT work, please read my Network Address Translation NAT Tutorial. You can download a similar sim to practice here: http://www.9tut.com/download/9tut.com_CCNA_NAT_sim_question.zip

The company has 62 hosts that need to access the internet simultaneously but we just have 6 public IP addresses from 198.18.32.65 to 198.18.32.70/29 => we have to use NAT overload (or PAT)

Double click on PC1 to access Router1′s command line interface

Router1>enable
Router1#configure terminal

Create a NAT pool of global addresses to be allocated with their netmask (notice that /29 = 248)

Router1(config)#ip nat pool mypool 198.18.32.65 198.18.32.70 netmask 255.255.255.248

Create a standard access control list that permits the addresses that are to be translated

Router1(config)#access-list 1 permit 192.168.6.64 0.0.0.63

Establish dynamic source translation, specifying the access list that was defined in the prior step

Router1(config)#ip nat inside source list 1 pool mypool overload

This command translates all source addresses that pass access list 1, which means a source address from 192.168.6.65 to 192.168.6.126, into an address from the pool named mypool (the pool contains addresses from 198.18.32.65 to 198.18.32.70)

Overload keyword allows to map multiple IP addresses to a single registered IP address (many-to-one) by using different ports

The question said that appropriate interfaces have been configured for NAT inside and NAT outside statements.

This is how to configure the NAT inside and NAT outside, just for your understanding:

Router1(config)#interface fa0/0
Router1(config-if)#ip nat inside

Router1(config-if)#exit

Router1(config)#interface s0/0
Router1(config-if)#ip nat outside

Before leaving Router1, you should save the configuration:

Router1(config)#end (or Router1(config-if)#end)
Router1#copy running-config startup-config

Check your configuration by going to PC2 and type:

C:\>ping 192.0.2.114

The ping should work well and you will be replied from 192.0.2.114

Other lab-sims on this site:

CCNA Access List Sim

CCNA NAT SIM Question 1

CCNA Frame Relay Sim

CCNA Configuration SIM Question (RIPv2 SIM)

CCNA VTP SIM

CCNA EIGRP LAB

CCNA Drag and Drop SIM

CCNA Implementation SIM

 

Comments
Comment pages
1 8 9 10 11 12 14 35
  1. Anonymous
    August 19th, 2013

    I passed my CCNA on the 6th of August scoring 907/1000. the simulation questions were Access Lists, EIGRP and VTP. In VTP commands, they disabled mac-address-table so you can use mac address-table incase the first one didn’t work. all the best guys. you can call me for more clarification on +2348030957364.

  2. john
    August 22nd, 2013

    friend i have one doubt nat simulation if i configure ip nat pool cisco 198.18.32.64 198.18.32.71
    netmask 255.255.255.248 and ip nat pool cisco 198.18.32.65 198.18.32.70 which one is correct or both correct pls tell me

  3. Question 9
    August 25th, 2013

    Note, you have to spacify the pool range, not doing as ‘ip nat inside source list 1 interface s0/0″. This will make the translation to go out as the IP address of s0/0:portnumber which is not the answer.

  4. Robson Neviani
    August 26th, 2013

    Hi guys! I pass in CCNA today! Tanks so much for 9tut!
    I pass with 947/1000. Very good!
    This SIM was in my exam!!

  5. tony starke
    August 27th, 2013

    how to cook pie?
    using over heat router.

    thaks

  6. bruce wayan
    August 27th, 2013

    i ask rachel..

    ohh
    she died.

  7. tinz
    August 30th, 2013

    How many drag and drops are likely to come for this exam?

  8. vick
    September 1st, 2013

    Can someone tell me if there is any difference between NAT SIM1 and NAT SIM2????

  9. steve
    September 2nd, 2013

    @Robson, did you take the exam the 2nd time…? I am asking because you usually get EIGRP ACL2 VTP Sims on the CCNA exam

  10. ahtasham
    September 3rd, 2013

    Password of ISP router is noway :)

    now u can enjoy configuration of isp router

  11. Michael
    September 7th, 2013

    Hi guys,

    Looks like NAT sim 1 and 2 questions are the same, aren’t they.. I have downloaded the Sim and it doesn’t match with the exhibit above can someone help – thank you

  12. shibli
    September 10th, 2013

    take the exam and have 801
    the sim was valn eigrb acl
    will retake the exam

  13. Qobos
    September 10th, 2013

    how do we get access-list1 permit 192.168.6.64 0.0.0.63
    where do we get 0.0.0.63 from…? do we do a calculation? Of what?

  14. aloha
    September 11th, 2013

    @qobos
    it’s called wild card, 192.168.6.64 0.0.0.63 = /26

    /26 = total is 64| 64 – 1 = 63 = 0.0.0.63

    /25 = total is 128 | 128-1 = 127 = 0.0.0.127

  15. Anonymous
    September 11th, 2013

    noway in ISP xd

  16. Jaguar
    September 15th, 2013

    Hi to all, Same here Im am working with this NAT2 labs but failed to ping the ISP router. Can someone please tell what are the problem of this simulation for the benifit of us and to the other takers of CCNA. thank you very much.

  17. Abdul Ahad
    September 15th, 2013

    @jaguar
    The diagram and configuration shown above do not match with the packet tracer simulation provided with the link.
    if u are applying same commands with the provided .pkt file then it will cause problems.
    you can check this link for NAT sim.
    http://www.networksheaven.com/ccna-exam-nat-pat-lab

  18. Abdul Ahad
    September 15th, 2013

    also u can only ping from the PC 1 host which is dedicated for testing

  19. Kevin Daniels from Seattle
    September 18th, 2013

    Can anyone please give me the latest dumps for 640-802, it would be greatly appreciated.

    amirakclubs@gmail.com

    thanks

  20. Jason @ www.KissingKings.com
    September 18th, 2013

    @Vick & Michael

    The difference between this sim and the other NAT sim here on 9tut seems to only be the IP addresses used. On NAT SIM Q1 it is 192.18.184.105-110 instead of this one’s 192.18.32.65-70. I haven’t looked at the downloadable packets but overall it is the same SIM on these two pages with different IP’s.

  21. Jaguar
    September 18th, 2013

    Hi Abdul Ahad. Thank you very much. I alreay download the .pkt file.

  22. bulut
    September 18th, 2013

    Can anybody give some information about labs and questions who pass the exam last days.

  23. Lynn Winchester
    September 19th, 2013

    Please Help Meeeeeee…..I am going to sit my 640-802 on 27th September. “Can we use Tab Key and Question Mark ??? at the real exam???

    thanks

  24. elaijah
    September 19th, 2013

    hello i passed my CCNA Yestarday with 907/1000
    i got EIGRP ACL2 VTP Sims
    the dump from spike is 100% correct

    good luck

  25. bulut
    September 19th, 2013

    Thank you elaijah and congratulation. Can you share the detail ?

  26. jhenards_BOHOL
    September 20th, 2013

    passed today 973/1000

    eirgp, vtp acl2

    tnx :)

  27. jhenards_BOHOL
    September 20th, 2013

    some commands allow tab key, but in acl sim, cant use tab

  28. Anonymous
    September 20th, 2013

    I changed the IPs for the router fa0/0 as well as for the switch vlan1 and for the LAN PCs to match the same subnet /26, but I only can ping the 192.0.2.113 ! someone help plz ! or is it a bug ?

  29. Ahmad
    September 21st, 2013

    Hil all,

    Congratulation for your passing the CCNA exam…

    I have schedule to take exam this Wednesday 25th Sep, so please I need your help if you remember some of question you it will help me

    some of guys mentioned that there is bugs in exam simulation so please did you faced any error, by the way I had Passit4sure dumps is it enough ?

    thanks for your help
    hebbo7@yahoo.com

  30. Marky Mark
    September 21st, 2013

    During the SIM testlets can you use the ‘?’ when typing commands? To find out what options are available for a particular command?

  31. nidhi
    September 22nd, 2013

    All the pkt files are wrong….donot waste time downloa
    ding it….

  32. Shay
    September 22nd, 2013

    Hi,
    the sim isnt working because the EXT ip’s isnt registerd
    try to fix it
    u can finish the sim if cinfiguring the na to the interface

  33. Anonymous
    September 22nd, 2013

    which sims are on ICND#1?

  34. Anonymous
    September 22nd, 2013

    which sims are on ICND#1? 640-822

  35. Marky Mark
    September 22nd, 2013

    Hello all, does anyone know if during the exam & you happen to get a SIM testlets can you use the ‘?’ when typing commands? To find out what options are available for a particular command?
    Thanks

  36. crazzy
    September 22nd, 2013

    Hi everyone i want to know ccna exam is enough to see the 9tut whole website . i want to
    see vce but i have not enough time please reply me thank you all.

  37. Tina
    September 22nd, 2013

    yes you can pass the exam with 9tut only. I did not get vce or dumps.

  38. Anonymous
    September 22nd, 2013

    the downloadable .pkt in this “nat sim question2″ correspond to “nat sim question1″ lab :)

  39. Farooq
    September 23rd, 2013

    Just passed my 640-802 exam. Sims were EIGRP, VTP and ACL.
    I couldn;t do ACL sim , got zero in it but still managed to pass by 894 marks.
    Thanks Almighty.
    If you need any guidance, can contact me shamz_71@hotmail.com

  40. Anonymous
    September 24th, 2013

    download latest dumps from
    9 t u t . w e e b l y . c o m

  41. Anonymous
    September 24th, 2013

    “?” was available when did it last week. Some say it costs marks when you use it. rumors.

  42. Anonymous
    September 24th, 2013

    RETAKE – When you retake an exam, Do you get a different lab sim on your second attempt? I heard when you retake, they replace one of the labs (VTP ACL2 EIGRP) with NAT lab. Can anyone one confirm this?

  43. bulut
    September 24th, 2013

    Hi,

    I Pass the exam today 1000 :) I labs were eigrp vtp acl2.

  44. Anonymous
    September 25th, 2013

    Like Jason on Sept 18 said, use the NAT1 configuration. The IPs in NAT2 will not work for the NAT2 Sim. Use this which you can find at NAT1 Sim:
    Configuration information
    router name – Weaver
    inside global addresses – 198.18.184.105 198.18.184.110/29
    inside local addresses – 192.168.100.17 – 192.168.100.30/28
    number of inside hosts – 14
    Then add interfaces. works!!

  45. mziwanda
    September 25th, 2013

    the “?” key works in acl2 sim in exam ? please someone reply

  46. Shakeel
    September 28th, 2013

    I passed CCNA today 960/1000. configure terminal was not working so I have to press enter after typing configure to enter config mode. Thanks for the help

  47. 123
    September 29th, 2013

    Hi guyz , i am giving my ccna on 30th . I tried by configuring default route(on both the routers) as suggested by some ppl , but even that is not working.Do we need to config rip on these routers as mentioned in todd lamle? Pl respond asap.Thnx in advance

  48. 123
    September 29th, 2013

    guyz i got it ! If anyone needs help pl let me know

  49. GeorgeL
    September 29th, 2013

    @123
    Congrats!:) What Sims did you have?

  50. Anonymous
    September 30th, 2013

    did it yay

Comment pages
1 8 9 10 11 12 14 35
  1. No trackbacks yet.
Add a Comment