You are on page 1of 20

Observing ARP with the Windows CLI, IOS CLI, and

Wireshark
Submitted by
Anil.P 17351-EC-002
Giribabu.N 17351-EC-016
Leelavenkat.A 17351-EC-023
Nani.T 17351-EC-029

Under the Esteemed Guidance Of

Mr .T. Vijaya Kanth, M.Tech., MISTE Mr . T. Narendra Kumar, M. Tech.,


Assistant professor in ECE department Assistant professor in ECE department
Diploma in Electronics &Communication Engineering

ACADEMIC YEAR: 2019-2020


CONTENTS
•Introduction to the project
•Topology diagram
•Address table
•Part-A snap
•Part-B snap
•Result snaps
•Final code
•Conclusion
•Thank you
ABSTARCT:

• ARP Finds the hardware address also know as media access control
(MAC) address, of a host from it’s know ip address . ARP maintains
a cache (TABLE) in which MAC address are mapped to ip.
address .ARP is a part of all Cisco systems that run ip. A command
line interface (CLI) processes commands to a computer program in
ten form of lines of text. That program which handles the interface is
called a command-line interpreter (or) command line processor.
INTRODUCTION TO THE ARP

• Recall that each node on an IP


network has both a MAC address
and an IP address. In order to send
data, the node must use both of
these addresses. The node must
use its own MAC and IP addresses
in the source fields and must
provide both a MAC address and
an IP address for the destination.
While the IP address of the
destination will be provided by a
higher OSI layer, the sending node
needs a way to find the MAC
address of the destination for a
given Ethernet link. This is the
purpose of ARP
TOPOLOGY
ADDRESS TABLE
PART-A SNAP
PART-B SNAPS
RESULT SNAPS
source
IN PROGRESS(destination)
Received packet (source)
FINAL CODE

• Router >enable
• Router #config terminal
• Router(config)#hostname R2
• R2(config)#no ip domain-lookup
• R2(config)# enable secret password
• R2(config)#interface serial 0/0/0
• R2(config-if)#ip address 192.168. 3.1 255.255.255.0
• R2(config-if)#no shutdown
• R2(config-if)#exit
• R2(config)#ip route 192.168.1.0 255.255.255.0 192.168.3.1
• R2(config)#ip route 192.168.2.0 255.255.255.0 192.168.3.1
• R2(config)#ip route 192.168.5.0 255.255.255.0 192.168.4.1
• R2(config)#ip route 192.168.6.0 255.255.255.0 192.168.4.1
Conclusion

• Address resolution protocol is mainly used for to


get the information about the devices in the
network
Thank you

You might also like