CCNA Configuration SIM Question

download CCNA Configuration SIM Question

of 8

Transcript of CCNA Configuration SIM Question

  • 8/10/2019 CCNA Configuration SIM Question

    1/8

    Home> CCNA Configuration SIM Question

    CCNA Configuration SIM Question

    June 15th, 2011 Go to comments

    Question:

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

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

    Name of the router is R2-RCEnable-secret password is cisco1The password to access user EXEC mode using the console is cisco2The password to allow telnet access to the router is cisco3IPV4 addresses must be configured as follows:Ethernet network 209.165.202.128/27 router has last assignable host address in subnetSerial network is 192.0.2.16/28 router has last assignable host address in the subnet. Interfaces shouldbe enabled.Router protocol is RIP V2

    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)

    Type text to search here... Submit Query

    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 xxx3. Password to access user EXEC mode using the console is xxx4. The password to allow telnet access to the router is xxx5. IP information

    Page 1 of 8CCNA Training CCNA Configuration SIM Question

    7/30/2012http://www.9tut.com/59-ccna-configuration-sim-question

  • 8/10/2019 CCNA Configuration SIM Question

    2/8

    1) Name the router:

    Router>enableRouter#configure terminalRouter(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 0R2-RC(config-line)#password cisco2R2-RC(config-line)#loginR2-RC(config-line)#exit

    4) Set the Telnet password:

    R2-RC(config)#line vty 0 4R2-RC(config-line)#password cisco3R2-RC(config-line)#loginR2-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.128Broadcast address: 209.165.202.159 (because 128 + 32 1 = 159)

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

    R2-RC(config)# interface fa0/0R2-RC(config-if)#ip address 209.165.202.158 255.255.255.224R2-RC(config-if)#no shutdownR2-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.11110000)Network address: 192.0.2.16Broadcast 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:

    Page 2 of 8CCNA Training CCNA Configuration SIM Question

    7/30/2012http://www.9tut.com/59-ccna-configuration-sim-question

  • 8/10/2019 CCNA Configuration SIM Question

    3/8

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

    7) Configure RIP v2 routing protocol:

    R2-RC(config)#router ripR2-RC(config-router)#version 2R2-RC(config-router)#network 209.165.202.0R2-RC(config-router)#network 192.0.2.0R2-RC(config-router)#endR2-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 usedetailed networks (209.165.202.128 & 192.0.2.16) the router will automatically convert them intoclassful networks.

    Other lab-sims on this site:

    CCNA Access List Sim

    CCNA NAT SIM Question 1

    CCNA NAT SIM Question 2

    CCNA Frame Relay Sim

    CCNA VTP SIM

    CCNA EIGRP LAB

    CCNA Drag and Drop SIM

    CCNA Implementation SIM

    CommentsComment pages Previous123 25

    1. bblazeJuly 6th, 2012

    @anish

    yes u right to get ping throughout the network you have to have routing configured on R1-RTas well.

    2. AnonymousJuly 6th, 2012

    Page 3 of 8CCNA Training CCNA Configuration SIM Question

    7/30/2012http://www.9tut.com/59-ccna-configuration-sim-question

  • 8/10/2019 CCNA Configuration SIM Question

    4/8

    hi wazz upccna alway jocking hahah

    3. MSPJuly 8th, 2012

    Ive taken this sim 4 times and cannot get ip show route to show up as RIP.

    Ive set up the network correctly with the correct addresses, but no luck at all.Can anyone help???

    4. AntonJuly 10th, 2012

    Hi, MSP!You are wrong in the syntax of command, right command is show ip route )))Good luck!

    5. ricky-ricky

    July 10th, 2012

    please why dont we have to put no auto-summary in this configuration?

    please, can someone help me?

    6. LouikingJuly 11th, 2012

    Hi Ricky-ricky,

    We put no auto-summary for the same reason we do it in EIGRP so that the addresses show up asthey have been subnetted and not summarised to their classful boundaries.

    7. LouikingJuly 11th, 2012

    Hi MSP,

    The as Anton said the command syntax was wrong, but also this sim is not to verify that you canconfirm routing works on the network. This sim just wants you to configure RIPv2 on thespecified router and thats it.

    But i must admit i was confused too with this SIM trying to check if routing is working across thenetwork.

    8. AnonymousJuly 12th, 2012

    hey ..

    how can i view all the .vce files . i have a player but its only a trial version which allow only 5

    Page 4 of 8CCNA Training CCNA Configuration SIM Question

    7/30/2012http://www.9tut.com/59-ccna-configuration-sim-question

  • 8/10/2019 CCNA Configuration SIM Question

    5/8

    questions. Please help me on [email protected]

    thanks :)

    9. MyeyesburnedJuly 14th, 2012

    Hello friends..how can i know which serial int should be set as the clock rate on it? s0/0/0 or s0/0/1? is there anycommand for that? thanks..

    10. some1July 16th, 2012

    @Myeyesburned:show controllers s 0/0/0Interface Serial0/0/0

    Hardware is PowerQUICC MPC860DTE V.35 TX and RX clocks detected

    11. swathiJuly 17th, 2012

    please help me in simulations because when i am practicing in dumbs simulations are not workingthere.

    12. where are no auto-summary?July 18th, 2012

    where are no auto-summary?

    at ripv2?

    13. WarFreakJuly 19th, 2012

    is the R2-RC only router that can be used in this lab? if yes how can u ping the R1. in .PKT noclock rate is set on R1.

    14. Layer13July 20th, 2012

    Hello all.I would like to repeat above question again.During RIPv2 configurationdo we have to use no auto-summary command?Do we loose points if we dont?

    Thanks!

    Page 5 of 8CCNA Training CCNA Configuration SIM Question

    7/30/2012http://www.9tut.com/59-ccna-configuration-sim-question

  • 8/10/2019 CCNA Configuration SIM Question

    6/8

    15. shabbazJuly 21st, 2012

    I need its needless to use no auto-summary.

    If you want to see correct results with show ip route:Go to R1-RT and add command clock rate 64000

    16. zimzimJuly 29th, 2012

    hi all,is this sim already on the CCNA exam?

    Comment pages Previous123 25

    1. No trackbacks yet.

    Add a CommentName

    Subscribe to comments feed

    CCNA Drag and Drop SIM QuestionCCNA NAT SIM Question 1

    CCNA 640-802

    CCNA Lab Sim CCNA Basic Questions CCNA Basic Questions 2 CCNA Cisco IOS Questions CCNA Cisco IOS Questions 2 CCNA Cisco IOS Questions 3 CCNA OSI Model Questions CCNA TCP/IP Model & Operation CCNA Show Command Questions CCNA Protocols & Services CCNA Access List Questions CCNA Access List Questions 2 CCNA WAN CCNA WAN 2 CCNA IP Address Questions

    Submit Comment

    Page 6 of 8CCNA Training CCNA Configuration SIM Question

    7/30/2012http://www.9tut.com/59-ccna-configuration-sim-question

  • 8/10/2019 CCNA Configuration SIM Question

    7/8

    CCNA IP Routing Questions CCNA IP Routing Questions 2 CCNA RIP Questions CCNA OSPF Questions CCNA OSPF Questions 2 CCNA EIGRP Questions CCNA EIGRP Questions 2 CCNA Security Questions CCNA DHCP Questions DHCP Group of Four Questions CCNA NAT & PAT Questions CCNA Drag and Drop 1 CCNA Drag and Drop 2 CCNA Drag and Drop 3 CCNA Drag and Drop 4 CCNA Drag and Drop 5 CCNA Switch Questions CCNA Switch Questions 2

    CCNA Switch Questions 3 CCNA VLAN Questions CCNA VLAN Questions 2 CCNA VTP Questions CCNA Hotspot CCNA STP Questions CCNA STP Questions 2 CCNA IPv6 Questions CCNA Subnetting CCNA Subnetting Questions 2 CCNA Subnetting Questions 3 CCNA Subnetting Questions 4 CCNA Operations 1 CCNA Operations 2 CCNA Operations 3 CCNA Troubleshooting 1 CCNA Troubleshooting 2 CCNA Wireless CCNA FAQs & Tips Share your CCNA Experience

    CCNA Self-Study

    Practice CCNA GNS3 Labs CCNA Knowledge

    Network Resources

    Free Router Simulators

    Page 7 of 8CCNA Training CCNA Configuration SIM Question

    7/30/2012http://www.9tut.com/59-ccna-configuration-sim-question

  • 8/10/2019 CCNA Configuration SIM Question

    8/8

    ICND1/ICND2 Website

    CCNP - ROUTE Website

    CCNP - SWITCH Website

    CCNP - TSHOOT Website

    CCNA Voice Website

    CCNA Wireless Website

    CCNA Security Website

    CCDA Website

    CCIP Website

    CCIE Written Website

    Support 9tut

    Your contribution will help keep this site updated!

    TopCopyright 2010-2012 CCNA TrainingPrivacy Policy. Valid XHTML 1.1 and CSS 3.

    Page 8 of 8CCNA Training CCNA Configuration SIM Question