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 12 13 14 35
  1. Alex1
    March 11th, 2015

    I understand everything, except where the wildcard mask of 63 came from. Explain..?

  2. Alex1(255-192=63)
    March 12th, 2015

    Rajiv

  3. noha 92
    March 12th, 2015

    The Wildcard easy to be calculated :
    255.255.255.255 – 255.255.255.192(/26 SM of private range)
    the result will be = 0.0.0.63

  4. noha 92
    March 12th, 2015

    The lab is not working with these commands still cant ping 192.0.2.114 ???????
    Anyone can help me plzz !

  5. muhamed
    March 14th, 2015

    @ noha the attached lab has diff. ip’s so do the same commands by the ip’s given in the lab and it will work

    ip nat pool mypool 198.18.184.105 198.18.184.110 netmask 255.255.255.248

    access-list 1 permit 192.168.100.16 0.0.0.15

    ip nat inside source list 1 pool mypool overload

    int f0/0

    ip nat inside

    int s0/0

    ip nat outside

    copy run startup

    ping 192.0.2.114

    good luck !!!

  6. Anonymous
    March 14th, 2015

    @muhamed
    I have followed your commands but nothing is pinging again !?

  7. muhamed
    March 17th, 2015

    @ noha
    i did it again and it works

  8. Ralph
    March 23rd, 2015

    @muhamed try it with a netmask of 0.0.0.0

  9. Jhun
    March 27th, 2015

    @Anonymous
    Chck you int fa0/0 an s0/0 on “sh run” if its correct
    fa0/0
    inside

    s0/0
    outside

  10. Ahmed B. Hameed
    March 29th, 2015

    Dear friend my comment on “Ahmed B. Hameed March 10th, 2015″ is wrong so don’t take it attention.

    9tut Administrations please can you remove is please ? the configuration answer is perfect and worked normally………

  11. 9tut
    March 30th, 2015

    @Ahmed B. Hameed: We removed that comment.

  12. 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!!!

  13. w1zard
    April 2nd, 2015

    Given that the LAN on the left hand side must support 62 clients, then the /26 subnet is insufficient. The /26 subnet provides 62 valid IP addresses. 1 IP address needs to be assigned to the Router (Router1 in this case), leaving only 61 valid IP addresses for the Clients (local hosts). In this case, the subnet mask must be at least /25.
    Thanks 9tut. Only 9tut.

  14. 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

  15. veny
    April 12th, 2015

    but in practice sim the subnet mask is not provided…

  16. raju.n 15/04/2015
    April 16th, 2015

    i passed ccna exam 1000/1000

  17. Anonymous
    April 20th, 2015

    I need the latest ccna dumps pls send to monsieurbanky2012@gmail.com

  18. Tushar Patel
    April 28th, 2015

    I need the latest ccna dumps pls send to tjpatel4@gmail.com

  19. korea man
    April 28th, 2015

    These local hosts use private IP addresses in the 192.168.6.65 – 192.168.6.126/26 range.

    /26 => 255.255.255.192 => wild mask 0.0.0.63

    bye bye

  20. Divyesh Patel
    May 1st, 2015

    After spending few hours to troubleshoot this issue, I have found that the ISP router don’t have any route for 198.18.6.64/29 network

    Need to remove current static route from ISP router and add route as – 198.18.6.64/29 via 192.0.2.113

    click on ISP router – (you need to configure route on GUI)
    Go to Config
    Go to Routing and then Static
    Remove existing route and add the route for 198.18.6.64/29

    It works for me….Thanks

  21. testtaker
    May 5th, 2015

    I son’t get something. If I open the CCNA NAT Sim question it already pings 192.0.2.114 without needing to configure anything. Also I don’t see the NAT inside and NAT outside configuration on the interfaces. Is it normal?
    Apart from that I get the answer, it all makes sense.

  22. testtaker
    May 5th, 2015

    Oh no, sorry. I tried on the wrong PC> Now I get it :)

  23. CCNA-seeker
    May 5th, 2015

    anyone has voucher for CCNA test?

  24. Felipe
    May 6th, 2015

    Can someone send me watson.pdf please? felipewarms@gmail.com

  25. ADNAN
    May 16th, 2015

    SEND ME NEW DUMPS AT nicefellow11@gmail.com.Thanks.

    adnan

  26. TNK
    May 18th, 2015

    Did Anyone meet this question in the CCNA 120-220 Exam..??

  27. JY
    May 20th, 2015

    send me new dumps thx. jy_pang@hotmail.co.uk

  28. Anonymous
    May 23rd, 2015

    overload is no necessary

  29. davesupreme
    May 25th, 2015

    password ‘cisco’ doesn’t work for ISP router?

  30. Boon Fong
    May 27th, 2015

    access-list 1 permit 192.168.6.64 0.0.0.63 how its get 192.168.6.64? omg it confused me

  31. sanjay
    May 29th, 2015

    whereis the initial config

  32. nsk1127
    May 31st, 2015

    can someone please tell me that for the multiple choice questions ,if we i select only 2 out of 3 correctly . Do i lose full marks for the question or i get some amount of marks ?

  33. miss sylla
    June 1st, 2015

    hello @Boon Fong let me try to help you ok.
    /26 means that the subnetmask is 255.255.255.192 and with this subnetmask the block size is
    256-192=64 so when you look at that network range u will see that this fall into the network address of 192.168.6.64 because you will increment the first network add with 64(le block size) to get the second network address
    and from this we know that the wildcard mask is block size – 1 which means 64-1 =63(wildcard mask)
    i hope you will understand . thanks

  34. vince
    June 1st, 2015

    Hello all.
    NAT SIM Question included in ccna 200-120 exam?
    PLEASE i need urgent response. Thanks in advance

Comment pages
1 12 13 14 35
  1. No trackbacks yet.
Add a Comment