0% found this document useful (0 votes)
10 views

Network Configuration & Management Lab Tutorial - 1 of Lesson – 7

work

Uploaded by

alfredatika05
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Network Configuration & Management Lab Tutorial - 1 of Lesson – 7

work

Uploaded by

alfredatika05
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 26

1

Configuring and Managing the Network Lab Tutorial - 1 of Lesson – 7

Student Name

Institution

Course

Lecturer

Date
2

Task 1: Fill Addressing Table

Task 2: Establish the Network


3

Cable a network similar to the one seen in Packet Tracer's Topology Diagram as the first

step.

Step 2: Set up the BRANCH, HQ, and ISP routers with the bare minimum of

administrative setup.

BRANCH
4

HQ

ISP
5

The third task is to activate and configure serial and ethernet addresses.

Step 1: Set up the ISP, BRANCH, and HQ routers.

Branch
6
7

HQ
8

ISP

Step 2: Set up PC1, PC2, and PC3's Ethernet connections

Task 4:Verify Next-Hop Device Connectivity.

HQ
9

Step 2: Check the connectivity of the Ethernet interface

PING-Pc1 default gateway


10

PC2
11

PC3
12

Task 5: Setting up RIP Routing on the BRANCH Router

Before configuring RIP, which networks are already included in the BRANCH routing table?

enumerate the networks using the CIDR notation.

10.10.2.0/23

172.16.10.4/30
13

What instructions must be entered in order to activate RIP version 2 and add these networks to

the routing updates?

Exist any router interfaces that don't require RIP updates to be sent? Yes

With what command may this interface's RIP updates be turned off?
14

Task 6: Set up Static Routing and RIP on the HQ Router

Think about the kind of static routing required on the HQ.

What networks are shown in the routing table for the HQ? the networks that use CIDR

notation.

172.16.10.0/30

172.16.10.4/30

192.168.1.128/25

To transmit all packets with destination addresses that are not in the routing table to the

ISP router, a static default route must be set up. What command is required to make this

happen? Use the proper exit interface on the command's HQ router.

HQ(config) #ip route 1 0.0.0.0 0.0.0.0 Serial0/0/

What instructions are necessary to activate RIP and add the LAN network to the routing

updates?

What instructions are necessary to activate RIP and add the LAN network to the routing

updates?

router rip

HQ(config)#router rip

HQ(config-router)#network 192.168.1.128

Exist any router interfaces that don't require RIP updates to be sent? Yes

What command is used on this interface to turn off RIP updates?

HQ(config-router)#passive-interface FastEthernet0/0

FastEthernet0/0 The BRANCH router must get the default route data from the HQ router in RIP

updates.
15

What command does this configure?

HQ(config-router) #default-information originate

Task 7: Configure Static Routing on the ISP Router

All traffic that is intended for the RFC 1918 addresses used on the BRANCH LAN, HQ LAN,

and the link between the BRANCH and HQ routers must be configured with static routes on the

ISP router. What ISP router configuration commands must be made in order to achieve this?

ISP(config)#ip route 10.10.2.0 255.255.254.0 Serial0/0/1

ISP(config)#ip route 192.168.1.128 255.255.255.128 Serial0/0/1

Task 8: Verify the Configurations

Answer the following questions to verify that the network is operating as expected.

From PC2, is it possible to ping PC1? Yes

From PC2, is it possible to ping PC3? Yes

From PC1, is it possible to ping PC3? Yes

What routes are present in the routing table of the BRANCH router?

10.10.2.0/23

172.16.10.4/30

What is the gateway of last resort in the routing table of the BRANCH router?

172.16.10.1 to network 0.0.0.0

What routes are present in the routing table of the HQ router?

10.10.2.0/23

172.16.10.4/30

192.168.1.0/25

0.0.0.0/0
16

What networks are present in the routing table of the ISP router?

10.10.2.0/23

172.16.10.0/30

172.16.10.4/30

203.162.108.0/24

What networks, including the metric, are present in the RIP updates sent from the HQ router?

Network 0.0.0.0 metric 1

Network 192.168.1.128 metric 1

What networks, including the metric, are present in the RIP updates sent from the BRANCH

router?

Network 10.10.2.0 metric 1

Task 9: Reflection

If static routing were used instead of RIP on the BRANCH router, how many individual static

routes would be needed for hosts on the BRANCH LAN to communicate with all of the

networks in the Topology Diagram?

Task 10: Document the Router Configurations

Branch Router
17

HQ Router
18

ISP Router
19

Running Table

HQ
20

Branch
21

ISP
22

Interface Summarization

Branch
23

HQ
24

ISP
25

Ping screenshots to verify connectivity

PC1-PC2
26

PC1-PC3

You might also like