Saltar al documento

7.2 Project Router Configuration

Router Configuration
Materia

Circuitos Eléctricos (CEL01)

12 Documentos
Los estudiantes compartieron 12 documentos en este curso
Año académico: 2019/2020
Subido por:
0seguidores
1Archivos subidos
0upvotes

Comentarios

Inicia sesión (Iniciar sesión) o regístrate (Registrarse) para publicar comentarios.

Vista previa del texto

7 Project: Router Configuration

(2 hrs)

Files

Download the following packet tracer file: Week 7 Network Project Start File

Download Week 7 Network Project Start File

Complete Network Documentation: Week 7 Address Assignments Download

Week 7 Address Assignments

If you wish to print instructions: 7 Project Router Configuration Instructions

To see complete network assignments download:

Introduction

In Week 6, you completed configuring the switches in the network project. As you go

forward with this project, you may be required to revisit switch configuration so don't

forget the tasks you completed. This week, you will add functionality to the network by

configuring the network routers to connect the networks. Many of the basic tasks are the

same on routers as switches but the routing commands will be new. You will have step-

by-step instructions on at least one router and then you will use those steps and the

additional information in the Network Device Assignments to complete the tasks on the

other routers. After this project, you should have end-to-end connectivity in the entire

network and all the red triangles should be gone.

Notes

 Network Device Assignments are provided for the entire network. These may

be different addresses than you submitted in Week 3 but use the designated

addresses and ports for the router configurations.

 Network addresses for all the inter-router links have been placed on the

topology diagram.

 Passwords for all devices will be "cisco". This is not good practice but we will

use this password for convenience.

 All work from last week has been preserved in the Week 7 Network Project

Start File.

 The CLI tab on the Cisco devices is now present. You won't need to console

into the devices to configure them using the CLI. You can click on the CLI tab.

 If you would like to print the instructions, open and print the Instructions File.

Router Assignments

o login

9. Configure the respective interfaces (commands for OgdenRouter)

o (from config) int gi0/0/

o ip address 10.1.17 255.255.

o no shut

o repeat for additional interfaces as required

10. Confirm router interface address assignments and status (show ip int br) - If

not in privileged exec, preface command with "do" (note: links will stay red

until both sides of the link are configured).

11. Configure OSPF on router.

o To activate OSPF on router type "router OSPF and [Process

Number]" (for OgdenRouter type "router ospf 1". Prompt will

change to config-router). The process number is not critical and

can actually be the same on each router. The number is used

internally by the router.

o Enter each network, its wildcard mask, and area # (commands

below for OgdenRouter). The area number is critical and must

match each network on each router. There also must be an area 0

in OSPF configuration (you can have more than one area

supported on a router).

 network 10.1.17 0.0.0 area 0

 network 10.1.17 0.0.0 area 0

o If you discover later that you made configuration errors, return to

config mode and repeat the router ospf [process number]

command. Remove wrong configuration commands by prefacing

the wrong command with "no". Enter the correct configuration

commands.

o You can verify the routing configuration by examining the running

configuration (show run or do show run). The routing information is

after the interfaces.

12. Save the running configuration to the starting configuration (copy run start or

do copy run start).

13. Repeat Steps 1 - 10 on remaining routers. When completed, all links should

be green!

14. Take a screenshot of the topology with green links and paste it in your

screenshot document.

15. Access OgdenRouter and use the show ip route command (or do show ip

route if not in privileged exec). You should have discovered 7 routes through

OSPF. Troubleshoot as necessary. Take a screenshot of the routing

table and paste in your screenshot document.

Configure DHCP

The SLC_DHCP_Router has already been configured for DHCP to support the entire

network. In 3 Project: Configuring DHCP and DNS, you configured and tested DHCP

in the SLC Administration Office. Commands for the remaining networks have been

added. Study the configuration below and note the excluded addresses. These

addresses cover all statically configured devices in the network. Also note the scope of

the dhcp pools. Your DHCP configured devices should receive ip addresses within

these scopes.

1. Look at the configuration of PC2 in the SLC Administration office. It should

have an IP address outside the excluded addresses of the scope. Although

Open any non-vlan PCs in the topology. For example, look at PC0 in the

Ogden Office. Switch the Gateway/DNS IPv4 to DHCP. Note that it does not

receive a valid address in the network even though DHCP is properly

configured on the DHCP server. Refer to TestOut 4 to understand why. To

configure DHCP Relay, you need to add the ip helper-address to the gateway

interfaces of the routers. These interfaces and address are identified in the

Router and OSPF Assignments. For example, on the OgdenRouter enter

these commands from the Configuration Terminal mode

o int gi0/

o ip helper-address 10.1.

o exit

o copy run st

2. Configure the ip-helper address on the TrainRouter and the ProvoRouter.

3. Access at least 1 non-vlan PC in each office. Switch it to accept a DHCP

assignment. It may take some time for the DHCP process to complete. Once

the PC has a DHCP assignment, take a screenshot of the FastEthernet

page from each PC and paste screenshots in document (total of 4

screenshots)

Configure DNS

¿Ha sido útil este documento?

7.2 Project Router Configuration

Materia: Circuitos Eléctricos (CEL01)

12 Documentos
Los estudiantes compartieron 12 documentos en este curso
¿Ha sido útil este documento?
7.2 Project: Router Configuration
(2 hrs)
Files
Download the following packet tracer file: Week 7 Network Project Start File.pkt
Download Week 7 Network Project Start File.pkt
Complete Network Documentation: Week 7 Address Assignments.xlsx Download
Week 7 Address Assignments.xlsx
If you wish to print instructions: 7.2 Project Router Configuration Instructions.docx
To see complete network assignments download:
Introduction
In Week 6, you completed configuring the switches in the network project. As you go
forward with this project, you may be required to revisit switch configuration so don't
forget the tasks you completed. This week, you will add functionality to the network by
configuring the network routers to connect the networks. Many of the basic tasks are the
same on routers as switches but the routing commands will be new. You will have step-
by-step instructions on at least one router and then you will use those steps and the
additional information in the Network Device Assignments to complete the tasks on the
other routers. After this project, you should have end-to-end connectivity in the entire
network and all the red triangles should be gone.