From 921b3d205fbbbfcec2e34901422bff3423769601 Mon Sep 17 00:00:00 2001 From: laaraujo Date: Sat, 11 May 2024 17:54:01 -0300 Subject: [PATCH] Fix typo in "ethernet lan switching" README (ARP section) --- contents/ethernet_lan_switching/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/contents/ethernet_lan_switching/README.md b/contents/ethernet_lan_switching/README.md index 628f534..9021716 100644 --- a/contents/ethernet_lan_switching/README.md +++ b/contents/ethernet_lan_switching/README.md @@ -99,9 +99,15 @@ LANs use L2 layer frames. ### ARP Table -Use `arp -a` to view the ARP table and show all ARP entries +#### Windows / MacOS / Linux -![](docs/arp_table.png.png) +`arp -a` to view the ARP table and show all ARP entries + +#### Cisco IOS + +`show arp` to view the ARP table and show all ARP entries + +![](docs/arp_table.png) * `type static`: default entries * `type dynamic`: learned via ARP