Module 11 Labs

pdf

School

University of Missouri, Columbia *

*We aren’t endorsed by this school

Course

221

Subject

Computer Science

Date

Oct 30, 2023

Type

pdf

Pages

29

Report

Uploaded by joelpinto923

© 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 5 www.netacad.com Packet Tracer – Subnet an IPv4 Network Addressing Table Device Interface IP Address Subnet Mask Default Gateway CustomerRouter G0/0 blank blank N/A CustomerRouter G0/1 blank blank N/A CustomerRouter S0/1/0 209.165.201.2 255.255.255.252 N/A LAN-A Switch VLAN1 blank blank blank LAN-B Switch VLAN1 blank blank blank PC-A NIC blank blank blank PC-B NIC blank blank blank ISPRouter G0/0 209.165.200.225 255.255.255.224 N/A ISPRouter S0/1/0 209.165.201.1 255.255.255.252 N/A ISPSwitch VLAN1 209.165.200.226 255.255.255.224 209.165.200.225 ISP Workstation NIC 209.165.200.235 255.255.255.224 209.165.200.225 ISP Server NIC 209.165.200.240 255.255.255.224 209.165.200.225 Objectives Part 1: Design an IPv4 Network Subnetting Scheme Part 2: Configure the Devices Part 3: Test and Troubleshoot the Network Background / Scenario In this activity, you will subnet the Customer network into multiple subnets. The subnet scheme should be based on the number of host computers required in each subnet, as well as other network considerations, like future network host expansion. After you have created a subnetting scheme and completed the table by filling in the missing host and interface IP addresses, you will configure the host PCs, switches and router interfaces. After the network devices and host PCs have been configured, you will use the ping command to test for network connectivity.
Packet Tracer Subnet an IPv4 Network © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 5 www.netacad.com Instructions Part 1: Subnet the Assigned Network Step 1: Create a subnetting scheme that meets the required number of subnets and required number of host addresses. In this scenario, you are a network technician assigned to install a new network for a customer. You must create multiple subnets out of the 192.168.0.0/24 network address space to meet the following requirements: a. The first subnet is the LAN-A network. You need a minimum of 50 host IP addresses. b. The second subnet is the LAN-B network. You need a minimum of 40 host IP addresses. c. You also need at least two additional unused subnets for future network expansion. Note : Variable length subnet masks will not be used. All of the device subnet masks should be the same length. d. Answer the following questions to help create a subnetting scheme that meets the stated network requirements: Questions: How many host addresses are needed in the largest required subnet? Type your answers here. What is the minimum number of subnets required? Type your answers here. The network that you are tasked to subnet is 192.168.0.0/24. What is the /24 subnet mask in binary? Type your answers here. e. The subnet mask is made up of two portions, the network portion, and the host portion. This is represented in the binary by the ones and the zeros in the subnet mask. Questions: In the network mask, what do the ones represent? Type your answers here. In the network mask, what do the zeros represent? Type your answers here. f. To subnet a network, bits from the host portion of the original network mask are changed into subnet bits. The number of subnet bits defines the number of subnets. Questions: Given each of the possible subnet masks depicted in the following binary format, how many subnets and how many hosts are created in each example? Hint : Remember that the number of host bits (to the power of 2) defines the number of hosts per subnet (minus 2), and the number of subnet bits (to the power of two) defines the number of subnets. The subnet bits (shown in bold) are the bits that have been borrowed beyond the original network mask of /24. The /24 is the prefix notation and corresponds to a dotted decimal mask of 255.255.255.0. 1) (/25) 11111111.11111111.11111111. 1 0000000
Packet Tracer Subnet an IPv4 Network © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 5 www.netacad.com Dotted decimal subnet mask equivalent: Type your answers here. Number of subnets? Number of hosts? Type your answers here. 2) (/26) 11111111.11111111.11111111. 11 000000 Dotted decimal subnet mask equivalent: Type your answers here. Number of subnets? Number of hosts? Type your answers here. 3) (/27) 11111111.11111111.11111111. 111 00000 Dotted decimal subnet mask equivalent: Type yor answers here. Number of subnets? Number of hosts? Type your answers here. 4) (/28) 11111111.11111111.11111111. 1111 0000 Dotted decimal subnet mask equivalent: Type your answers here. Number of subnets? Number of hosts? Type your answers here. 5) (/29) 11111111.11111111.11111111. 11111 000 Dotted decimal subnet mask equivalent: Type your answers here. Number of subnets? Number of hosts? Type your answers here. 6) (/30) 11111111.11111111.11111111. 111111 00 Dotted decimal subnet mask equivalent: Type your answers here. Number of subnets? Number of hosts? Type your answers here. Considering your answers above, which subnet masks meet the required number of minimum host addresses? Type your answers here. Considering your answers above, which subnet masks meets the minimum number of subnets required? Type your answers here.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Packet Tracer Subnet an IPv4 Network © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 5 www.netacad.com Considering your answers above, which subnet mask meets both the required minimum number of hosts and the minimum number of subnets required? Type your answers here. When you have determined which subnet mask meets all of the stated network requirements, derive each of the subnets. List the subnets from first to last in the table. Remember that the first subnet is 192.168.0.0 with the chosen subnet mask. Subnet Address Prefix Subnet Mask blank blank blank blank blank blank blank blank blank blank blank blank Step 2: Fill in the missing IP addresses in the Addressing Table Assign IP addresses based on the following criteria: Use the ISP Network settings as an example. a. Assign the first subnet to LAN-A. 1) Use the first host address for the CustomerRouter interface connected to LAN-A switch. 2) Use the second host address for the LAN-A switch. Make sure to assign a default gateway address for the switch. 3) Use the last host address for PC-A. Make sure to assign a default gateway address for the PC. b. Assign the second subnet to LAN-B. 1) Use the first host address for the CustomerRouter interface connected to LAN-B switch. 2) Use the second host address for the LAN-B switch. Make sure to assign a default gateway address for the switch. 3) Use the last host address for PC-B. Make sure to assign a default gateway address for the PC. Part 2: Configure the Devices Configure basic settings on the PCs, switches, and router. Refer to the Addressing Table for device names and address information. Step 1: Configure CustomerRouter. a. Set the enable secret password on CustomerRouter to Class123 b. Set the console login password to Cisco123 . c. Configure CustomerRouter as the hostname for the router. d. Configure the G0/0 and G0/1 interfaces with IP addresses and subnet masks, and then enable them. e. Save the running configuration to the startup configuration file. Step 2: Configure the two customer LAN switches. Configure the IP addresses on interface VLAN 1 on the two customer LAN switches. Make sure to configure the correct default gateway on each switch.
Packet Tracer Subnet an IPv4 Network © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 5 www.netacad.com Step 3: Configure the PC interfaces. Configure the IP address, subnet mask, and default gateway settings on PC-A and PC-B . Part 3: Test and Troubleshoot the Network In Part 3, you will use the ping command to test network connectivity. a. Determine if PC-A can communicate with its default gateway. Do you get a reply? Type your answers here. b. Determine if PC-B can communicate with its default gateway. Do you get a reply? Type your answers here. c. Determine if PC-A can communicate with PC-B. Do you get a reply? Type your answers here. If you answered “no” to any of the preceding questions, then you should go back and check your IP address and subnet mask configurations, and ensure that the default gateways have been correctly configured on PC- A and PC-B. End of Document
PT Lab 11.5.5 - Subnet an IPv4 Network Submit screenshot of Assessment Items tab
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 4 www.netacad.com Lab - Calculate IPv4 Subnets Objectives Part 1: Determine IPv4 Address Subnetting Part 2: Calculate IPv4 Address Subnetting Background / Scenario The ability to work with IPv4 subnets and determine network and host information based on a given IP address and subnet mask is critical to understanding how IPv4 networks operate. The first part is designed to reinforce how to compute network IP address information from a given IP address and subnet mask. When given an IP address and subnet mask, you will be able to determine other information about the subnet. 1 PC (Windows with Internet access) Optional: IPv4 address calculator Instructions Fill out the tables below with appropriate answers given the IPv4 address, original subnet mask, and new subnet mask. Problem 1: Given: Host IP Address: 192.168.200.139 Original Subnet Mask 255.255.255.0 New Subnet Mask: 255.255.255.224 Find: Number of Subnet Bits blank Number of Subnets Created blank Number of Host Bits per Subnet blank Number of Hosts per Subnet blank Network Address of this Subnet blank IPv4 Address of First Host on this Subnet blank IPv4 Address of Last Host on this Subnet blank IPv4 Broadcast Address on this Subnet blank
Lab - Calculate IPv4 Subnets © 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 4 www.netacad.com Problem 2: Given: Host IP Address: 10.101.99.228 Original Subnet Mask 255.0.0.0 New Subnet Mask: 255.255.128.0 Find: Number of Subnet Bits blank Number of Subnets Created blank Number of Host Bits per Subnet blank Number of Hosts per Subnet blank Network Address of this Subnet blank IPv4 Address of First Host on this Subnet blank IPv4 Address of Last Host on this Subnet blank IPv4 Broadcast Address on this Subnet blank Problem 3: Given: Host IP Address: 172.22.32.12 Original Subnet Mask 255.255.0.0 New Subnet Mask: 255.255.224.0 Find: Number of Subnet Bits blank Number of Subnets Created blank Number of Host Bits per Subnet blank Number of Hosts per Subnet blank Network Address of this Subnet blank IPv4 Address of First Host on this Subnet blank IPv4 Address of Last Host on this Subnet blank IPv4 Broadcast Address on this Subnet blank
Lab - Calculate IPv4 Subnets © 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 4 www.netacad.com Problem 4: Given: Host IP Address: 192.168.1.245 Original Subnet Mask 255.255.255.0 New Subnet Mask: 255.255.255.252 Find: Number of Subnet Bits blank Number of Subnets Created blank Number of Host Bits per Subnet blank Number of Hosts per Subnet blank Network Address of this Subnet blank IPv4 Address of First Host on this Subnet blank IPv4 Address of Last Host on this Subnet blank IPv4 Broadcast Address on this Subnet blank Problem 5: Given: Host IP Address: 128.107.0.55 Original Subnet Mask 255.255.0.0 New Subnet Mask: 255.255.255.0 Find: Number of Subnet Bits blank Number of Subnets Created blank Number of Host Bits per Subnet blank Number of Hosts per Subnet blank Network Address of this Subnet blank IPv4 Address of First Host on this Subnet blank IPv4 Address of Last Host on this Subnet blank IPv4 Broadcast Address on this Subnet blank
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Lab - Calculate IPv4 Subnets © 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 4 www.netacad.com Problem 6: Given: Host IP Address: 192.135.250.180 Original Subnet Mask 255.255.255.0 New Subnet Mask: 255.255.255.248 Find: Number of Subnet Bits blank Number of Subnets Created blank Number of Host Bits per Subnet blank Number of Hosts per Subnet blank Network Address of this Subnet blank IPv4 Address of First Host on this Subnet blank IPv4 Address of Last Host on this Subnet blank IPv4 Broadcast Address on this Subnet blank Reflection Question Why is the subnet mask so important when analyzing an IPv4 address? Type your answers here. End of Document End of document
© 2014 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 4 www.netacad.com Packet Tracer - Subnetting Scenario Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 Blank Blank Blank R1 G0/1 Blank Blank Blank R1 S0/0/0 Blank Blank Blank R2 G0/0 Blank Blank Blank R2 G0/1 Blank Blank Blank R2 S0/0/0 Blank Blank Blank S1 VLAN 1 Blank Blank Blank S2 VLAN 1 Blank Blank Blank S3 VLAN 1 Blank Blank Blank S4 VLAN 1 Blank Blank Blank PC1 NIC Blank Blank Blank PC2 NIC Blank Blank Blank PC3 NIC Blank Blank Blank PC4 NIC Blank Blank Blank Objectives Part 1: Design an IP Addressing Scheme Part 2: Assign IP Addresses to Network Devices and Verify Connectivity Scenario In this activity, you are given the network address of 192.168.100.0/24 to subnet and provide the IP addressing for the Packet Tracer network. Each LAN in the network requires at least 25 addresses for end devices, the switch and the router. The connection between R1 to R2 will require an IP address for each end of the link. Instructions Part 1: Design an IP Addressing Scheme Step 1: Subnet the 192.168.100.0/24 network into the appropriate number of subnets. Questions: a. Based on the topology, how many subnets are needed? Type your answers here.
Packet Tracer - Subnetting Scenario © 2014 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 4 www.netacad.com b. How many bits must be borrowed to support the number of subnets in the topology table? Type your answers here. c. How many subnets does this create? Type your answers here. d. How many usable hosts does this create per subnet? Type your answers here. Note : If your answer is less than the 25 hosts required, then you borrowed too many bits. e. Calculate the binary value for the first five subnets. The first two subnets have been done for you. Subnet Network Address Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 0 192.168.100. 0 0 0 0 0 0 0 0 1 192.168.100. 0 0 1 0 0 0 0 0 2 192.168.100. Blank Blank Blank blank Blank Blank Blank blank 3 192.168.100. Blank Blank Blank blank Blank Blank Blank blank 4 192.168.100. Blank Blank Blank blank Blank Blank Blank blank f. Calculate the binary and decimal value of the new subnet mask. First Octet Second Octet Third Octet Mask Bit 7 Mask Bit 6 Mask Bit 5 Mask Bit 4 Mask Bit 3 Mask Bit 2 Mask Bit 1 Mask Bit 0 11111111 11111111 11111111 Blank Blank Blank blank Blank Blank Blank blank First Decimal Octet Second Decimal Octet Third Decimal Octet Fourth Decimal Octet 255. 255. 255. blank g. Fill in the Subnet Table , listing the decimal value of all available subnets, the first and last usable host address, and the broadcast address. Repeat until all addresses are listed. Note: You may not need to use all rows. Subnet Table Subnet Number Subnet Address First Usable Host Address Last Usable Host Address Broadcast Address 0 Blank Blank Blank blank 1 Blank Blank Blank blank 2 Blank Blank Blank blank 3 Blank Blank Blank blank
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Packet Tracer - Subnetting Scenario © 2014 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 4 www.netacad.com Subnet Number Subnet Address First Usable Host Address Last Usable Host Address Broadcast Address 4 Blank Blank Blank blank 5 Blank Blank Blank blank 6 Blank Blank Blank blank 7 Blank Blank Blank blank 8 Blank Blank blank blank 9 blank blank blank blank 10 blank blank blank blank Step 2: Assign the subnets to the network shown in the topology. a. Assign Subnet 0 to the LAN connected to the GigabitEthernet 0/0 interface of R1: b. Assign Subnet 1 to the LAN connected to the GigabitEthernet 0/1 interface of R1: c. Assign Subnet 2 to the LAN connected to the GigabitEthernet 0/0 interface of R2: d. Assign Subnet 3 to the LAN connected to the GigabitEthernet 0/1 interface of R2: e. Assign Subnet 4 to the WAN link between R1 to R2: Step 3: Document the addressing scheme. Fill in the Addressing Table using the following guidelines: a. Assign the first usable IP addresses in each subnet to R1 for the two LAN links and the WAN link. b. Assign the first usable IP addresses in each subnet to R2 for the LAN links. Assign the last usable IP address for the WAN link. c. Assign the second usable IP address in the attached subnets to the switches. d. Assign the last usable IP addresses to the PCs in each subnet. Part 2: Assign IP Addresses to Network Devices and Verify Connectivity Most of the IP addressing is already configured on this network. Implement the following steps to complete the addressing configuration. EIGRP dynamic routing is already configured between R1 and R2. Step 1: Configure R1 LAN interfaces. a. Configure both LAN interfaces with the addresses from the Addressing Table. b. Configure the interfaces so that the hosts on the LANs have connectivity to the default gateway. Step 2: Configure IP addressing on S3. a. Configure the switch VLAN1 interface with addressing. b. Configure the switch with the default gateway address. Step 3: Configure PC4. Configure PC4 with host and default gateway addresses.
Packet Tracer - Subnetting Scenario © 2014 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 4 www.netacad.com Step 4: Verify connectivity. You can only verify connectivity from R1, S3, and PC4. However, you should be able to ping every IP address listed in the Addressing Table . End of Document
PT Lab 11.7.5 - Subnetting Scenario Submit screenshot of Assessment Items tab
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 3 www.netacad.com Packet Tracer - VLSM Design and Implementation Practice Topology You will receive one of three possible topologies. Addressing Table Device Interface IP Address Subnet Mask Default Gateway [[R1Name]] G0/0 blank blank N/A blank G0/1 blank blank N/A S0/0/0 blank blank N/A blank G0/0 blank blank N/A blank G0/1 blank blank N/A blank S0/0/0 blank blank N/A blank VLAN 1 blank blank blank blank VLAN 1 blank blank blank blank VLAN 1 blank blank blank blank VLAN 1 blank blank blank blank NIC blank blank blank blank NIC blank blank blank blank NIC blank blank blank blank NIC blank blank blank Objectives Part 1: Examine the Network Requirements Part 2: Design the VLSM Addressing Scheme Part 3: Assign IP Addresses to Devices and Verify Connectivity Background In this activity, you are given a /24 network address to use to design a VLSM addressing scheme. Based on a set of requirements, you will assign subnets and addressing, configure devices and verify connectivity. Instructions Part 1: Examine the Network Requirements Step 1: Determine the number of subnets needed. You will subnet the network address . The network has the following requirements:
Packet Tracer - VLSM Design and Implementation Practice © 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 3 www.netacad.com LAN will require host IP addresses LAN will require host IP addresses LAN will require host IP addresses LAN will require host IP addresses Question: How many subnets are needed in the network topology? Type your answers here. Step 2: Determine the subnet mask information for each subnet. Questions: a. Which subnet mask will accommodate the number of IP addresses required for ? How many usable host addresses will this subnet support? Type your answers here. b. Which subnet mask will accommodate the number of IP addresses required for ? How many usable host addresses will this subnet support? Type your answers here. c. Which subnet mask will accommodate the number of IP addresses required for ? How many usable host addresses will this subnet support? Type your answers here. d. Which subnet mask will accommodate the number of IP addresses required for ? How many usable host addresses will this subnet support? Type your answers here. e. Which subnet mask will accommodate the number of IP addresses required for the connection between and ? Type your answers here. Part 2: Design the VLSM Addressing Scheme Step 1: Divide the network based on the number of hosts per subnet. a. Use the first subnet to accommodate the largest LAN. b. Use the second subnet to accommodate the second largest LAN. c. Use the third subnet to accommodate the third largest LAN. d. Use the fourth subnet to accommodate the fourth largest LAN. e. Use the fifth subnet to accommodate the connection between and . Step 2: Document the VLSM subnets. Complete the Subnet Table , listing the subnet descriptions (e.g. [[S1Name]] LAN), number of hosts needed, then network address for the subnet, the first usable host address, and the broadcast address. Repeat until all addresses are listed. Subnet Table
Packet Tracer - VLSM Design and Implementation Practice © 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 3 www.netacad.com Subnet Description Number of Hosts Needed Network Address/CIDR First Usable Host Address Broadcast Address blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank Step 3: Document the addressing scheme. a. Assign the first usable IP addresses to for the two LAN links and the WAN link. b. Assign the first usable IP addresses to for the two LAN links. Assign the last usable IP address for the WAN link. c. Assign the second usable IP addresses to the switches. d. Assign the last usable IP addresses to the hosts. Part 3: Assign IP Addresses to Devices and Verify Connectivity Most of the IP addressing is already configured on this network. Implement the following steps to complete the addressing configuration. Step 1: Configure IP addressing on the router LAN interfaces. Step 2: Configure IP addressing on the , switch including the default gateway. Step 3: Configure IP addressing on , including the default gateway. Step 4: Verify connectivity. You can only verify connectivity from , , and . However, you should be able to ping every IP address listed in the Addressing Table . End of document
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
PT Lab 11.9.3 - VLSM Design and Implementation Practice Submit screenshot of Assessment Items tab
© 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 2 www.netacad.com Packet Tracer - Design and Implement a VLSM Addressing Scheme Addressing Table Device Interface IP Address Subnet Mask Default Gateway blank G0/0 blank blank N/A blank G0/1 blank blank N/A blank S0/0/0 blank blank N/A blank G0/0 blank blank N/A blank G0/1 blank blank N/A blank S0/0/0 blank blank N/A blank VLAN 1 blank blank blank blank VLAN 1 blank blank blank blank VLAN 1 blank blank blank blank VLAN 1 blank blank blank blank NIC blank blank blank blank NIC blank blank blank blank NIC blank blank blank blank NIC blank blank blank Objectives In this lab you will design a VLSM addressing scheme given a network address and host requirements. You will configure addressing on routers, switches, and network hosts. Design a VLSM IP addressing scheme given requirements. Configure addressing on network devices and hosts. Verify IP connectivity. Troubleshoot connectivity issues as required. Background / Scenario You have been asked to design, implement, and test an addressing scheme for a customer. The customer has given you the network address that is suitable for the network, the topology, and the host requirements. You will implement and test your design.
Packet Tracer - Design and Implement a VLSM Addressing Scheme © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 2 www.netacad.com Instructions You have been given the network address by your customer. The host address requirements are: Requirements Host Requirements: LAN Number of Addresses Required blank blank blank blank blank blank blank blank Design Requirements Create the addressing design. Follow guidelines provided in the curriculum regarding the order of the subnets. The subnets should be contiguous. There should be no unused address space between subnets. Provide the most efficient subnet possible for the point-to-point link between the routers. Document your design in a table such as the one below. Subnet Description Number of Hosts Needed Network Address/CIDR First Usable Host Address Broadcast Address blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank blank Configuration Requirements Note : You will configure addressing on all devices and hosts in the network. Assign the first usable IP addresses in the appropriate subnets to [[R1Name]] for the two LAN links and the WAN link. Assign the first usable IP addresses in the appropriate subnets to [[R2Name]] for the two LANs links. Assign the last usable IP address for the WAN link. Assign the second usable IP addresses in the appropriate subnets to the switches. The switch management interface should be reachable from hosts on all of the LANs. Assign the last usable IP addresses in the appropriate subnets to the hosts. If the addressing design and implementation are correct, all hosts and devices should be reachable over the network. End of document
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
PT Lab 11.10.1 - Design and Implement a VLSM Addressing Scheme Submit screenshot of Assessment Items tab
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
© 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 6 www.netacad.com Lab - Design and Implement a VLSM Addressing Scheme Topology 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 4221 with Cisco IOS XE Release 16.9.4 (universalk9 image). The switches used in the labs are Cisco Catalyst 2960s with Cisco IOS Release 15.2(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 the output produced might vary from what is shown in the labs. Refer to the Router Interface Summary Table at the end of the lab for the correct interface identifiers. Note : Make sure that the routers have been erased and have no startup configurations. If you are unsure, contact your instructor. Required Resources 2 Routers (Cisco 4221 with Cisco IOS XE Release 16.9.4 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 Tera Term) Console cables to configure the Cisco IOS devices via the console ports Ethernet and serial cables as shown in the topology
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Lab - Design and Implement a VLSM Addressing Scheme © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 6 www.netacad.com Windows Calculator (optional) Instructions 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. Questions: How many host addresses are available in a /25 network? Type your answers here. What is the total number of host addresses needed in the topology diagram? Type your answers here. How many subnets are needed in the network topology? Type your answers here. Step 2: Determine the largest subnet. Questions: What is the subnet description (e.g. BR1 LAN or BR1-BR2 link)? Type your answers here. How many IP addresses are required in the largest subnet? Type your answers here. What subnet mask can support that many host addresses? Type your answers here. How many total host addresses can that subnet mask support? Type your answers here. Can you subnet the 192.168.33.128/25 network address to support this subnet? Type your answers here. What are the network addresses that would result from this subnetting? Type your answers here.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Lab - Design and Implement a VLSM Addressing Scheme © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 6 www.netacad.com Use the first network address for this subnet. Step 3: Determine the second largest subnet. Questions: What is the subnet description? Type your answers here. How many IP addresses are required for the second largest subnet? Type your answers here. What subnet mask can support that many host addresses? Type your answers here. How many total host addresses can that subnet mask support? Type your answers here. Can you subnet the remaining subnet again and still support this subnet? Type your answers here. What are the network addresses that would result from this subnetting? Type your answers here. Use the first network address for this subnet. Step 4: Determine the third largest subnet. Questions: What is the subnet description? Type your answers here. How many IP addresses are required for the next largest subnet? Type your answers here. What subnet mask can support that many host addresses? Type your answers here. How many total host addresses can that subnet mask support? Type your answers here. Can you subnet the remaining subnet again and still support this subnet? pe your answers here.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Lab - Design and Implement a VLSM Addressing Scheme © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 6 www.netacad.com What are the network addresses that would result from this subnetting? Type your answers here. 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. Questions: What is the subnet description? Type your answers here. How many IP addresses are required for the next largest subnet? Type your answers here. What subnet mask can support that many host addresses? Type your answers here. How many total host addresses can that subnet mask support? Type your answers here. Can you subnet the remaining subnet again and still support this subnet? Type your answers here. What are the network addresses that would result from this subnetting? Type your answers here. Use the first network address for this subnet. 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. Subnet Description Number of Hosts Needed Network Address /CIDR First Host Address Broadcast Address BR1 LAN 40 BR2 LAN 25 BR2 IoT LAN 5
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Lab - Design and Implement a VLSM Addressing Scheme © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 6 www.netacad.com Subnet Description Number of Hosts Needed Network Address /CIDR First Host Address Broadcast Address BR2 CCTV LAN 4 BR2 HVAC C2LAN 4 BR1-BR2 Link 2 Step 2: Complete the device interface address table. Assign the first host address in the subnet to the Ethernet interfaces. BR1 should be assigned the first host address in the BR1-BR2 Link. Device Interface IP Address Subnet Mask Device Interface BR1 G0/0/0 BR1-BR2 Link BR1 G0/0/1 40 Host LAN BR2 G0/0/0 BR1-BR2 Link BR2 G0/0/1 25 Host LAN Part 3: Cable and Configure the IPv4 Network 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. Open a configuration window 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. e. Assign cisco as the VTY password and enable login for the routers. f. Encrypt the plaintext passwords for the routers. g. Create a banner that will warn anyone accessing the device that unauthorized access is prohibited on both routers. Step 3: Configure the interfaces on each router. a. Assign an IP address and subnet mask to each interface using the table that you completed in Part 2. b. Configure an interface description for each interface. c. Activate the interfaces.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Lab - Design and Implement a VLSM Addressing Scheme © 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 6 www.netacad.com Step 4: Save the configuration on all devices. Step 5: Test Connectivity. a. From BR1, ping BR2’s G0/0/0 interface. b. From BR2, ping BR1’s G0/0/0 interface. c. Troubleshoot connectivity issues if pings were not successful. Close a configuration window 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. Reflection Question Can you think of a shortcut for calculating the network addresses of consecutive /30 subnets? Type your answers here. Router Interface Summary Table Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2 1800 Fast Ethernet 0/0 (F0/0) Fast Ethernet 0/1 (F0/1) Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1) 1900 Gigabit Ethernet 0/0 (G0/0) Gigabit Ethernet 0/1 (G0/1) Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1) 2801 Fast Ethernet 0/0 (F0/0) Fast Ethernet 0/1 (F0/1) Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1) 2811 Fast Ethernet 0/0 (F0/0) Fast Ethernet 0/1 (F0/1) Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1) 2900 Gigabit Ethernet 0/0 (G0/0) Gigabit Ethernet 0/1 (G0/1) Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1) 4221 Gigabit Ethernet 0/0/0 (G0/0/0) Gigabit Ethernet 0/0/1 (G0/0/1) Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1) 4300 Gigabit Ethernet 0/0/0 (G0/0/0) Gigabit Ethernet 0/0/1 (G0/0/1) Serial 0/1/0 (S0/1/0) Serial 0/1/1 (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.End of document
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help

Browse Popular Homework Q&A

Q: Draw the most stable and least stable Newman Projections of 2,3-dimethylbutane by viewing along the…
Q: If a hypothesis is tested at the α = 0.05 level of significance, what is the probability of making a…
Q: Write the contrapositive and the negation for the following statement. Hair is necessary for a comb.…
Q: Using the Product Rule In Exercises 5–10,use the Product Rule to find the derivative of thefunction…
Q: Find the area of the triangle ABC B = 124.5°, a = 30.4 cm, c = 28.4 cm
Q: Consider the structure of pyridine, a base. Modify the structure to draw the conjugate acid. Add or…
Q: If x = 5tan(θ), write the expression in terms of x only 30+ sin(2theta)/2
Q: 2. Describe the differences in generating action potentials between the cardiac electrical cells and…
Q: A psychologist obtains a random sample of 25 mothers in the first trimester of their pregnancy. The…
Q: Write the negation of the statement below. They are not loud and I am loud. Choose the correct…
Q: Assume that a company provided the following statement of cash flows (all sales are on account):…
Q: Write a portion of code that has the following requirements: • Creating an int array with values 6,…
Q: d²y (2) Check that y = sint satisfies the differential equation dt2
Q: Bramble Corporation traded a used truck for a new truck. The used truck cost $25,400 and has…
Q: Calculate the volume in liters of a 80.5 g/L. copper(II) sulfate solution that contains 286. g of…
Q: How many leaves does a full 3-ary tree with 97 vertices have?
Q: 2. Show the major organic product of the following reaction, as "Fischer Esterification" or r OH CI…
Q: Determine the mass of 4.64% NaF solution that contains 6.27 g of F". g solution
Q: File Edit View History Bookmarks Profiles estion 4 - Proctoring Enable X CUNY Login…
Q: If the value of land in an area is increasing 6.4 percent a year, how long will it take for property…
Q: E11.6B (LO 1,2,4) (Recording and Amortization of Intangibles) Parrish Company, organized in 2025,…
Q: Aspirin can be synthesized in the lab by combining salicylic acid (C7H6O3) and acetic anhydride…