0% found this document useful (0 votes)
197 views8 pages

CCNA Configuration SIM Question

Configuracion SIM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
197 views8 pages

CCNA Configuration SIM Question

Configuracion SIM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

CCNA Training CCNA Configuration SIM Question

Type text to search here...

Page 1 of 8

Submit Query

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 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 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-routingprotocol-tutorial. Note: You can download this sim to practice here:
http://www.9tut.com/download/9tut.com_CCNA_RIP_Configuration.zip)

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

7/30/2012

CCNA Training CCNA Configuration SIM Question

Page 2 of 8

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:

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

7/30/2012

CCNA Training CCNA Configuration SIM Question

Page 3 of 8

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.
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
Comment pages
Previous 1 2 3 25
1. bblaze
July 6th, 2012
@anish
yes u right to get ping throughout the network you have to have routing configured on R1-RT
as well.
2. Anonymous
July 6th, 2012

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

7/30/2012

CCNA Training CCNA Configuration SIM Question

Page 4 of 8

hi wazz up
ccna alway jocking hahah
3. MSP
July 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. Anton
July 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. Louiking
July 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 as
they have been subnetted and not summarised to their classful boundaries.
7. Louiking
July 11th, 2012
Hi MSP,
The as Anton said the command syntax was wrong, but also this sim is not to verify that you can
confirm routing works on the network. This sim just wants you to configure RIPv2 on the
specified router and thats it.
But i must admit i was confused too with this SIM trying to check if routing is working across the
network.
8. Anonymous
July 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

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

7/30/2012

CCNA Training CCNA Configuration SIM Question

Page 5 of 8

questions. Please help me on this


[email protected]
thanks :)
9. Myeyesburned
July 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 any
command for that? thanks..
10. some1
July 16th, 2012
@Myeyesburned:
show controllers s 0/0/0
Interface Serial0/0/0
Hardware is PowerQUICC MPC860
DTE V.35 TX and RX clocks detected

11. swathi
July 17th, 2012
please help me in simulations because when i am practicing in dumbs simulations are not working
there.
12. where are no auto-summary?
July 18th, 2012
where are no auto-summary?
at ripv2?
13. WarFreak
July 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 no
clock rate is set on R1.
14. Layer13
July 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!

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

7/30/2012

CCNA Training CCNA Configuration SIM Question

Page 6 of 8

15. shabbaz
July 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. zimzim
July 29th, 2012
hi all,is this sim already on the CCNA exam?
Comment pages
Previous 1 2 3 25
1. No trackbacks yet.
Add a Comment
Name

Submit Comment

Subscribe to comments feed


CCNA Drag and Drop SIM Question CCNA 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

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

7/30/2012

CCNA Training CCNA Configuration SIM Question

Page 7 of 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

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

7/30/2012

CCNA Training CCNA Configuration SIM Question

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

Page 8 of 8

Support 9tut

Your contribution will help keep this site updated!

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

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

7/30/2012

You might also like