Lab 4 Group 1A
Lab 4 Group 1A
PROGRAMME 2BEET
SECTION /
S1/1
GROUP
DATE 27 / 4 / 2022
G0/0 G0/1
G0/1 G0/0
Objectives
Part 1: Examine Network Requirements
Part 2: Design the VLSM Address Scheme
Part 3: Cable and Configure the IPv4 Network
Background / Scenario
Variable Length Subnet Mask (VLSM) was designed to avoid wasting IP addresses. With VLSM,
a network is subnetted and then re-subnetted. This process can be repeated multiple times to create
subnets of various sizes based on the number of hosts required in each subnet. Effective use of VLSM
requires address planning.
In this lab, use the 192.168.33.128/25 network address to develop an address scheme for the network
displayed in the topology diagram. VLSM is used to meet the IPv4 addressing requirements. After you
have designed the VLSM address scheme, you will configure the interfaces on the routers with the
appropriate IP address information. The future LANS at BR2 will need to have addresses allocated,
but no interfaces will be configured at this time.
Note: The routers used with CCNA hands-on labs are Cisco 1941 Integrated Services Routers (ISRs)
with Cisco IOS Release 15.2(4) M3 (universalk9 image). The switches used are Cisco Catalyst 2960s
with Cisco IOS Release 15.0(2) (lanbasek9 image). Other routers, switches and Cisco IOS versions
can be used. Depending on the model and Cisco IOS version, the commands available and output
produced might vary from what is shown in the labs. Refer to the Router Interface Summary Table at
this end of the lab for the correct interface identifiers.
Note: Make sure that the routers and switches have been erased and have no startup configurations.
If you are unsure, contact your instructor.
Required Resources
• 2 Routers (Cisco 1941 with Cisco IOS Release 15.2(4) M3 universal image or comparable)
• 2 Switches (Cisco 2960 with Cisco IOS Release 15.2(2) lanbasek9 image or comparable)
• 1 PCs (Windows with terminal emulation program, such as PuTTY)
• Console cables to configure the Cisco IOS devices via the console ports
• Ethernet and serial cables as shown in the topology
• Windows Calculator (optional)
3
Part 1: Examine Network Requirements
In Part 1, you will examine the network requirements to develop a VLSM address scheme for the
network displayed in the topology diagram using the 192.168.33.128/25 network address.
Note: You can use the Windows Calculator application and search the internet for an IP subnet
calculator to help with your calculations.
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
4
Step 4: Determine the third largest subnet.
5
Part 2: Design the VLSM Address Scheme
Step 1: Calculate the subnet information.
Use the information that you obtained in Part 1 to fill in the following table.
Number of
Hosts Network Address First Host Broadcast
Subnet Description Needed /CIDR Address Address
BR2
G0/1 192.168.33.193 255.255.255.224 25 Host LAN
6
Part 3: Cable and Configure the IPv4 Network
In Part 3, you will cable the network to match the topology and configure the routers using the VLSM
address scheme that you developed in Part 2.
Figure 1: Verify connectivity by using the ping command from BR1 to BR2’s G0/0 interface.
7
b. From BR2, ping BR1’s G0/0 interface.
BR2# ping {ip_address}
Figure 2: Verify connectivity by using the ping command from BR2 to BR1’s G0/0 interface.
Note: Pings to the GigabitEthernet LAN interfaces on other routers will not be successful. A routing
protocol needs to be in place for other devices to be aware of those subnets. The GigabitEthernet
interfaces also need to be in an up/up state before a routing protocol can add the subnets to the routing
table. The focus of this lab is on VLSM and configuring the interfaces.
End of document
8
Running Configuration from Router BR1:
BR1# show running-config
9
10
Running Configuration from Router BR2:
BR2# show running-config
11
12
Router Interface Summary Table
Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2
1800 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
1900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
2801 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)
(F0/0) (F0/1)
2811 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
2900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
Note: To find out how the router is configured, look at the interfaces to identify the router type 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.
13
Appendix A: Initializing and Reloading a Router
Note: You may receive a prompt to save the running configuration prior to reloading the router.
Respond by typing no and press Enter.
System configuration has been modified. Save? [yes/no]: no
14
Appendix B: Initializing and Reloading a Switch
Step 2: Determine if there have been any virtual local-area networks (VLANs) created.
Use the show flash command to determine if any VLANs have been created on the switch.
Switch# show flash
Directory of flash:/
You will be prompted to verify the file name. At this point, you can change the file name or just
press Enter if you have entered the name correctly.
b. When you are prompted to delete this file, press Enter to confirm the deletion. (Pressing any
other key will abort the deletion.)
Delete flash:/vlan.dat? [confirm]
Switch#
15
Step 5: Reload the switch.
Reload the switch to remove any old configuration information from memory. When you are
prompted to reload the switch, press Enter to proceed with the reload. (Pressing any other key will
abort the reload.)
Switch# reload
Proceed with reload? [confirm]
Note: You may receive a prompt to save the running configuration prior to reloading the switch.
Type no and press Enter.
System configuration has been modified. Save? [yes/no]: no
16