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 6 7 8 9 10 12 23
  1. Mihail
    April 9th, 2013

    @ Ricardo

    Tnanks, Ricardo.

  2. Ruth
    April 9th, 2013

    Can anyone explain how the ISP is set up because I cannot get to ping the ISP which I tried to configure with packet tracer.

  3. yves-leduc
    April 19th, 2013

    hi! i passed my ccna like many. i hav an advers: don’t try to pass ur exam in FRENCH. my native language is french and i passed this exam in french. Cisco give me other sims: NAT QSTION 1 and 2 other. It was difficult but i passed it…. use 9tut and learn the ccna lesson and exam will be easy.

  4. teemz
    April 20th, 2013

    you need to add an ip address and default gateway to the switch

  5. Systemunicast
    April 20th, 2013

    Guys how much points gives PRACTICE LABS. for example ACL2 or VTP?
    and how much points just questions?

  6. colwin rebeiro
    April 21st, 2013

    happpy to share with u my friends here….passed my ccna exam with 920 marks…..i did my whole preparation in 9tut n all of my success credits go to 9tut…friends just study here n do d exam….study dumps clearly cos order of choices r different so dont commit to memory…go with the dumps 5 to 6 times b4 go to the exam…and the simulations were access list sim 2 and eigrp…bt slight modifications.especially in access list 2…in 9tut for access list 2 there r some modifications…dont forget to prepare that friends.all the very best do well friends…..thanku very much 9tut

  7. Ghorba
    April 21st, 2013

    Passed today 933/1000 Thanks Sekhar.Dump still 100% valid laps (EIGRP,ACL2,VTP) same as 9tut

  8. Burhan-u-ddin
    April 27th, 2013

    please i need CCNP dumps if any one have ,, i’ll b grareful ,, if any one could sent it to this email add .. burhan.hussaini@live.com

  9. naif
    April 29th, 2013

    Please help i want to give ccna exam After 10 days please sent Latest dumps on
    naifhamed2000@yahoo.com

  10. stephen
    April 29th, 2013

    am preparing for ccna 640-802 to be taken at the end of may please could you post for dumps or sent for on acidri.stephen@yahoo.com. you assistance is highly appreciated

  11. stephen
    April 29th, 2013

    dear Ruth ISPs normally assign public ip adresses which are routable across internet and your private ip addresses are not routable across internet. try to check if you have configured NAT in your gateway router to perform the stated scenario.secondly check the encapsulation type on your serial link to the ISP may be there is mismatch. please also correct me where neccesary

  12. adrk
    April 30th, 2013

    I have my exam in 4 hours!!! wish me luck

  13. Jr
    April 30th, 2013

    Do they tell you specifically what name should you use or you use “mypool” just because?

  14. munirul.islam
    May 6th, 2013

    Can You give running Link

  15. nyaan
    May 12th, 2013

    do we need to configure loopback on the router?

  16. Abhishek
    May 14th, 2013

    hey u all plss can u send me dumps i am giving exam in 5 days my email id is saswadea@gmail.com

  17. Lolo
    May 16th, 2013

    Hello,can you sent me examen ccna in french or lien?Please please

  18. Anonymous
    May 16th, 2013

    can someone pls send me, a stimulation i need it urgently my mail is juliusmoses240@yahoo.com

  19. saleemkhan
    May 21st, 2013

    Assalam o Alaikum,Hello all my dear friends,If anybody wish to get the Boson Simulator Latest version 8.05 for CCNA/CCNP to please email me at MC070401924@VU.EDU.Pk
    Without any cast of single penny really,Just humanity…
    Best of luck!
    Thanks

  20. saleemkhan
    May 21st, 2013

    dear,nyaan loopback on router just due to ping n knew that router intact through serial port.loopback is ever up so its helpful to knew that your serial link working well.if no ping other link than you should check that there is problem yet loopback ping successfully..
    thanks

  21. m
    May 27th, 2013

    I configured this sim and i was able to ping from ISP to host but while pinging from host to ISP it showed request timed out…. Could anyone please help me out..?

  22. Pradreskey
    May 27th, 2013

    I am preparing for ccna 640-802 to be taken at the end of JUNE. Please could you post for dumps or send it to me at engrgilbertok@yahoo.com.
    Your assistance is highly appreciated.
    Thank you in anticipation.

  23. antonis
    May 29th, 2013

    @m Check with show ip nat translations to see if your NAT works, you will the 2 PCs private addresses to be translated into a public one

  24. Duuly
    June 3rd, 2013

    hellow can anybody help me with latest dump please my email: hemjayzz@yahoo.com

  25. snajyot
    June 4th, 2013

    hey please help me, i am not able to ping 192.0.2.114

  26. snajyot
    June 4th, 2013

    Weaver#sh run
    Building configuration…

    Current configuration : 765 bytes
    !
    version 12.2
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    no service password-encryption
    !
    hostname Weaver
    !
    !
    !
    enable password cisco
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    ip address 192.168.100.30 255.255.255.240
    ip nat inside
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface Serial0/0
    ip address 192.0.2.113 255.255.255.0
    encapsulation frame-relay
    ip nat outside
    !
    ip nat pool mypool 198.18.184.105 198.18.184.110 netmask 255.255.255.248
    ip nat inside source list 1 interface Serial0/0 overload
    ip classless
    !
    !
    access-list 1 permit 192.168.100.16 0.0.0.15
    !
    !
    !
    !
    !
    line con 0
    password cisco
    login
    line vty 0 4
    login
    !
    !
    !
    end

    this is configuration, still i am not able to ping, please tell me, where i am wrong, i am giving exam tomorrow.

  27. abu
    June 5th, 2013

    any one can tell me where can i get cisco packet tracer

  28. Dave
    June 12th, 2013

    snajyot, your configuration is incorrect. You have created and configured the pool statement correctly, but then have used PAT with overload instead of Static nat with overload in the command

    ip nat inside source list 1 interface Serial0/0 overload

    it should be

    ip nat inside source list 1 pool mypool overload

  29. JERSON NARIDO
    June 20th, 2013

    hi ,good day to everyone, im from Philippines, and im planning to take my exam sometime next month.Can anyone send me dumps on my email? jersonnarido@gmail.com

    Thanks a lot in advance guys. :)

  30. Binaya
    June 20th, 2013

    Hello,

    Whats the difference between putting access list as
    1. access-list 1 permit 192.168.100.16 0.0.0.15
    and
    2. access-list 1 permit 192.168.100.17 0.0.0.14

    thanks

  31. JERSON NARIDO
    June 21st, 2013

    i think there is no 0.0.0.14 because if reverse that to a netmask , that would be 255.255.255.241

    0.0.0.15 = 255.255.255.240

    i hope i am correct, :D

  32. Ivan
    June 28th, 2013

    Passed today!!! this lab was on my exam, without changes on IP addresses!!! thanks 9tut community, the following will be CCNA VoIP

  33. Kalumba kay’s
    June 29th, 2013

    Hi, guys

    I am planning to sit for CCNA exams next month july 2013, please send me the latest dumps to kalumbachola@gmail.com. I will appreciate.

    Thanks in advance.

    kays

  34. Barry Sampson
    June 29th, 2013

    Hi peeps, Please give advice on CCNA exams will be writing next Friday email-barryj.sampson@gmail.com

  35. Kathiravan S
    July 1st, 2013

    Hi
    Please send me the latest dumps to kathircre@gmail.com.

  36. Shobhit Mishra
    July 1st, 2013

    Hi everyone
    I am planning to give CCNA exams in the last week of July. Please provide me with the latest dumps at shobhit20.mishra@gmail.com

    Thank You

  37. manjubasapuri
    July 6th, 2013

    in real CCNA exam “will the help works ? please confirm”

    router#?
    router# ip nat ?

    please!!!

  38. Zed
    July 6th, 2013

    Hi I see the access list getting defined, but should we not apply it to the fa0/0 port of the router?
    int fa0/0
    ip access-group 1 in <–

    Or does the access-list implicitly get applied via the "Ip nat inside source list 1 pool mypool overload" command?

  39. ernesto
    July 7th, 2013

    hi there, I am little confused because there are 14 host so the wildmask will be 0.0.0.13 because 0.0.0.13 allows 14 host beginning at 0 until 13
    0 1 2 3 4 5 6 7 8 9 10 11 12 13—–> wildmask
    1 2 3 4 5 6 7 8 9 10 11 12 13 14——> our 14 host
    It is like if you were using ospf on your serial link that would be a 255.255.255.252 mask,right and your ip 192.168.0.0 so I would configure it by typing like this=
    router ospf 2
    network 192.168.0.0 0.0.0.3 area 0 ———–> because I only have 4 ip address with mask 252
    so my wildmask must be 0.0.0.3, Am I wrong?

  40. Jay
    July 10th, 2013

    Ernesto, the wildcard mask is based on the block size, not just how many hosts are needed. It is block size – 1. We have a /28, which is a block size of 16 so the wildcard would be 0.0.0.15. Also with a 252 network you only have 2 USUABLE addresses, the other two are network id and broadcast.

  41. Jasmpte
    July 11th, 2013

    @ernesto, the wildcard mask is the inverse of the subnet mask.

    To figure the subnet mask, just subtract each octet of the wildcard mask from 255.

    wildcard mask 0.0.0.3 = subnet mask 255.255.255.252 (because 255-3=252)

    wildcard mask 0.0.0.7 = subnet mask 255.255.255.248

    wildcard mask 0.0.0.15 = subnet mask 255.255.255.240 …etc

  42. Ruth
    July 16th, 2013

    Has anyone used the Meraki switches in their enterprise? Just want to know whether you can configure anything on it. Does not seem to do much.

  43. Nourhan
    July 18th, 2013

    why here he defined access-list from 16 not 17

    access-list 1 permit 192.168.100.16 0.0.0.15

    Although i made it 17 and it’s working fine !!

  44. Patrick
    July 23rd, 2013

    947/1000 thanks Mr. Sekhar

  45. Kavitha
    July 24th, 2013

    @ Nourhan

    We are permitting all hosts from the subnet 192.168.100.16 = [192.168.100.17 to 192.168.100.30]
    If you use 192.168.100.17, the access list allows only this host.

  46. Kavitha
    July 24th, 2013

    Hi sorry there is slight changes at my previous comment.. Access-list allows to change host addresses from the subnet 192.168.100.16 to public address when it tries to access internet.

  47. sunil
    July 25th, 2013

    Need Dumps (latest) Planning to give exam in mid of august . Also would like to know if any one can help me “These Dumps will be valid for how long from today ” as still 20 days before i give exam””

    Sim Lab how much we can score weightage and failure margin etc .

    lifegoingmyway.sunil@gmail.com

  48. vampirema
    July 26th, 2013

    It is very a pity to me, I can help nothing to you. I think, you will find the correct decision. Do not despair.
    vampirema bb4arg48

  49. SDK
    July 27th, 2013

    Do I need to pay for the SIM in this site or are they full version?

    I am taking my exam next month

  50. 9tut
    July 28th, 2013

    @SDK: The sims here are in pkt files which can be opened by Packet Tracer. If you join Premium Membership then you can practice them in another way and can check if your statements are correct or not.

Comment pages
1 6 7 8 9 10 12 23
  1. No trackbacks yet.
Add a Comment