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 5 6 7 8 9 12 23
  1. charith SL
    January 14th, 2013

    @ sean u can use packet tracer 5.3 to open those labs

  2. Jama Yassin
    January 15th, 2013

    @9tut, Can i configure a router to support two NAT?, I mean if a Router has one private interface and two public links to different ISP, can it translate the Private IP address to both Public IP Address?.

  3. Corsica86
    January 16th, 2013

    Hi,
    Where in this sim does it instruct to create a pool named “mypool”. In the exam I presume it will instruct us on what to name the nat pool?
    Regards,

  4. Alex
    January 17th, 2013

    hi 9tut, are we allowed to use “?” and “TAB” in the exam?

  5. avni
    January 21st, 2013

    @alex, yes u are allowed to use “?” n “tab” but sometimes they might not work… try ur luck!!

  6. Jama Yassin
    January 22nd, 2013

    @9tut, Can i configure a router to support two NAT?, I mean if a Router has one private interface and two public links to different ISP, can it translate the Private IP address to both Public IP Address?………………….

  7. NN
    January 29th, 2013

    Hi there, i’m kind of confused, bot i think the comand “ip nat inside source list 1 pool mypool overload” needs no “overload” cause we are configuring dynamic NAT instead PAT so the comand overload its no needed, well at least in packet tracert nat works fine without “overload” :) , Greetings anda thanks a lot for the info.

  8. PMT
    February 1st, 2013

    Doesn’t work for me with the command:
    ip nat inside source list 1 pool mypool overload
    but it does work with:
    ip nat inside source list 1 interface se1/0 overload
    What gives??? anyone…anyone…

  9. Nasir
    February 2nd, 2013

    I am going to appear in exam can any body tel me that what will be the total exam duration and the total number of questions

  10. BigGuy5002
    February 5th, 2013

    @ Nasir http://www.9tut.com/ccna-faqs-a-tips

    you can find all the tips for the exam in that link

  11. Pomelo
    February 5th, 2013

    I need lastest ccna labs dumps, please kindly send it to me. My e-mail:oil_pitak@hotmail.com

  12. david
    February 6th, 2013

    ip nat pool omar 192.168.1.5 192.168.1.10 netmask 255.255.255.248
    I think theres an error in this quesion>>>>>beacause the net mask should be 255.255.255.240 to make all public ip in the same subnet .
    Please any one know the answer ?

  13. asham
    February 7th, 2013

    hello everybody,
    when i ping the s0/0(192.0.2.113) ,in the router the cmd #sh ip nat translations displays nothing !
    is normal ???

  14. Mohammad B
    February 11th, 2013

    I just passed CCNA with the average of 93.33. thanks 9tut. For $9 dollar it is lots of help. Best website for ccna.

  15. Sascha K.
    February 12th, 2013

    @asham
    It is very normal. Destination IP address (192.0.2.113) matches the IP address of the router’s interface. In that case, translation doesn’t occur.

  16. mutazzzzzzzzzzzz
    February 12th, 2013

    today i passed ccna exam am soooooooooooooo happy vtp labs changed (;

  17. mutazzzzzzzzzzzz
    February 12th, 2013

    i passed ccna exam(smile)

  18. mutazzzzzzzzzzzz
    February 12th, 2013

    today i passed ccna exam finished 3 labs vtp lab changed in exam i got 867/1000 :D

  19. Tarak
    February 12th, 2013

    Whosoever gave the CCNA just a day or at max 1 week before can they tell me which all simulations did they get? and were they same as 9tut or different.my exam is on 19th feb so i need all the possible help.thank you in advance.

  20. Hako
    February 12th, 2013

    I pass the test in french i have only one Lab it was NAT SIM and drag and drop no vtp sim and no eigrp sim …. Did the exam différent for the language we chose ?

  21. mutazzzzzzzzzzzz
    February 12th, 2013

    man beofre u take exam u should understand 3 labs frist ,and u should study 660 questions if u wanna pass speaking about labs eigrp.vtp acl
    eigrp it is easy and acl but vtp it is hard i have one q from vtp it was hard
    i took on eigrp 92 acl 100 and vtp 72 wish u look

  22. mutazzzzzzzzzzzz
    February 12th, 2013

    today i passes i got 867/1000 (:

  23. mutazzzzzzzzzzzz
    February 12th, 2013

    i passed today CCNA

  24. mutazzzzzzzzzzzz
    February 12th, 2013

    if u wanna pass CCNA u should study 660 q +3 labs

  25. mutazzzzzzzzzzzz
    February 12th, 2013

    finally i passed CCNA :D

  26. mark
    February 18th, 2013

    what is latest VTP po

  27. Steve
    February 19th, 2013

    After finishing all configurations, still i can’t “Ping” the ISP router…..any help??

  28. Steve
    February 21st, 2013

    After finishing all configurations, still i can’t “Ping” the ISP router…..any help??

  29. Anonymous
    February 22nd, 2013

    @MUTA u happy you passed please tell us what was on your exam,before you go partying

  30. Pat
    February 25th, 2013

    does anyone know if using named ACLs is a problem in the exam?

  31. Pat
    February 25th, 2013

    i used a named ACL in this lab and it worked fine, just curious if named ACLs are an option on the exam. Thanks guys.

  32. Pat
    February 25th, 2013

    Steve, i had to add a route statement to the lab in order to ping the ISP router. ip route 0.0.0.0 0.0.0.0 192.2.0.114

  33. NoDumps4You
    February 26th, 2013

    You can use any pool name you want if the question doesn’t specify it.

  34. NoDumps4You
    February 26th, 2013

    When I ping the internet from the hosts on the LAN, I am being successful. I’m also confirming this by using ‘sh ip nat trans’ on the router. What’s happening with everyone else?

  35. oshawkat-Sudan
    March 2nd, 2013

    i think no need to add default network (route) prior to ping ISP, i could ping easily without adding, please clarify if the default route requested in the exam also.

  36. Ahmed
    March 3rd, 2013

    Does anyone out there have Packet Tracer 6 or later? Please send to aaegh7@gmail.com. My version (V5) does not support iBGP…I’m preparing for CCIE.
    Thanks in advance.

  37. redbird32
    March 6th, 2013

    Studying to take the 640-822 next week. I am confused on what simulations I should be studying just for the ICND1 portion??? Thank You!

  38. Bart
    March 7th, 2013

    I’m confused… I’ve followed all instructions and still not able to ping ISP…. btw interfaces were NOT setup for inside/outside…. Please help me out….

    !
    !
    interface FastEthernet0/0
    ip address 192.168.100.30 255.255.255.240
    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 pool mypool 198.18.184.105 198.18.184.110 netmask 255.255.255.248
    ip nat inside source list 1 pool mypool overload
    ip classless
    !
    !

    Weaver#conf t
    Enter configuration commands, one per line. End with CNTL/Z.
    Weaver(config)#int fa0/0
    Weaver(config-if)#ip nat ?
    inside Inside interface for address translation
    outside Outside interface for address translation
    Weaver(config-if)#ip nat inside ?

    Weaver(config-if)#ip nat inside
    Weaver(config-if)#int s0/0
    Weaver(config-if)#ip nat ?
    inside Inside interface for address translation
    outside Outside interface for address translation
    Weaver(config-if)#ip nat outside
    Weaver(config-if)#exit
    Weaver(config)#exit
    Weaver#
    %SYS-5-CONFIG_I: Configured from console by console
    show run
    Building configuration…

    Current configuration : 757 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 pool mypool 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

    Weaver#show run
    Building configuration…

    Current configuration : 757 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 pool mypool 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

  39. Bart
    March 7th, 2013

    there is no routing on the router….could this be a problem?

  40. Rapunzel
    March 11th, 2013

    Man! you have no idea how you made my life so so easier!!! thanks a million !! man i love you to death!!!!!

  41. hodori702
    March 16th, 2013

    passed my CCNA today. CCNP here I come.

  42. Dima
    March 19th, 2013

    though, it doesn’t exactly go along with the texoobtk as it should. Sometimes you have to read between the lines, and make it work. It would have helped to have the same authors for both books.

  43. kafi
    March 24th, 2013

    pls send me a latest dump

    kafieu@gmail.com

  44. Rapunzel
    March 26th, 2013

    finally!! PASSED my CCNA! caaaaaaant believe ittt!! oh lord im so happy!! \=D/ *crazy dance*

  45. Tanmay
    March 26th, 2013

    We have to add a default route to this configuration. Please correct me if I am wrong

  46. Bhumika shah
    March 30th, 2013

    hey Rapunzel plss can u send me dumps i am giving exam in 5 days my email id is shah.bhumika61@yahoo.com

  47. mazhar hussain
    April 3rd, 2013

    please some one send me licenced version of visual_certexam_suite_setup .i m thank full 2 u.my mailing add: its_md.5277@yahoo.com.

  48. Mihail
    April 7th, 2013

    Sorry, guys.
    Sorry, I don’t exactly understand.

    Will subnet mask (/28 and /29 in this case) be known or not?

  49. Ricardo
    April 7th, 2013

    @Mihail

    The subnet masks are not known to us. You need to find the subnet mask by yourself looking at the range of the IP addresses they give us.

    Public IP addresses – range 6 so its /29 = 6 host 1 Broadcast 1 Network
    Private IP addresses – range 14 so its /28 = 14 hosts 1 Broadcast 1 Network

    Good luck!

  50. Adeel
    April 8th, 2013

    Hello Guys I hope you will be fine there. I have CCNA (640-802) Vouchers on
    special discount of 58% for World wide, with six months expiry date till you
    purchase. Each voucher cost 60USD.
    Details Required For CCNA Voucher For Discount Processing:
    1-Full Name. 1st Name & Last Name (as you want to appear on certificate & documents)
    2-Country.
    3-City.
    4-State.
    5-Pin Code (or Area Code)
    6-Residential Address (or where you can collect your Certificate or further correspondence
    can be received)
    Add me on Skype through this information which is written below:
    Skype Name: rockon660
    you can also email me at this email address which is written below:
    madeelqaiser@gmail.com
    If you have any Questions feel free to contact me.
    I am also dealing the vocuhers of Microsoft.
    Thanks,
    Best regards,
    Adeel

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