Network Configuration & Management Lab Tutorial - 1 of Lesson – 7
Network Configuration & Management Lab Tutorial - 1 of Lesson – 7
Student Name
Institution
Course
Lecturer
Date
2
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.
Branch
6
7
HQ
8
ISP
HQ
9
PC2
11
PC3
12
Before configuring RIP, which networks are already included in the BRANCH routing table?
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
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
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
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
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
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?
Answer the following questions to verify that the network is operating as expected.
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?
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?
What networks, including the metric, are present in the RIP updates sent from the BRANCH
router?
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
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
PC1-PC2
26
PC1-PC3