Home > CCNA NAT SIM Question 1

CCNA NAT SIM Question 1

January 5th, 2014 Go to comments

Question

A network associate is configuring a router for the CCNA Training company to provide internet access. The ISP has provided the company six public IP addresses of 198.18.184.105 198.18.184.110. The company has 14 hosts that need to access the internet simultaneously. The hosts in the CCNA Training company LAN have been assigned private space addresses in the range of 192.168.100.17 – 192.168.100.30.

The task is to complete the NAT configuration using all IP addresses assigned by the ISP to provide Internet access for the hosts in the Weaver LAN. Functionality can be tested by clicking on the host provided for testing.

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

The following have already been configured on the router:

- The basic router configuration

- The appropriate interfaces have been configured for NAT inside and NAT outside

- The appropriate static routes have also been configured (since the company will be a stub network, no routing protocol will be required.)

- All passwords have been temporarily set to “cisco”

ccna_nat_sim_lab1

ccna_nat_sim_lab2

Solution

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

The CCNA Training company has 14 hosts that need to access the internet simultaneously but we just have 6 public IP addresses from 198.18.184.105 to 198.18.184.110/29. Therefore we have to use NAT overload (or PAT)

Double click on the Weaver router to open it

Router>enable
Router#configure terminal

First you should change the router’s name to Weaver

Router(config)#hostname Weaver

Create a NAT pool of global addresses to be allocated with their netmask (/29 = 255.255.255.248). There were reports that the simulator in the real exam did not accept “prefix-length” keryword so you should use “netmask” keyword.

Weaver(config)#ip nat pool mypool 198.18.184.105 198.18.184.110 netmask 255.255.255.248

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

Weaver(config)#access-list 1 permit 192.168.100.16 0.0.0.15

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

Weaver(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.100.17 to 192.168.100.30, into an address from the pool named mypool (the pool contains addresses from 198.18.184.105 to 198.18.184.110)

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:

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

Weaver(config-if)#exit

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

Finally, we should save all your work with the following command:

Weaver#copy running-config startup-config

Check your configuration by going to “Host for testing” 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 NAT SIM Question 1

CCNA NAT SIM Question 2

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 10 11 12 23
  1. SREE SYSCOMS
    November 23rd, 2014

    I PLANNING TO WRITE 200-120 ANY HAVE VALID DUMPS IN PDF

  2. waleed
    November 28th, 2014

    How I can check if NAT work or not in Cisco packet tracer

  3. sandeep
    November 30th, 2014

    show ip nat tran ——— type in router ,,, first you send any traffic then

  4. Anonymous
    December 1st, 2014

    edmundo dump still valid

  5. hashem
    December 7th, 2014

    I want to take 100-101 exam could please send me the dumps in PDF
    thank you.

  6. bilal
    December 7th, 2014

    i have completed all 9tut labs and mcqs now what is next

  7. Ashwath
    December 11th, 2014

    i need 200-120 dumps, mail to ashwath.mendan@gmail.com

  8. Pat
    December 12th, 2014

    pls i need 200-120 PDF latest dumps, pls can someone email to me ? patdefeunk@gmail.com

  9. mhkhan 11 dec 2014
    December 12th, 2014

    i passed ccna with 958/1000

  10. Jaime
    December 15th, 2014

    Found this Lab in my exam. December 4th!!!

  11. Milito_y2j
    December 24th, 2014

    @Jaime I have a question for you this lab was in your 200-120 exam??? Please answer soon

  12. Azeem
    December 27th, 2014

    Latest CCNA 200-120 dumps 316 Questions & Answers available.
    316 question dumps are 100% valid. I already purchased that If you needed, share nominal fee.
    azeemsarwar1@hotmail.com

  13. heis
    January 4th, 2015

    I have all valid dumps for January-March CCNA exam from VCE watson with lot of other materials. Please email me cyrus_dgreat2001@yahoo.com

  14. korex1
    January 5th, 2015

    Could someone send me the latest dumps for CCNA 200-120 to korex1@gmail.com Thanks . Going to exam next week

  15. opeoluwa
    January 5th, 2015

    Someone should pls send me the latest dumps for CCNA
    200-120 to opeyboy4real@gmail.com …..Thanks

  16. Amri Kitwana
    January 8th, 2015

    Could someone send me the latest dumps in pdf format for CCNA 200-120 to kimcman10@yahoo.com Thanks . Going to exam next week

  17. peter
    January 12th, 2015

    am doing exam on friday . kindly assist with latest exam quiz in pdf pekikim07@yahoo.com

  18. Derick Josey, BCVRE,MCITP,VCAD
    January 14th, 2015

    I’m preparing to write for 200-120 exam. send me the latest dumps and sims and labs. If possible your study path to sucess. my email djosey2008@gmail.com

    Respectfully,

  19. yuksel yapici
    January 16th, 2015

    I think also this router needs to default root informtaion which is missing

  20. yuksel
    January 16th, 2015

    soory the ISP router was configured a route to weaver thats was it is not necessary sorry for previos mail

  21. jason
    January 21st, 2015

    Please Please requesting the latest 200-120 dumps really need it folks please, i am pleading help me
    jasoncarrorig@gmail.com

  22. question
    January 26th, 2015

    Hi

    I will give the exams and i would like to ask if i have to asnwer exactly as it is. If i miss a word or more, the answer will be wrong at all?

    Thanks
    Kostas

  23. Esam
    January 30th, 2015

    Please requesting the latest 200-120 dumps really need it…my mail esam.m7md@gmail.com

  24. Zain
    January 31st, 2015

    Pass4sure Latest 316 Q&A CCNA 200-120 dumps available. I already purchased that, if you need email me. zain.cisco@hotmail.com

  25. ger_canon
    February 17th, 2015

    good day I need you please help me with drumps, and will present my CCNA and would much help my email is gecanong@gmail.com, thanks friends and colleagues

  26. dkokoshi
    February 25th, 2015

    Please send me latest dumps. dkokoshi@hotmail.com

  27. ASSIni
    March 2nd, 2015

    can someone tell me if the questions pool change from country to country or are the same

  28. abody
    March 26th, 2015

    #منصورة يا بغداد

  29. Gary P
    March 29th, 2015

    Passed the exam today. Got 958 / 1000. ACL and EIGRP.

  30. Mike
    March 31st, 2015

    I passed today with 31/03 986/1000 in London – still valid. The questions 90% from 9tut and some you can find in the other VCE file on the internet. ACL, ACL2 and EIGRP but with different names and IPs for the hosts and others. You can easily pass if you study a few times this questions from 9tut plus a little from books(very important to know about ospf, eigrp, vlans and others). I can help with any tips if somebody wants.

    michael.pat86@ymail.com

    Thanks 9tut and thanks God!!!

  31. abruduh
    April 10th, 2015

    is there a crack of VCE simulator with the latest version? i cant find it on google. :(
    kindly send me a link please thank you so much :)

  32. noman qureshi
    April 11th, 2015

    anyone how need dump of ccna (200-120) 316 question 100% valid
    only in english version mail me.Price is 5000 rupees only mail me rbilal1500@gmail.com

  33. mohamed
    April 24th, 2015

    “access-list 1 permit 192.168.100.16 0.0.0.15″

    can any one explain this cording.. how they get “192.168.100.16″?????

  34. Anonymous
    April 27th, 2015

    @mohamed
    how they get “192.168.100.16″?????
    By convirting the to gavin IPs

    192.168.100.17 0 0 0 1 0 0 0 1
    192.168.100.30 0 0 0 1 1 1 1 0
    the increament number is 16 because it is where the bits are same
    and by converting /28 to 0 0 0 0 1 1 1 1 =15 we got the wild 0.0.0.15

  35. phil
    May 5th, 2015

    Hello guys who spent the CCNA 200-120 recently and can tell me what the laboratory has found in the exam?

    Thanks

  36. mohamed
    May 6th, 2015

    @anonymous
    thnks!!! (y)

  37. Abraham
    May 10th, 2015

    Access List Sim was on the exam

  38. Kamran
    May 17th, 2015

    Anyone help me to find out the VCE simulator with the latest version? i cant find it on google with crack version.
    kindly send me a link or assist me on kamlink@gmail.com thank you so much :)

  39. Shiv
    May 22nd, 2015

    Please Help Me out with VCE Simulator with latest Version Shivaraj.hooli@gmail.com

    Thanks

  40. Ashish
    May 28th, 2015

    Dear 9tut ,,,
    I have cleared my CCNA today with 95% mark .
    All question covered .Tons of congrats of making such a good work .
    Thanks a lot .

Comment pages
1 10 11 12 23
  1. No trackbacks yet.
Add a Comment