Purchase Solution

Cisco Network Configuration

Not what you're looking for?

Ask Custom Question

Given the physical topology in the attachment, state the proper syntax needed to configure the routers and the computers included in the topology. Please see the attachment for the full question.

Sample Configuration:
router#config t
router(config)#int fa0/0
router(config-if)#ip add 192.22.3.1 255.255.255.0
router(config-if)#no shut

1. Configuration of host devices (fill the table below with the appropriate details)
2. Configuration of R0 interfaces (2 interfaces)
3. Configuration of R1 interfaces (2 interfaces)
4. Configuration of R2 interfaces (3 interfaces)

STUDENT NETWORK A NETWORK B NETWORK C NETWORK D
Borje 19.128.0.0/9 200.100.16.0/30 192.201.128.128/30 192.168.1.0/24
Brigino 19.128.0.0/12 38.177.8.0/30 192.201.64.128/30 192.168.2.0/24
Carreon 19.128.0.0/11 200.100.16.0/29 192.201.8.128/30 192.168.3.0/24
Collantes 19.128.0.0/12 38.177.8.0/29 192.201.16.128/30 192.168.4.0/24
Gaddi 19.128.0.0/13 200.100.16.0/28 192.201.4.128/30 192.168.5.0/24
Guillema 19.128.0.0/14 38.177.8.0/28 192.201.68.128/30 192.168.6.0/24
Julian 19.128.0.0/15 200.100.16.0/27 192.201.132.128/30 192.168.7.0/24
Llorera 19.128.0.0/17 38.177.8.0/27 192.201.192.128/30 192.168.8.0/24
Luat 19.128.0.0/18 200.100.16.0/26 192.201.228.128/30 192.168.9.0/24
Martin 19.128.0.0/19 38.177.8.0/26 192.201.196.128/30 192.168.10.0/24
Monteveros 19.128.0.0/20 200.100.16.0/25 192.201.24.128/30 192.168.11.0/24
Nabus 19.128.0.0/21 38.177.8.0/25 192.201.28.128/30 192.168.12.0/24
Nepomuceno 19.128.0.0/22 200.100.16.0/24 192.201.20.128/30 192.168.13.0/24
Palomar 19.128.0.0/23 38.177.8.0/24 192.201.36.128/30 192.168.14.0/24
Perono 19.128.0.0/25 200.100.16.0/23 192.201.48.128/30 192.168.15.0/24
Pertubal 19.128.0.0/26 38.177.8.0/23 192.201.144.128/30 192.168.16.0/24
Ronquillo 19.128.0.0/27 200.100.16.0/22 192.201.80.128/30 192.168.17.0/24
Santiago 19.128.0.0/28 38.177.8.0/22 192.201.100.128/30 192.168.18.0/24
Senosa 19.0.0.0/7 200.100.16.0/21 192.201.52.128/30 192.168.19.0/24
Wong 19.0.0.0/6 38.177.8.0/21 192.201.12.128/30 192.168.20.0/24

Attachments
Purchase this Solution

Solution Summary

The full solution contains solutions as well as configuration commands needed to complete the configuration of each part.

Solution Preview

See attached solution.

I. CONFIGURATION

Given the physical topology below, state the proper syntax needed to configure the routers and the computers included in the topology.

Sample Configuration:
router#config t
router(config)#int fa0/0
router(config-if)#ip add 192.22.3.1 255.255.255.0
router(config-if)#no shut

***Refer to Network Address Assignment table below.

1. Configuration of host devices (fill the table below with the appropriate details)

Host IP Address Subnet Mask Default Gateway
PC0 192.168.1.2 255.255.255.0 192.168.1.1
PC1 192.168.1.3 255.255.255.0 192.168.1.1
PC2 192.168.1.4 255.255.255.0 192.168.1.1
PC3 192.168.1.5 255.255.255.0 192.168.1.1

2. Configuration of R0 interfaces (2 ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic Networking Questions

This quiz consists of some basic networking questions.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C# variables and classes

This quiz contains questions about C# classes and variables.