0% found this document useful (0 votes)
9 views5 pages

Practical Computer Networks

Uploaded by

lokeshav641
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 views5 pages

Practical Computer Networks

Uploaded by

lokeshav641
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

PRACTICAL EXAM-ANSWER SHEET

Enrollment Number: EC2432251010496 Name of student: LOKESH A V

Date: 22-05-2025 Subject Code: V20PCA202

Name of Subject: Computer Networks

Title: Configuration of IP Address in Router

Objective:- To demonstrate the configuration of IP Address in Router

Items Required

PCs 2
Copper cross-over cables 2
Router 1

IP Addressing Table

Device Interface IP Address Subnet Mask Gateway

PC0 Fa0/0 192.168.10.2 255.255.255.0 192.168.10.1

PC1 Fa0/0 192.168.11.2 255.255.255.0 192.168.11.1

Router1 GigabitEthernet0/0 192.168.10.1 255.255.255.0 -

Router1 GigabitEthernet0/1 192.168.11.1 -


255.255.255.0
Procedure

Click 2 PCs and 1 Router into the Console Area


Open the network simulation software and click 2 PCs and a router into
the console area.
Select Connectivity & Copper Cross-Over Cable
Select the copper cross-over cable.
Connect PC0 and Router1 using a copper cross-over cable.
Click on PC0 and select Fa0/0.
Click on Router1 and select GigabitEthernet0/0.

Repeat the Connection for PC1


Select the copper cross-over cable again.
Connect PC1 and Router1 using a copper cross-over cable.
Click on PC1 and select Fa0/0.
Click on Router1 and select GigabitEthernet0/1.

Configure IP Address for PC0


Click on PC0.
Go to the Desktop tab.
Click on the IP Configuration icon.
Configure the IP address as 192.168.10.2 with a subnet mask of
255.255.255.0 and the gateway as 192.168.10.1.

Configure IP Address for PC1


Click on PC1.
Go to the Desktop tab.
Click on the IP Configuration icon.
Configure the IP address as 192.168.11.2 with a subnet mask of
255.255.255.0 and the gateway as 192.168.11.1.
Configure IP Address on Router Interfaces
Click on Router1.
Go to the Config tab.
Select GigabitEthernet0/0 and configure the IP address as 192.168.10.1
with a subnet mask of 255.255.255.0.
Click on CLI. At Router (config-if) terminal type ‘ no shutdown’ to keep the
Router on.
Select GigabitEthernet0/1 and configure the IP address as 192.168.11.1
with a subnet mask of 255.255.255.0.
Click on CLI. At Router (config-if) terminal type ‘ no shutdown’ to keep the
Router on.

Verify the Configuration


1. To check the connectivity, click on PC0.
Go to the Desktop tab.
Open the Command Prompt and type ping 192.168.10.1 to test the
connection with the router.

C:\> ping 192.168.11.1

Pinging 192.168.11.1 with 32 bytes of data:

Reply from 192.168.11.1: bytes=32 time<1ms


TTL=255 Reply from 192.168.11.1: bytes=32 time<1ms
TTL=255 Reply from 192.168.11.1: bytes=32 time<1ms
TTL=255 Reply from 192.168.11.1: bytes=32
time<1ms TTL=255

Ping statistics for 192.168.11.1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
2. Repeat the ping test from PC1 to 192.168.10.1.

C:\>ping 192.168.10.1

Pinging 192.168.10.1 with 32 bytes of data:

Reply from 192.168.10.1: bytes=32 time<1ms


TTL=255 Reply from 192.168.10.1: bytes=32
time<1ms TTL=255 Reply from 192.168.10.1:
bytes=32 time<1ms TTL=255 Reply from
192.168.10.1: bytes=32 time<1ms TTL=255

Ping statistics for 192.168.10.1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Check the connection using Sample PDU
Click on Add Simple PDU (P)
Click on PC0 and then Router1
You can see the transmission successful
Repeat for PC1 to Router1
Try PC0 to PC1 and vice versa.
You can see the transmission successful
Result /Output

Result

Network program to demonstrate the configuration of IP Address in Router


is done successfully and result is displayed.

You might also like