cisco ccna certification practise exam_ rip v2

3
9/11/13 Cisco CCNA Certification Practise Exam: RIP v2 www.orbitco-ccna-pastquestions.com/CCNA-RIPv2-Configuration-Simulation-Exam.php 1/3 Home CCNA RIPv2 Configuration Simulation Exam CCNA RIP v2 Configuration Simulation Exam. This is an Updated real CCNA exam question (June-2012). You might see a different IP addressing. As usual, take time to read through the question so as to clearly understand what Cisco want you to do. Note: This RIP v2 LAB are used for demonstration only, you will see different IP addressing, VLAN configuration and Port allocation in the real CCNA exam. But it all works the same way if you could just grasp the technique. I suggest you use packet tracer for practice. Download Cisco Packet tracer here 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) Central Florida Widgets 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. Router configuration: 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 RIPV2 CCNA Exam 640 – 802 EIGRP Questions and Answers NAT Simulation Questions and Answers RIP v2 Simulation questions and Answers DHCP Lab Questions Frame Relay Lab Questions Access Lists Lab Questions Routing Lab Questions Drag and Drop Lab Questions Troubleshooting Questions CCNA - Common Question CCNA - Common Subnetting Questions ICND 1&2Questions ICND1 Routing and Troubleshooting Questions ICND 1 RIP v2 Lab Sim VLSM eBook Sign Up For Post Updates * required First Name: * Email Address: * Sign Me Up Email Marketing by VerticalResponse Help us improve on our services. Nothing is too small. Orbitco-CCNA-Pastquestions.com Helping You Pass Your CCNA Exams Home Contact Us

Upload: frank-patterson

Post on 27-Oct-2015

77 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Cisco CCNA Certification Practise Exam_ RIP v2

9/11/13 Cisco CCNA Certification Practise Exam: RIP v2

www.orbitco-ccna-pastquestions.com/CCNA-RIPv2-Configuration-Simulation-Exam.php 1/3

Home CCNA RIPv2 Configuration Simulation Exam

CCNA RIP v2 Configuration SimulationExam.

This is an Updated real CCNA exam question (June-2012). You might see a different IPaddressing.As usual, take time to read through the question so as to clearly understand what Cisco wantyou to do.

Note: This RIP v2 LAB are used for demonstration only, you will see different IP addressing, VLAN

configuration and Port allocation in the real CCNA exam. But it all works the same way if you could just

grasp the technique.

I suggest you use packet tracer for practice.

Download Cisco Packet tracer here

Quest ion:

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)

Central Florida Widgets 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.

Router configuration:

Name of the router is R2-RC

Enable-secret password is c isco1

The password to access user EXEC mode using the console is c isco2

The password to allow telnet access to the router is c isco3

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 shouldbe enabled.Router protocol is RIPV2

CCNA Exam 640 –

802

EIGRP Questions and Answers

NAT Simulation Questions and

Answers

RIP v2 Simulation questions

and Answers

DHCP Lab Questions

Frame Relay Lab Questions

Access Lists Lab Questions

Routing Lab Questions

Drag and Drop LabQuestions

Troubleshooting Questions

CCNA - Common Question

CCNA - CommonSubnetting Questions

ICND 1&2Questions

ICND1 Routing andTroubleshooting Questions

ICND 1 RIP v2 Lab Sim

VLSM eBook

Sign Up For PostUpdates

* required

First Name: *

Email Address: *

Sign Me Up

Email Marketing byVerticalResponse

Help us improve on ourservices. Nothing is toosmall.

Orbitco-CCNA-Pastquestions.com

Helping You Pass Your CCNA Exams

Home Contact Us

Page 2: Cisco CCNA Certification Practise Exam_ RIP v2

9/11/13 Cisco CCNA Certification Practise Exam: RIP v2

www.orbitco-ccna-pastquestions.com/CCNA-RIPv2-Configuration-Simulation-Exam.php 2/3

Solut ion:

1. Conf igure router name:

Router>enable

Router#configure terminal

Router(config)#hostname R2-RC

2. Conf igure secret password:

R2-RC(config)# enable secret cisco1

3) Conf igure console Password:

R2-RC(config)#line console 0

R2-RC(config-line)#password cisco2

R2-RC(config-line)#login

R2-RC(config-line)#exit

4) Conf igure 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) Ass ign IP address for Ethernet interface(Fa0/0):

I will advise you to try and know or cram this table below; you might be given an opportunity towrite it down before the exam:

Bit Value 128 64 32 16 8 4 2 1

BitsBorrowed 1 2 3 4 5 6 7 8

Subnetmask 128 192 224 240 248 252 254 255

SubnetPrefix /CIDR /25 /26 /27 /28 /29 /30 Read more on VLSM Normal 0 false false false EN-GB X-NONE X-NONE MicrosoftInternetExplorer4

The Ethernet network 209.165.202.128/27: looking at the table above, you can see that the /27 has a bit

value of 32 (increment) and mask should be 224 or /27

That means:

Network address : 209.165.202.128

Subnet mask : 255.255.255.224

Broadcast address : 209.165.202.159 (because 128 + 32 - 1 = 159)

Therefore, according to the question; the last assignable host address in this subnet should be: 209.165.202.158. Assign it to

fa0/0 using these commands:

R2-RC(config)# interface fa0/0R2-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): (follow the same above)

Serial network 192.0.2.16 /28

Looking at the table above, you can see that the /28 has a bit value of 16 (increment) and mask should be 240 or /28

That means:

Serial network 192.0.2.16

Page 3: Cisco CCNA Certification Practise Exam_ RIP v2

9/11/13 Cisco CCNA Certification Practise Exam: RIP v2

www.orbitco-ccna-pastquestions.com/CCNA-RIPv2-Configuration-Simulation-Exam.php 3/3

Serial network 192.0.2.16

Subnet mask: 255.255.255.240

Broadcast address :192.0.2.31 (because 16 + 16 - 1 = 31)

According to the question the last assignable host address in this subnet is 192.0.2.30. Assign it to s0/0/0 interface using

the following command:

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)#ex it

7) Conf igure RIP v2 rout ing protocol us ing the fol lowing command:

R2-RC(config)#router rip

R2-RC(config-router)#vers ion 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-conf igs tartup-conf ig (don’t forget this bit)

Tweet 4

Copyright 2012. Orbitco-Computer-Solutions.Com. All rights reserved. PrivacyPolicy Contact Us

The information provided on this website is for informational purposes only.orbitco-ccna-pastquestions.com makes no warranties, either expressed or implied, with respect to any information contained on this website.

orbitco-ccna-pastquestions.com reserves the right to change this policy at anytime without prior notice.

Ci sco and All related product mentioned in any portion of this website are the registered trademarks of Ci sco .co m

and their respective owners

619 3 0 0 1