Fix
Fix
2: Subnetting Scenario 1
Topology Diagram
192.168.9.192/27
192.168.9.96/27 192.168.9.32/27
192.168.9.128/27 192.168.9.160/27
192.168.9.64/27 192.168.9.0/27
Addressing Table
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 BRANCH1 LAN 1 will require 10 host IP addresses.
The BRANCH1 LAN 2 will require 10 host IP addresses.
The BRANCH2 LAN 1 will require 10 host IP addresses.
The BRANCH2 LAN 2 will require 10 host IP addresses.
The HQ LAN will require 20 host IP addresses.
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.)
Step 1: Subnet the 192.168.9.0 network into the appropriate number of subnets.
What will the subnet mask be for the subnetworks? 255.255.255.224
How many usable host IP addresses are there per subnet? 30
Fill in the following chart with the subnet information.
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.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.
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 Serial0/0
Can both of the BRANCH1 LANs be summarized into one route on the HQ router? S
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 Serial0/0
Can both of the BRANCH2 LANs be summarized into one route on the HQ router? S
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 Serial0/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.
What would be the command used to add this summary route to the routing table?