Está en la página 1de 16

2022

LAB 9.2.9: EXAMINAR


LA TABLA ARP

FUNDAMENTOS DE TELECOMUNICACIONES
ANGEL RICARDO ESTRADA GARCIA |18030883

PROF. GARCÍA GONZALES FRANCO FABIO


INTRODUCCIÓN

En redes de cómputo, el protocolo de resolución de direcciones ó ARP


(del inglés Address Resolution Protocol) es un protocolo de
comunicaciones de la capa de enlace de datos, responsable de
encontrar la dirección de hardware (Ethernet MAC) que corresponde a
una determinada dirección IP.
La tabla ARP se almacena en la RAM del dispositivo. Cada entrada o
fila de la tabla ARP vincula una dirección IP a una dirección MAC. La
relación entre los dos valores se denomina mapa, que simplemente
significa que usted puede localizar una dirección IP en la tabla y
descubrir la dirección MAC correspondiente.
En esta actividad de Packet Tracer, cumpliremos con los siguientes
objetivos:
° Examinar una solicitud ARP
° Examinar la tabla de direcciones MAC de un conmutador
° Examinar el proceso ARP en comunicaciones remotas
El presente laboratorio está optimizado para ver PDU. Los dispositivos
ya están configurados. Se recopilará información de PDU en modo de
simulación y responderemos a una serie de preguntas sobre los datos
que se recopilan.
Packet Tracer - Examine the ARP Table

Addressing Table
Device Interface MAC Address Switch Interface

Router0 Gg0/0 0001.6458.2501 G0/1

Router0
S0/0/0 N/A N/A
Router1 G0/0 00E0.F7B1.8901 G0/1

Router1
S0/0/0 N/A N/A
10.10.10.2 Wireless 0060.2F84.4AB6 F0/2
10.10.10.3 Wireless 0060.4706.572B F0/2
172.16.31.2 F0 000C.85CC.1DA7 F0/1
172.16.31.3 F0 0060.7036.2849 F0/2
172.16.31.4 G0 0002.1640.8D75 F0/3

Part 1: Examine an ARP Request

Step 1: Generate ARP requests by pinging 172.16.31.3 from 172.16.31.2.


Open a command prompt
a. Click 172.16.31.2 and open the Command Prompt.

b. Enter the arp -d command to clear the ARP table.pt


c. Enter Simulation mode and enter the command ping 172.16.31.3. Two
PDUs will be generated. The ping command cannot complete the ICMP
packet without knowing the MAC address of the destination. So the
computer sends an ARP broadcast frame to find the MAC address of the
destination.

d. Click Capture/Forward once. The ARP PDU moves Switch1 while the
ICMP PDU disappears, waiting for the ARP reply. Open the PDU and record
the destination MAC address.
Question:
° Is this address listed in the table above? Si aparece esta dirección
Question:
° How many copies of the PDU did Switch1 make? 3 Copias
° What is the IP address of the device that accepted the PDU? 172.16.31.3
e. Open the PDU and examine Layer 2.

Question:
What happened to the source and destination MAC addresses? La dirección
MAC de origen se nos es brindada y la de destino no.
f. Click Capture/Forward until the PDU returns to 172.16.31.2.
Question:
How many copies of the PDU did the switch make during the ARP reply?
Solo realizo una copia

Step 2: Examine the ARP table.


a. Note that the ICMP packet reappears. Open the PDU and examine the
MAC addresses.

Question:
Do the MAC addresses of the source and destination align with their IP
addresses? Si, si se alinean y todo corresponde
b. Switch back to Realtime and the ping completes.

c. Click 172.16.31.2 and enter the arp –a command.

Question:
To what IP address does the MAC address entry correspond? 172.16.31.3
In general, when does an end device issue an ARP request? Se
proporciona cuando no conoce la dirección MAC, ya que con eso solicita la
ARP.

Part 2: Examine a Switch MAC Address Table


Step 1: Generate additional traffic to populate the switch MAC address table.
Open a command prompt

a. From 172.16.31.2, enter the ping 172.16.31.4 command.

b. Click 10.10.10.2 and open the Command Prompt.


c. Enter the ping 10.10.10.3 command.:

How many replies were sent and received? 4 respuestas con 0 perdidas
Close a command prompt

Step 2: Examine the MAC address table on the switches.


a. Click Switch1and then the CLI tab. Enter the show mac-address-
table command.

Do the entries correspond to those in the table above? Si, si corresponde


todo
b. Click Switch0, then the CLI tab. Enter the show mac-address-
table command.

Do the entries correspond to those in the table above?


Why are two MAC addresses associated with one port? Porque las
computadoras entran al Access point, y en un solo puerto existe
comunicacion entre 2 computadoras.

Part 3: Examine the ARP Process in Remote Communications


Step 1: Generate traffic to produce ARP traffic.
Open a command prompt

a. Click 172.16.31.2 and open the Command Prompt.


b. Enter the ping 10.10.10.1 command.

c. Type arp –a.


Question:
What is the IP address of the new ARP table entry? 172.16.31.1
d. Enter arp -d to clear the ARP table and switch to Simulation mode.

e. Repeat the ping to 10.10.10.1.


Question:
How many PDUs appear? 2 PDU’s
Close a command prompt
f. Click Capture/Forward. Click the PDU that is now at Switch1.

Question:
What is the target destination IP destination address of the ARP request?
172.16.31.1
g. The destination IP address is not 10.10.10.1.
Question:
Why? Porque no esta en la misma red

Step 2: Examine the ARP table on Router1.


a. Switch to Realtime mode. Click Router1 and then the CLI tab.

b. Enter privileged EXEC mode and then the show mac-address-


table command.
How many MAC addresses are in the table? Ninguna Why? Por que en el
roter no funcionan las cosas de esta forma
c. Enter the show arp command.

Is there an entry for 172.16.31.2? Si, si existe la entrada


What happens to the first ping in a situation where the router responds to
the ARP request? Excede el tiempo de espera.
CONCLUSIÓN

En conclusión esta actividad resulta dejar bastante en claro la definición practica


de lo que es ARP, todos los procesos se observan con claridad, y el entendimiento
de cada paso es conciso y reconfortante. Al final de la práctica, uno logra entender
el funcionamiento y utilidad de ARP y sus derivados (tabla ARP).
End of document

También podría gustarte