0% found this document useful (0 votes)
39 views

Subnetting-Lo Rye PDF

This document provides the network topology, IP addressing scheme, and configuration requirements for a network with 3 routers and 8 PCs. The objectives are to configure basic settings for all devices, enable telnet access, subnet the 192.168.0.0/24 network to support the required number of hosts, assign IP addresses, and configure static routing. The network must be tested for connectivity between PCs, PCs and gateways, and telnet access to routers.

Uploaded by

ryelo2413
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Subnetting-Lo Rye PDF

This document provides the network topology, IP addressing scheme, and configuration requirements for a network with 3 routers and 8 PCs. The objectives are to configure basic settings for all devices, enable telnet access, subnet the 192.168.0.0/24 network to support the required number of hosts, assign IP addresses, and configure static routing. The network must be tested for connectivity between PCs, PCs and gateways, and telnet access to routers.

Uploaded by

ryelo2413
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Packet Tracer – Subnetting Based on Networks

Addressing Table
Device Interface IP Address Subnet Mask Default
Gateway
R1 S0/0/0 192.168.1.193 255.255.255.252 N/A

S0/0/1 192.168.1.202 255.255.255.252 N/A


G0/0 192.168.0.1 255.255.255.0 N/A

R2 S0/0/0 192.168.1.194 255.255.255.252 N/A

S0/0/1 192.168.1.197 255.255.255.252 N/A

G0/0 192.168.1.1 255.255.255.128 N/A

R3 S0/0/0 192.168.1.201 255.255.255.252 N/A

S0/0/1 192.168.1.198 255.255.255.252 N/A

G0/0 192.168.1.129 255.255.255.192 N/A

PC0 NIC 192.168.0.2 255.255.255.0 192.168.0.1

PC1 NIC 192.168.0.3 255.255.255.0 192.168.0.1


PC2 NIC 192.168.0.4 255.255.255.0 192.168.0.1

PC3 NIC 192.168.1.2 255.255.255.128 192.168.0.1

PC4 NIC 192.168.1.3 255.255.255.128 192.168.0.1

PC5 NIC 192.168.1.4 255.255.255.128 192.168.0.1

PC6 NIC 192.168.1.130 255.255.255.192 192.168.1.129


PC7 NIC 192.168.1.131 255.255.255.192 192.168.1.129

PC8 NIC 192.168.1.132 255.255.255.192 192.168.1.129

Models
• Routers: 2911 (insert HWIC-2T module) *make sure you turn off the router first before
inserting the module, then turn it on again.
• Switches: 2960
• Use SERIAL DTE in connecting the routers:
o R1 S0/0/0 → S0/0/0 R2
o R2 S0/0/1 → S0/0/1 R3
o R1 S0/0/1 → S0/0/0 R3
• Use STRAIGHT-THROUGH cables in connecting routers to switches.
o R1 G0/0 → F0/1 S1
o R2 G0/0 → F0/1 S2
o R3 G0/0 → F0/1 S3
• Use Straight-through cables in connecting PCs to switches.

Objectives
• Configure the basic settings to all network devices.
• Configure VTY lines for telnet access.
• Subnet the given network address based on the required # of hosts.
• Assign the IP addresses to router interfaces and PCs.
• Configure the static routing in the routers.

Background / Scenario
You, as the network support engineer, are tasked to assign IP addresses to each device for
the new network. The Network Ops in your company has given you a network address of
192.168.0.0/24. Your job is to configure the basic settings of the network devices, configure
telnet for remote access, subnet the given network address, assign the IP address and
configure static routing in the routers.
Requirements
You are required to follow the network topology provided above, complete configuration
from setting the basic settings of each network device and to assign the IP addresses for the
devices.

• Configure the basic settings:


- Change the hostname (refer to the topology)
- Set a banner = “Warning! Authorized users only!”
- Use class as your enable password
- Set the local account:
o Username: admin
o Password: cisco
*Syntax: username <username> secret <password>
- Encrypt all password in plaintext form
• Configure VTY line of routers:
- Use local account for login
o Syntax:
line vty 0 4
login local
end
- Use telnet for remote access
• Subnetting:
- Required # of hosts:
o CITCS: 240 hosts
o CEA: 120 hosts
o CBA: 60 hosts
o Link from R1 to R2: 2 hosts
o Link from R2 to R3: 2 hosts
o Link from R1 to R3: 2 hosts
st
- 1 valid IP address of each network should be assigned to your router (this will serve
as the gateway of PCs).
- Succeeding IP addresses of each network should be assigned to your PCs.
• Static Route (enter the command below)
- R1: ip route 0.0.0.0 0.0.0.0 s0/0/0
- R2: ip route 0.0.0.0 0.0.0.0 s0/0/1
- R3: ip route 0.0.0.0 0.0.0.0 s0/0/0
*Static routing is an administratively set command which tells the router where to route a
particular packet.

Test Connectivity
1. PCs can ping the gateway.
2. PCs can ping each other.
3. PCs can telnet to ISP router:
- Open PC>cmd>type the ff: telnet [target IP]

You might also like