Step 1: Determine How Many Host Addresses and Subnets Are Available
Step 1: Determine How Many Host Addresses and Subnets Are Available
Step 1: Determine How Many Host Addresses and Subnets Are Available
Step 1: Determine how many host addresses and subnets are available.
How many host addresses are available in a /25 network?
126
What is the total number of host addresses needed in the topology diagram?
80
How many subnets are needed in the network topology?
6
Step 2: Determine the largest subnet.
What is the subnet description (e.g. BR1 LAN or BR1-BR2 link)?
BR1 LAN
How many IP addresses are required in the largest subnet?
40
What subnet mask can support that many host addresses?
/26 or 255.255.255.192
How many total host addresses can that subnet mask support?
62
Can you subnet the 192.168.33.128/25 network address to support this subnet?
yes
What are the network addresses that would result from this subnetting?
192.168.33.128/26 and 192.168.33.192/26
Use the first network address for this subnet.
Step 3: Determine the second largest subnet.
What is the subnet description?
BR2 LAN
How many IP addresses are required for the second largest subnet?
25
What subnet mask can support that many host addresses?
/27 or 255.255.255.224
How many total host addresses can that subnet mask support?
30
Can you subnet the remaining subnet again and still support this subnet?
yes
What are the network addresses that would result from this subnetting?
192.168.33.192/27 and 192.168.33.224/27
Use the first network address for this subnet.
Step 4: Determine the third largest subnet.
What is the subnet description?
BR2 IoT LAN
How many IP addresses are required for the next largest subnet?
5
What subnet mask can support that many host addresses?
/29 or 255.255.255.248
How many total host addresses can that subnet mask support?
6
Can you subnet the remaining subnet again and still support this subnet?
yes
What are the network addresses that would result from this subnetting?
192.168.33.224/29, 192.168.33.232/29, 192.168.33.240/29, and 192.168.33.248/29
Use the first network address for this subnet.
Use the second network address for the CCTV LAN.
Use the third network address for the HVAC C2 LAN.
Step 5: Determine the fourth largest subnet.
What is the subnet description?
BR1-BR2 Link
How many IP addresses are required for the next largest subnet?
2
What subnet mask can support that many host addresses?
/30 or 255.255.255.252
How many total host addresses can that subnet mask support?
2
Can you subnet the remaining subnet again and still support this subnet?
yes
What are the network addresses that would result from this subnetting?
192.168.33.248/30 and 192.168.33.252/30
Use the first network address for this subnet.
BR2 CCTV
LAN 4 192.168.33.232/29 192.168.33.233 192.168.33.239
BR2 HVAC
C2LAN 4 192.168.33.240/29 192.168.33.241 192.168.33.247
In Part 3, you will cable the network to match the topology and configure the three routers
using the VLSM address scheme that you developed in Part 2.
Step 1: Cable the network as shown in the topology.
Step 2: Configure basic settings on each router.
a. Assign the device name to the routers.
b. Disable DNS lookup to prevent the routers from attempting to translate incorrectly entered
commands as though they were hostnames.
c. Assign class as the privileged EXEC encrypted password for both routers.
d. Assign cisco as the console password and enable login for the routers.
BR1(config)# login
BR2(config)# logine. Assign cisco as the VTY password and enable login for the routers.
BR1(config-line)# login
g. Create a banner that will warn anyone accessing the device that unauthorized access is
prohibited on both routers.
BR1(config-if)# no shutdown
BR1(config-if)# no shutdown
BR2(config-if)# no shutdown
BR2(config-if)# no shutdown
Step 4: Save the configuration on all devices.
Reflection Question
Can you think of a shortcut for calculating the network addresses of consecutive /30
subnets?
Answers may vary. A /30 network has 4 address spaces: the network address, 2 host
addresses, and a broadcast address. Another technique for obtaining the next /30 network
address would be to take the network address of the previous /30 network and add 4 to the
last octet.
Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 Serial 0/0/1
1800 (F0/0) (F0/1) (S0/0/0) (S0/0/1)
Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 Serial 0/0/1
1900 (G0/0) (G0/1) (S0/0/0) (S0/0/1)
Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/1/0 Serial 0/1/1
2801 (F0/0) (F0/1) (S0/1/0) (S0/1/1)
Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 Serial 0/0/1
2811 (F0/0) (F0/1) (S0/0/0) (S0/0/1)
Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 Serial 0/0/1
2900 (G0/0) (G0/1) (S0/0/0) (S0/0/1)
Gigabit Ethernet 0/0/0 Gigabit Ethernet 0/0/1 Serial 0/1/0 Serial 0/1/1
4221 (G0/0/0) (G0/0/1) (S0/1/0) (S0/1/1)
Gigabit Ethernet 0/0/0 Gigabit Ethernet 0/0/1 Serial 0/1/0 Serial 0/1/1
4300 (G0/0/0) (G0/0/1) (S0/1/0) (S0/1/1)
Note: To find out how the router is configured, look at the interfaces to identify the type of
router and how many interfaces the router has. There is no way to effectively list all the
combinations of configurations for each router class. This table includes identifiers for the
possible combinations of Ethernet and Serial interfaces in the device. The table does not
include any other type of interface, even though a specific router may contain one. An
example of this might be an ISDN BRI interface. The string in parenthesis is the legal
abbreviation that can be used in Cisco IOS commands to represent the interface.
Device Configs
BR1# show run
Building configuration...