Vous êtes sur la page 1sur 7

1/3/2011

Type text to search here...


Ads by Google CCNA Answers

CCNA Training CCNA Configuration S


CCNA Practice Exam Cisco CCNA 640 802 Exam CCNA Simulator

Home > CCNA Configuration SIM Question

CCNA Configuration SIM Question


October 19th, 2010 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 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 R2RC. 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:
Cisco Video Conference Guide to your telepresence solution Download it for Free Here!
Cisco.com/Cisco_Telepresence

EasyEnterprise Easy EAP-TLS Network Setup Setup an EAP-TLS network in minutes www.TjlSoftware.co.uk/products.html I passed the CCIE R&S Lab on my first attempt! Steve Clarkin - CCIE #25821 www.INE.com/CCIE

9tut.com/59-ccna-configuration-sim-q

1/7

1/3/2011

CCNA Training CCNA Configuration S

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
9tut.com/59-ccna-configuration-sim-q 2/7

1/3/2011

CCNA Training CCNA Configuration S

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.128 R2-RC(config-router)#network 192.0.2.16 R2-RC(config-router)#end R2-RC#copy running-config startup-config
Virtual Routing Emulation Visually create dynamic multihop networks with free bootable CD www.candelatech.com/xorp Pass ACCA Exams 1st Time Career Service, LSBF ACCA Tutors Team+ Fully funded MBA/MSc Degree www.CA-MB Wireless Router Top Ten Technology Tools for Your Small Office Success! www.NotebookReview.com

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 Comments 1. Dark December 8th, 2010 Forgot no autosummary in rip conf. and after this configuration routers will not ping, because clock rate and bandwidth doesnt configurate on the serial interfaces. 2. cizmo December 9th, 2010 agree 3. kamel December 10th, 2010 1 In question no. 7
9tut.com/59-ccna-configuration-sim-q 3/7

1/3/2011

CCNA Training CCNA Configuration S

why : network 209.165.202.128 network 192.0.2.16 I think it must : network 209.165.202.0 , because it is a network not host network 192.0.2.0 , because it is a network not hostIs 2- Should we write end in the end of commands? 4. Neo December 11th, 2010 The 7th step cannot hav the following router config commands R2-RC(config-router)#network 209.165.202.128 R2-RC(config-router)#network 192.0.2.16 bcuz in the eigrp network commands u must enter a classful address which means that it must be one of the Class A or B or C address depending on the first octet so here as the addresses are class C addresses the network commands shud be network 209.165.202.0 network 192.0.2.0 the answer given will be correct if the respective wildcard mask is given which are 0.0.0.127 and 0.0.0.15 respectively. Does this convince anybody ?? 9tut do u think the xplanation was sound ?? im jus a begginer n dis is wat i think it shud be please reply so dat i learn. 5. Pete December 12th, 2010 RIP v2 can carry subnet information /VLSM/,thus supporting classless inter-domain routing /CIDR/. In that case you dont need to use no auto-summary command.I hope this could help. 6. Neo December 12th, 2010 small mistake in d xplanation but d xplanation still holds its not eigrp it is Rip version 2 7. rayan December 14th, 2010 hi 9tut i think we should ping both router in exam..?? plz reply.. b\c there is no point off configure r2 router.. .. 8. JC December 15th, 2010 Neo with eigrp you can have
9tut.com/59-ccna-configuration-sim-q 4/7

1/3/2011

CCNA Training CCNA Configuration S

R2-RC(config-router)#network 209.165.202.128 R2-RC(config-router)#network 192.0.2.16 as your setting as long as you add this line into your eigrp R2-RC(config-router)no auto-summary the no auto summary makes eigrp classless 9. win December 16th, 2010 is no autosummary cmd is required for rip v2.(above question) 10. lokeswarreddy December 16th, 2010 hi i think that there is no need of no auto summary bcz rip will support classless 11. win December 16th, 2010 is 9tut simulation(9 simulation question) and mashti & acme (354) enough for exam? 12. Qrsa December 25th, 2010 In the cisco.com example shows, that in version 2 int valuable to use no auto-summary 13. Qrsa December 25th, 2010 Prooflink for no auto-summary: http://www.cisco.com/en/US/docs/ios/12_0/np1/command/reference/1rrip.html#wp1017389 http://www.cisco.com/en/US/docs/ios/12_0/np1/configuration/guide/1crip.html#wp4775 14. Curios January 1st, 2011 Yes, i support that Rv2 requires no auto -summary bcos by default d CIDR has 2 b manual. Also, there shud be a clock rate 4 d host 2 ping. 15. ARQ: January 1st, 2011 this login statement isnt this an invalid command 1. No trackbacks yet. Add a Comment
9tut.com/59-ccna-configuration-sim-q 5/7

1/3/2011

CCNA Training CCNA Configuration S

Name Website (not required)

Submit Comment

Subscribe to comments feed CCNA EIGRP LAB Question CCNA NAT SIM Question 1

CCNA 640-802
CCNA Lab Sim CCNA Access List Questions CCNA WAN CCNA OSPF Questions CCNA EIGRP Questions DHCP Group of Four Questions CCNA Drag and Drop 1 CCNA Drag and Drop 2 CCNA Drag and Drop 3 CCNA Drag and Drop 4 CCNA Hotspot CCNA IPv6 Questions CCNA Subnetting CCNA Operations 1 CCNA Operations 2 CCNA Operations 3 CCNA Troubleshooting 1 CCNA Troubleshooting 2 Share your CCNA Experience

CCNA Self-Study
Practice CCNA GNS3 Labs CCNA Knowledge

Network Resources
CCNA FAQs & Tips Free Router Simulators
9tut.com/59-ccna-configuration-sim-q 6/7

1/3/2011

CCNA Training CCNA Configuration S

ICND1/ICND2 Website CCNP - ROUTE Website CCNP - SWITCH Website CCNP - TSHOOT Website CCNA Voice Website CCNA Security Website CCDA Website CCIE Written Website Support 9tut

Your contribution will help keep this site updated!

Ads by Google CCNA Router Lab Cisco Router CCNA ICND 1 Cisco Boson

Top Copyright 2010 CCNA Training Privacy Policy. Valid XHTML 1.1 and CSS 3.

9tut.com/59-ccna-configuration-sim-q

7/7

Vous aimerez peut-être aussi