E2 Lab 3 5 2 in
E2 Lab 3 5 2 in
E2 Lab 3 5 2 in
Addressing Table
Device
Interface
IP Address
Subnet Mask
Default Gateway
Fa0/1
192.168.9.193
255.255.255.224
N/A
S0/0/0
192.168.9.129
255.255.255.224
N/A
S0/0/1
192.168.9.161
255.255.255.224
N/A
Fa0/0
192.168.9.65
255.255.255.224
N/A
Fa0/1
192.168.9.97
255.255.255.224
N/A
S0/0/0
192.168.9.158
255.255.255.224
N/A
Fa0/0
192.168.9.33
255.255.255.224
N/A
Fa0/1
192.168.9.1
255.255.255.224
N/A
S0/0/1
192.168.9.190
255.255.255.224
N/A
PC1
NIC
192.168.9.222
255.255.255.224
192.168.9.193
PC2
NIC
192.168.9.126
255.255.255.224
192.168.9.97
PC3
NIC
192.168.9.94
255.255.255.224
192.168.9.65
PC4
NIC
192.168.9.62
255.255.255.224
192.168.9.33
PC5
NIC
192.168.9.30
255.255.255.224
192.168.9.1
HQ
BRANCH1
BRANCH2
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 1 of 4
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Dynamic Routing Protocols
Learning Objectives
Upon completion of this lab, you will be able to:
Assign addresses and subnet mask pairs to device interfaces and hosts.
Scenario
In this lab, you have been given the network address 192.168.9.0/24 to subnet and provide the IP
addressing for the network shown in the Topology Diagram. The network has the following addressing
requirements:
The link from HQ to BRANCH1 will require an IP address for each end of the link.
The link from HQ to BRANCH2 will require an IP address for each end of the link.
(Note: Remember that the interfaces of network devices are also host IP addresses and are included
in the above addressing requirements.)
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 2 of 4
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Dynamic Routing Protocols
Subnet Address
192.168.9.0
192.168.9.32
192.168.9.64
192.168.9.96
192.168.9.128
192.168.9.160
192.168.9.192
192.168.9.224
First Usable
Host Address
192.168.9.1
192.168.9.33
192.168.9.65
192.168.9.97
192.168.9.129
192.168.9.161
192.168.9.193
192.168.9.225
Last Usable
Host Address
192.168.9.30
192.168.9.62
192.168.9.94
192.168.9.126
192.168.9.158
192.168.9.190
192.168.9.222
192.168.9.254
Broadcast
Address
192.168.9.31
192.168.9.63
192.168.9.95
192.168.9.127
192.168.9.159
192.168.9.191
192.168.9.223
192.168.9.255
Step 2: Assign the subnets to the network shown in the Topology Diagram.
When assigning the subnets, keep in mind that routing will need to occur to allow information to be sent
throughout the network. The subnets will be assigned to the networks to allow for route summarization on
each of the routers.
1. Assign first subnet (lowest subnet) to the LAN connected to the Fa0/1 interface of BRANCH2.
What is the subnet address? __________192.168.9.0 /27__________
2. Assign second subnet to LAN connected to the Fa0/0 interface of BRANCH2. What is the subnet
address? __________192.168.9.32 /27__________
3. Assign third subnet to LAN connected to the Fa0/0 interface of BRANCH1. What is the subnet
address?__________192.168.9.64 /27__________
4. Assign fourth subnet to LAN connected to the Fa0/1 interface of BRANCH1. What is the subnet
address?__________192.168.9.96 /27__________
5. Assign fifth subnet to the WAN link from HQ to BRANCH1. What is the subnet address?
__________192.168.9.128 /27__________
6. Assign sixth subnet to the WAN link from HQ to BRANCH2. __________192.168.9.160 /
27__________
7. Assign seventh subnet to LAN connected to the Fa0/1 interface of HQ. What is the subnet
address? __________192.168.9.192 /27__________
Note: The highest subnet will not be required in this topology.
Page 3 of 4
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Dynamic Routing Protocols
Task 5: Reflection
How many IP address in the 192.168.9.0 network are unused or unusable in this design? _____192_____
What would the command be to add a default static route on the WAN interface of the BRANCH1 router?
___________________________________________________________________________________
ip route 0.0.0.0 0.0.0.0 serial 0/0
Can both of the BRANCH1 LANs be summarized into one route on the HQ router? _____yes_____
What would be the command used to add this summary route to the routing table?
___________________________________________________________________________________
ip route 192.168.9.64 255.255.255.192 serial 0/0
Can both of the BRANCH2 LANs be summarized into one route on the HQ router? _____yes_____
What would be the command used to add this summary route to the routing table?
___________________________________________________________________________________
ip route 192.168.9.0 255.255.255.192 serial 0/1
Can the HQ LAN and both of the BRANCH1 LANs be summarized into one route on the BRANCH2
router? This summarized route should also include the link between the HQ and BRANCH1 routers.
_____No, The HQ LAN is discontiguous from the rest of the subnets. This prevents an efficient
summarization of the subnets.____________________________________________________________
What would be the command used to add this summary route to the routing table?
_____no answer here __________________________________________________________________
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 4 of 4