Subnetting Scenario 1 Packet Tracer



Packet Tracer - Subnet Scenario 2 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 172.31.1.0 /24 to subnet and provide the IP addressing for the network shown in the Topology. The required host addresses for each WAN and LAN link are labeled in the topology. Packet Tracer – Subnet an IPv4 Network Addressing Table. Default Gateway. 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.

  1. Packet Tracer - Subnetting Scenario 1 Part 1: Design an IP Addressing Scheme Step 1: Subnet the 192.168.100.0/24 network into the appropriate number of subnets. Based on the topology, how many subnets are needed? 5 subnets are needed. How many bits must be borrowed to support the number of subnets in the topology table? 3 bits must be borrowed to support the number of subnets in the.
  2. Page 1 of 4 Packet Tracer - Subnetting Scenario 1 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 network shown in the topology. Each LAN in the network requires enough space for, at least, 25.

Packet Tracer – Subnetting Scenario

Addressing Table

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.

Tracer
  1. Based on the topology, how many subnets are needed?
    5 Four for the LANs, and one for the link between the routers.

  2. How many bits must be borrowed to support the number of subnets in the topology table?
    3

  3. How many subnets does this create?
    8

  4. How many usable hosts does this create per subnet?
    30
    Note: If your answer is less than the 25 hosts required, then you borrowed too many bits.

  5. Calculate the binary value for the first five subnets. The first two subnets have been done for you.

  6. Calculate the binary and decimal value of the new subnet mask.

  7. 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

Step 2: Assign the subnets to the network shown in the topology.

  1. Assign Subnet 0 to the LAN connected to the GigabitEthernet 0/0 interface of R1: 192.168.100.0 /27

  2. Assign Subnet 1 to the LAN connected to the GigabitEthernet 0/1 interface of R1: 192.168.100.32 /27

  3. Assign Subnet 2 to the LAN connected to the GigabitEthernet 0/0 interface of R2: 192.168.100.64 /27

  4. Assign Subnet 3 to the LAN connected to the GigabitEthernet 0/1 interface of R2: 192.168.100.96 /27

  5. Assign Subnet 4 to the WAN link between R1 to R2: 192.168.100.128 /27

Step 3: Document the addressing scheme.

Subnetting Scenario 1 Packet Tracer
  • Fill in the Addressing Table using the following guidelines:
  1. Assign the first usable IP addresses in each subnet to R1 for the two LAN links and the WAN link.

  2. 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.

  3. Assign the second usable IP address in the attached subnets to the switches.

  4. 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.

  1. Configure both LAN interfaces with the addresses from the Addressing Table.

  2. Configure the interfaces so that the hosts on the LANs have connectivity to the default gateway.

Step 2: Configure IP addressing on S3.

  1. Configure the switch VLAN1 interface with addressing.

  2. Configure the switch with the default gateway address.

Step 3: Configure PC4.

  • Configure PC4 with host and default gateway addresses.

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.

Device Configs

R1

enable
configure terminal
interface GigabitEthernet0/0
ip address 192.168.100.1 255.255.255.192
no shutdown
interface GigabitEthernet0/1
ip address 192.168.100.33 255.255.255.192
no shutdown
end

S3

enable
configure terminal
interface Vlan1
ip address 192.168.100.66 255.255.255.192
no shutdown
ip default-gateway 192.168.0.65
end

PC4

IP address: 192.168.100.126 /27
Default gateway: 192.168.0.97

Packet Tracer – Subnet Scenario 2

Addressing Table

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 172.31.1.0 /24 to subnet and provide the IP addressing for the network shown in the Topology. The required host addresses for each WAN and LAN link are labeled in the topology.

Part 1: Design an IP Addressing Scheme

Step 1: Subnet the 172.31.1.0/24 network based on the maximum number of hosts required by the largest subnet.

a. Based on the topology, how many subnets are needed? 7

b. How many bits must be borrowed to support the number of subnets in the topology table? 4

c. How many subnets does this create? 16

d. How many usable host addresses does this create per subnet? 14

Note: If your answer is less than the 14 maximum hosts required for the R3 LAN, then you borrowed too many bits.
e. Calculate the binary value for the first five subnets. Subnet zero is already shown.

Net 0: 172 . 31 . 1 . 0 0 0 0 0 0 0 0

Net 1: 172 . 31 . 1 . ___ ___ ___ ___ ___ ___ ___ ___
Net 1: 172 . 31 . 1 . 0 0 0 1 0 0 0 0

Net 2: 172 . 31 . 1 . ___ ___ ___ ___ ___ ___ ___ ___
Net 2: 172 . 31 . 1 . 0 0 1 0 0 0 0 0

Net 3: 172 . 31 . 1 . ___ ___ ___ ___ ___ ___ ___ ___
Net 3: 172 . 31 . 1 . 0 0 1 1 0 0 0 0

Net 4: 172 . 31 . 1 . ___ ___ ___ ___ ___ ___ ___ ___
Net 4: 172 . 31 . 1 . 0 1 0 0 0 0 0 0

f. Calculate the binary and decimal value of the new subnet mask.

Subnetting Scenario 1 Packet Tracer

11111111.11111111.11111111. ___ ___ ___ ___ ___ ___ ___ ___
11111111.11111111.11111111. 1 1 1 1 0 0 0 0

255 . 255 . 255 . ______
255 . 255 . 255 . 240

9.1.4.6 Packet Tracer - Subnetting Scenario 1.pka

g. Complete the Subnet Table, listing all available subnets, the first and last usable host address, and the broadcast address. The first subnet is done for you. Repeat until all addresses are listed.

Note: You may not need to use all rows.

Subnet Table

Step 2: Assign the subnets to the network shown in the topology.

When assigning the subnets, keep in mind that routing is necessary to allow information to be sent throughout the network.

a. Assign Subnet 0 to the R1 LAN: 172.31.1.0 /28

b. Assign Subnet 1 to the R2 LAN: 172.31.1.16/28

c. Assign Subnet 2 to the R3 LAN: 172.31.1.32/28

d. Assign Subnet 3 to the R4 LAN: 172.31.1.48/28

e. Assign Subnet 4 to the link between R1 and R2: 172.31.1.64/28

f. Assign Subnet 5 to the link between R2 and R3: 172.31.1.80/28

g. Assign Subnet 6 to the link between R3 and R4: 172.31.1.96/28

Step 3: Document the addressing scheme.

Complete the Addressing Table using the following guidelines:

a. Assign the first usable IP addresses to routers for each of the LAN links.

b. Use the following method to assign WAN link IP addresses:

· For the WAN link between R1 and R2, assign the first usable IP address to R1 and last usable IP address R2.
· For the WAN link between R2 and R3, assign the first usable IP address to R2 and last usable IP address R3.
· For the WAN link between R3 and R4, assign the first usable IP address to R3 and last usable IP address R4.
c. Assign the second usable IP addresses to the switches.

d. Assign the last usable IP addresses to the hosts.

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.

Step 1: Configure IP addressing on R1 and R2 LAN interfaces.
Step 2: Configure IP addressing on S3, including the default gateway.
Step 3: Configure IP addressing on PC4, including the default gateway.
Step 4: Verify connectivity.

You can only verify connectivity from R1, R2, S3, and PC4. However, you should be able to ping every IP address listed in the Addressing Table.

Suggested Scoring Rubric

Instructions:

R1>en
R1#conf ter
R1(config)#int g0/0
R1(config-if)#ip add 172.31.1.1 255.255.255.240
R1(config-if)#no sh

R2>en
R2#conf ter
R2(config)#int g0/0
R2(config-if)#ip add 172.31.1.17 255.255.255.240
R2(config-if)#no sh

S3>en
S3#conf ter
S3(config)#int vlan 1
S3(config-if)#ip add 172.31.1.34 255.255.255.240
S3(config-if)#no sh
S3(config-if)#ip default-gateway 172.31.1.33

Download Pka file and PDF file below:

Tracer

Packet Tracer - Subnetting Scenario 1 Answers

[sociallocker id=”8545″]
[wpdm_package id=’5498′]
[wpdm_package id=’8645′]
[/sociallocker]