Home > CCNA Configuration SIM Question

CCNA Configuration SIM Question

January 10th, 2014 Go to comments

Question:

To configure the router (R2-RC) click on the console host icon that is connected to a router by a serial console cable (shown in the diagram as a dashed black line)

ccna__configuration_sim_lab_4

CCNA Training Company recently installed a new router in their office. Complete the network installation by performing the initial router configurations and configuring RIPV2 routing using the router command line interface (CLI) on the R2-RC.

Name of the router is R2-RC
Enable-secret password is cisco1
The password to access user EXEC mode using the console is cisco2
The password to allow telnet access to the router is cisco3
IPV4 addresses must be configured as follows:
Ethernet network 209.165.202.128/27 – router has last assignable host address in subnet
Serial network is 192.0.2.16/28 – router has last assignable host address in the subnet. Interfaces should be enabled.
Router protocol is RIP V2

Attention :
In practical examinations, please note the following, the actual information will prevail.
1. Name of the router is xxx
2. Enable-secret password is xxx
3. Password to access user EXEC mode using the console is xxx
4. The password to allow telnet access to the router is xxx
5. IP information

Solution

(Note: If you are not sure how RIP works, please read my RIP tutorial: http://www.9tut.com/rip-routing-protocol-tutorial. Note: You can download this sim to practice here: http://www.9tut.com/download/9tut.com_CCNA_RIP_Configuration.zip)

1) Name the router:

Router>enable
Router#configure terminal
Router(config)#hostname R2-RC

2) Set secret password:

R2-RC(config)# enable secret cisco1

3) Set password for the console:

R2-RC(config)#line console 0
R2-RC(config-line)#password cisco2
R2-RC(config-line)#login
R2-RC(config-line)#exit

4) Set the Telnet password:

R2-RC(config)#line vty 0 4
R2-RC(config-line)#password cisco3
R2-RC(config-line)#login
R2-RC(config-line)#exit

5) Assign IP address for Ethernet interface (Fa0/0):

The Ethernet network 209.165.202.128/27 has:

Increment:32 (/27 = 255.255.255.224 or 1111 1111.1111 1111.1111 1111.1110 0000)
Network address: 209.165.202.128
Broadcast address: 209.165.202.159 (because 128 + 32 – 1 = 159)

Therefore the last assignable host address in this subnet is 209.165.202.158 and we will assign it to Fa0/0 interface with these commands:

R2-RC(config)# interface fa0/0
R2-RC(config-if)#ip address 209.165.202.158 255.255.255.224
R2-RC(config-if)#no shutdown
R2-RC(config-if)#exit

6) Assign IP address for Serial interface (S0/0/0):

Serial network 192.0.2.16/28 has:

Increment:16 (/28 = 255.255.255.240 or 1111 1111.1111 1111.1111 1111.1111 0000)
Network address: 192.0.2.16
Broadcast address
: 192.0.2.31 (because 16 + 16 – 1 = 31)

So the last assignable host address in this subnet is 192.0.2.30. Finally we assign it to s0/0/0 interface:

R2-RC(config)# interface s0/0/0
R2-RC(config-if)#ip address 192.0.2.30 255.255.255.240
R2-RC(config-if)#no shutdown
R2-RC(config-if)#exit

7) Configure RIP v2 routing protocol:

R2-RC(config)#router rip
R2-RC(config-router)#version 2
R2-RC(config-router)#network 209.165.202.0
R2-RC(config-router)#network 192.0.2.0
R2-RC(config-router)#end
R2-RC#copy running-config startup-config

Note: We should use classful networks (209.165.202.0 & 192.0.2.0) when configuring RIP. If we use detailed networks (209.165.202.128 & 192.0.2.16) the router will automatically convert them into classful networks.

Comments
Comment pages
1 2 3 4 8 25
  1. maya0329ph
    March 15th, 2011

    I got 100% today. SIMS given was EIGRP AS 23, VTP (configuration revision number of Sw-AC3 is higher than Swx), and ACL with only host B can access the web server.

    Thanks to 9tut!!! All sims came from this site.

    Review Materials: ACME (356q) and pass4sure

  2. Anonymous
    March 16th, 2011

    Hello please can someone send me the packet tracer sim for this question and other useful ones, have exam on 17th of march. Thanks for helping me out email== markdganish@yahoo.com

  3. div
    March 16th, 2011

    i can’t find 356 questions in acme vte file . only 5 questions show up. can you please help.

  4. Jules
    March 18th, 2011

    Hi 9tut. I’m gaining confidence to take the exam while learning from your website. Hope to pass soon. Thanks

  5. narayana
    March 21st, 2011

    i need recent dump ccna exam can anybody help me. may mail ID is singaraju_narayana@yahoo.com

  6. RatedR
    March 21st, 2011

    @mr.annt@gmail.com
    dont believe them it’s fake
    there can be no 100% new questions

  7. karim
    March 23rd, 2011

    i want to know the latest version of 640-802 ccna exam anybody help me
    my email ID is karim_mahgoup@yahoo.com
    great thanks for you

  8. kugs
    March 24th, 2011

    can anyone send me the latest version of 640-802 ccna exam…my e mail is kuhan_182@hotmail.com….tq

  9. zaid
    March 31st, 2011

    can anyone send me the latest version of 640-802 ccna exam…my e mail is rajput_zaid@hotmail.com

  10. shahrukh
    April 1st, 2011

    I cleared my CCNA on 28th March with 974\1000 . 9tut really helped me a lot . best of luck for u guys …..

  11. Haseeb
    April 2nd, 2011

    did anyone write exam on 1st of April ? Did the questions change alot ?

  12. babu
    April 4th, 2011

    plz someone tell does the question set changes from April or same 17.14 version question plz I m giving exam tomoro

  13. ejiks
    April 4th, 2011

    please what aare the questions bin set in recent ccna exam 4 the month of april let me know please. thanks

  14. Nas
    April 7th, 2011

    Hi every one Plz can anyone please provide me the Latest CCNA Dumps, I am going to write the exam within 2 week as from today. and i believe this will help me a lots
    Please mail me at nas_247@msn.com

    As i wait to a soonest response,

    Thanks
    Nas.

  15. dheeraj
    April 9th, 2011

    @ babu :
    Hi didu giv the xam??? are the questions from v17.14???? Plz let me knw asap, m giving my xam in couple of days….

  16. Shahid
    April 9th, 2011

    How can i assign multiple ip addresses to a single interface???

  17. ghool april 9th, 2011
    April 9th, 2011

    Hi every one Plz can anyone please provide me the Latest CCNA Dumps, I am going to write the exam within 2 week as from today. and i believe this will help me a lots
    Please mail me at ghool_27145@yahoo.com
    As i wait to a soonest response,

    Thanks
    Nas.

  18. Danny Supnet
    April 11th, 2011

    I took exam today, I used TestInside 17.14 and 21.24. I failed 256/1000. Most of the questions are new. Only 5 came from 17.14 and 21.24 that I remember. Please come up with a new dump cause I need to take the CCNA exam again.

  19. Anonymous
    April 11th, 2011

    Hi every one Plz can anyone please provide me the Latest CCNA Dumps,I am going to write the exam with in 1 week.
    Please mail me at amit_34865@yahoo.com

    plz help me dear frd’s

  20. Amit kumar
    April 11th, 2011

    Hi every one Plz can anyone please provide me the Latest CCNA Dumps,I am going to write the exam with in 1 week.
    Please mail me at amit_34865@yahoo.com

    plz help me dear frd’s

  21. Anonymous
    April 12th, 2011

    Hi Guys, Can you please send me simulator for CCNP. Please send it to my email address chris_thugs06@yahoo.com

  22. werpodesk
    April 14th, 2011

    Приглашаем посетить правовой цент “НАУКА”. Юридические консультации, тренинги, семинары, видеоматериалы, а также форум где возможно Вы сразу найдете ответы на Ваши вопросы.Трудовой кодекс, работник и закон, заработная
    плата, квалификации работников, модернизация, Юридическое зеркало модернизации, Юридический механизм, обеспечивающий рост производительности труда” , а также ответы на немало других юридических вопросов.http://www.inauka.net/spravka

  23. ghool
    April 15th, 2011

    Hi every one Plz can anyone please provide me the Latest CCNA Dumps, I am going to write the exam within 2 week as from today. and i believe this will help me a lots
    Please mail me at ghool_27145@yahoo.com
    As i wait to a soonest response,

  24. dharmyh
    April 16th, 2011

    Hi every one Plz can anyone please provide me the Latest CCNA Dumps, I am going to write the exam this week and i believe this will help me a lots

  25. Mr.L
    April 17th, 2011

    in short, in this case, should we add command “no auto-summary” or not?

  26. Mr.L
    April 17th, 2011

    in short, in this case, should we add command “no auto-summary” or not?

  27. Rana
    April 17th, 2011

    Hello can anyone please email me the latest dumps as I am planning to take exam in next two weeks. My email address is iffi_101@hotmail.com I will be very thankful for your help. Take care. Rana

  28. Rana
    April 17th, 2011

    HI again, Sorry i forgot to mention what exam i am taking, I am planning to take CCNA exam in next two weeks time, can you please email me latest dump questions as I heard that there are some changes in the questions since 15th april. I have the old ones and was preparing with them. My email is iffi_101@hotmail.com, I will be very thankful for email. Take care.

  29. Mr.L
    April 18th, 2011

    Hi every one Plz can anyone please provide me the Latest CCNA Dumps, I am going to write the exam on Friday as from today. and i believe this will help me a lots.
    My email is liemhoangtrinh_2007@yahoo.com.vn, I will be very thankful for email. Take care.

  30. Hitesh
    April 24th, 2011

    hi!
    i just noticed that there is no “clock rate” command assigned on serial 0/0/0
    so i just want to know whether it will work without it or not

  31. Nara
    April 25th, 2011

    for those people who had exam and pass congratulation. May God bless you mightly and grant you the job according to your heart desire. could you kindly send me the lattes acme dump please. as I went to do exam couple of times but fail. So I feel luck to find this site which help those with desire to be network certified. my email address is narajoly02@yahoo.co. UK. Many thanks I will appreciate you help

  32. yomi
    April 27th, 2011

    pls, can anyone help me with current dumb. i amm prepari ng for the exams nextweek. dis is my e-mail abayomioyewo@yahoo.com

  33. jnbasstango
    April 28th, 2011

    @Hitesh,if the clock rate is no mentioned so you shouldn’t worry about,meaning that s0/0/1 on R1-RT has it.

  34. jnbasstango
    April 28th, 2011

    i would like to know if it is still correct if we configure the Ripv2 for network as follow:

    network 208.165.202.0
    network 192.0.2.0

  35. 9tut
    May 1st, 2011

    @jnbasstango: Yes, you can configure like that. In fact, when typing
    network 209.165.202.128
    network 192.0.2.16
    the router will auto convert them to
    network 209.165.202.0
    network 192.0.2.0
    so they are equivalent

  36. jnbasstango
    May 2nd, 2011

    Thank you 9tut.I am taking my exam for the second time on Friday 6th .so far I’m happy with 9tut hopefully I’ll make it this time.if anyone have any advice please send it to me at jnbasstango@yahoo.fr

  37. affaf
    May 2nd, 2011

    i see this web first time,very nice
    please some body send me latest dums on my e-mail address i am preparing for the exams nextweek
    pllllllzzzzzzzzzzz……. affaf_t@yahoo.com

  38. jambo
    May 3rd, 2011

    hi all can anybody help me by dumping z latest dump i have an exam on firday this week
    pls

  39. jambo
    May 7th, 2011

    how i make a correction if z interface is passive in EIGRP lab simulation pls give me ans

  40. dave
    May 8th, 2011

    Hie Has anyone taken the exam this May and can somebody advise on the sims that were in the exam as of this May

  41. jnbasstango
    May 9th, 2011

    the so called latest dumps 21.24,there is a question for rip that says,the Ethernet network 209.165.201.0/27-router has fourth assignable host address in the subnet.And they user is 209.165.201.1 255.255.255.224.Is the correct answer was not suppose to be 209.165.201.4 255.255.255.224
    Again for the serial subnet is 192.0.2.176/28-router has las assignable host address in the subnet,their solution is 192.0.2.176 255.255.255.240.Is the write answer was not suppose to be 192.0.2.190 255.255.255.240.

    Just be careful this these dumps you better not memorize them.Guys ,i need you view on this.

  42. jnbasstango
    May 9th, 2011

    the so called latest dumps 21.24,there is a question for rip that says,the Ethernet network 209.165.201.0/27-router has fourth assignable host address in the subnet.And their answer is 209.165.201.1 255.255.255.224.Is the correct answer was not suppose to be 209.165.201.4 255.255.255.224
    Again for the serial subnet is 192.0.2.176/28-router has last assignable host address in the subnet,their solution is 192.0.2.176 255.255.255.240.Is the write answer was not suppose to be 192.0.2.190 255.255.255.240.

    Just be careful with these dumps you better not memorize them.Guys ,i need you view on this.

  43. raja
    May 9th, 2011

    what is meen by subnet mask?

  44. Anonymous
    May 9th, 2011

    Hello,
    I am taking my CCNA test for the 2nd time next Monday. There were a lot of WAN questions on the last exam re: Frame Relay, OSPF, EIGRP, and RIP, and know their differences…
    Lab was on access-list, switching but I didn’t have time to finish the exam so not sure if there was a 3rd lab or not. I had 8 questions left and got 750 so really hope to get it next time. Would you someone kindly please send me the latest dumps?
    Much appreciated… Thank you!
    Markbmi@gmail.com

  45. jnbasstango
    May 11th, 2011

    9tut rocks!!!!let’s meet in CCNP level.

  46. evelyne
    May 12th, 2011

    hi guys. am nervous to take the exam pliz need courage can sam1 help me pliz….

  47. Nut proffessor
    May 13th, 2011

    Hey guyz will b taking CCNA 640-802 on the 19 May will tell you how it will b lyk.

  48. yoyo
    May 18th, 2011

    would they count off if you added no auto-summary? i test in the morning and that is a habit of mine.

  49. jitender bambel
    May 18th, 2011

    thnks to give me some information about networking related topic……………………..

Comment pages
1 2 3 4 8 25
  1. No trackbacks yet.
Add a Comment