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

CNET Assignment 230551610

The document outlines an assignment for building a small communication network, detailing the topology and addressing table for devices including routers, switches, and PCs. It provides step-by-step instructions for configuring devices, assigning static IP addresses, and verifying connectivity. The assignment is due on May 14, 2025, and is part of a Diploma in ICT in Communication Networks course taught by lecturer M. Majova.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

CNET Assignment 230551610

The document outlines an assignment for building a small communication network, detailing the topology and addressing table for devices including routers, switches, and PCs. It provides step-by-step instructions for configuring devices, assigning static IP addresses, and verifying connectivity. The assignment is due on May 14, 2025, and is part of a Diploma in ICT in Communication Networks course taught by lecturer M. Majova.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

COMMUNICATION NETWORKS II

ASSIGNMENT
BUILD A SMALL NETWORK

Student name and surname: Siyamthanda Mpinga

Student number: 230551610

Due date: 14 May 2025

Lecturer: : M. Majova

Qualification : Dip in ICT in Communication networks

1
BUILD A SMALL NETWORK

Topology

Addressing Table

Device Interface IP Address / Prefix Default Gateway

G0/0/0 192.168.0.1 /24 N/A


N/A

R1 G0/0/0
2001:db8:acad::1/64
N/A

G0/0/0
fe80::1
R1 G0/0/1 192.168.21.5 /30 N/A
N/A

R1 G0/0/1
2001:db8:acad:21::1/64
N/A

R1 G0/0/1
fe80::1
192.168.1.1 /24 N/A
G0/0/0 2001:db8:acad:1::1/64
fe80::1
R2
192.168.21.6/30 N/A
G0/0/1 2001:db8:acad:21::2/64
fe80::1
S1 VLAN 1 192.168.0.2/24 192.168.0.1
S2 VLAN 1 192.168.1.2/24 192.168.1.1
PC-A NIC 192.168.0.3 /24 192.168.0.1

PC-A NIC
2001:db8:acad:1::3/64 fe80::1
PC-B NIC 192.168.1.3 /24 192.168.1.1

PC-B NIC
2001:db8:acad::3/64 fe80::1

2
Objectives
Set Up the Topology.
Configure Devices and Verify Connectivity

Cable the network


a. Connect the devices as shown in the topology. Use appropriate ports.
Click on PC’s, Switches, and Routers.
b. Establish a console connection from PC-A to S1 and from S2 to PC-B
Use console to connect PC-A to S1
Use console to connect S2 to PC-B

Assign static IP information to the PC interfaces.


c. Configure the IP address, subnet mask, and default gateway settings on PC-A.
Click on PC-A > Desktop tab > IP configuration > Enter IP address, subnet mask, and
default gateway.
d. Configure the IP address, subnet mask, and default gateway settings on PC-B.
Click on PC-B > Desktop tap > IP configuration > Enter IP address, subnet mask, and
default gateway.
Type your answers here.

Configure the routers.


e. Assign a device name to the router.
Click on Router>CLI
Router> enable
Router# config t
Router(config)# hostname R1
R1(config)# exit
R1# copy run start

f. Disable DNS lookup to prevent the router from attempting to translate incorrectly entered
commands as though they were host names.
R1(config)# no IP domain-lookup
g. Assign class as the privileged EXEC encrypted password.
R1(config)# enable secret class
h. Assign cisco as the console password and enable login.
R1(config)# line console 0
R1(config-line)# password cisco
R1(config-line)# login

i. Encrypt the plain text passwords.


R1(config-line)# exit

3
j. Create a banner that warns anyone accessing the device that unauthorized access is
prohibited.
R1(config)# service password-encryption
R1(config)# banner motd #Unauthorized access is prohibited#
k. Configure an interface description for each interface, indicating which device is connected to
it.
R1(config)# int G0/0/0
R1(config)# int G0/0/1
R1(config-if)# description link to S1 and PC-A
R1(config-if)# description link to R1
l. Configure the router interfaces with IP address information according to the IP addressing
table and activate all the interfaces.
R1(config-if)# IP address 192.168.0.1 255.255.255.255.0
R1(config-if)# IP address 192.168.21.5 255.255.255.252
R1(config-if)# IPv6 address 2001:db8:acad::1/64
R1(config-if)# IPv6 address 2001:db8:acad:21::1/64
R1(config-if)# IPv6 address fe80::1 link-local
R1(config-if)# IPv6 address fe80::1 link-local
R1(config-if)# no shutdown
R1(config-if)# exit

m. Enable IPv6 routing


R1(config)# IP routing
R1(config)# IPv6 unicast-routing
n. Set the domain name to networks.com
R1(config)# IP domain-name networks.com
o. Create an administrative user in the local database.
o Username: administrator
o Encrypted password: Network@2025
R1(config)# user administrator secret Network@2025

p. Enable Telnet and SSH on the VTY lines.


R1(config)# line vty 0 4
R1(config-line)# transport input ssh telnet
q. Set the login method to use the local database for user verification.
R1(config-line)# login local
R1(config-line)# exit
r. Configure the encryption key method and set the modulus to 1024 bits.
R1(config)# crypo key generate rsa
How many bits in modulus[512]: 1024
s. Configure static routing on the routers to ensure full connectivity between all networks. Use
the next hop IP address as the argument.
R1(config)# IP router 192.168.1.0 255.255.255.0 192.168.21.5

4
R1(config)# exit

t. Save the running configuration to the startup configuration file.


R1# copy run start
Close configuration windowType your answers here.

Configure the switches.


u. Assign a device name to the switch.
Switch> enable
Switch# config t
Switch(config)# hostname S1
v. Disable DNS lookup to prevent the router from attempting to translate incorrectly entered
commands as though they were host names.
S1(config)# no IP domain-lookup
w. Configure and activate the VLAN interface on the switch S1.
S1(config)# int vlan 1
S1(config-if)# IP address 192.168.0.2 255.255.255.0
S1(config-if)# no shutdown
S1(config-if)# exit
x. Configure the default gateway for switch S1.
S1(config)# IP default gateway 192.168.0.1
S1(config)# exit
y. Save the running configuration to the startup configuration file.
S1# copy run start

Verify end-to-end connectivity.


From PC-A, ping PC-B
Click PC-A> desktop tab> command prompt> ping PC-B IP address
From PC-A, ping S1
Click PC-A> desktop tab> command prompt> ping S1 IP address
From PC-B, ping S2
Click PC-B> desktop tab > command prompt > ping S2 IP address
All the pings should be successful.

You might also like