Telecommunications Network Lab I - ECEG-6328: 1. Objectives
Telecommunications Network Lab I - ECEG-6328: 1. Objectives
1. Objectives
The aim of this lab is to understand IPv4 protocol, VLSM and CIDR. Thus, you are expected
to:-
2. Requirements
This lab uses the following software tools
3. Introduction
3.1. IPv4 protocol
IP version 4 is the widely deployed IP protocol, which is usually referred to simply as IPv4.
IPV4 datagrams have the format shown below.
3.2. IPV4 addressing
Every host and router is capable of sending and receiving IP datagrams. Thus, each host
and router interface needs to have its own IP address. IPv4 address is 32 bits long
(equivalently, 4 bytes), and there are thus a total of 232 possible IP addresses. These
addresses are typically written in so-called dotted-decimal notation.
4. Network Topology
Assume a company has three offices: Central, East and West. The Central office is connected to
the East and West offices via point-to-point WAN lines. The central office is connected to the ISP
via a serial link. The company is granted a block of addresses with the beginning address
72.12.100.0/23. The Central office needs 120 addressed and each of the two other offices need 60
addresses. Create the network topology using GNS3.
5. Activity 1
5.1. Develop a VLSM address scheme for the network
Subnet Subnet address Subnet mask Broadcast
address
To configure the IP address of the host devices, type the following commands into the
VPCS command interface.
Check your configuration with the “show ip” and “show ip all” commands
4. Activity 2
4.1. Configure static route on the router to allow connectivity between all the subnets
4.2. Check that the static routes have been added to the routers
R(config)#show ip route
4.3. Verify connectivity between the offices and between the offices and the ISP
5. Activity 3
5.1. Capture and analyze the packets using Wireshark
To begin capturing packets, right-click a link between two devices and select Start
Capture, as shown in Figure
5.2. Select ICMP packet and expand the IP header field to see the detail
o Explain the meaning of each field
o What is the initial value of the TTL field? Does this value change or stay the same?
o What is the payload length of the IP packet? What does it consist of?
o Are the IP packets fragmented or not?
5.3. What kind of difference do you observe between ICMP and ARP protocol packets?