Skip to content

Commit

Permalink
Fix typo in "ethernet lan switching" README (ARP section)
Browse files Browse the repository at this point in the history
  • Loading branch information
laaraujo committed May 11, 2024
1 parent b6d655d commit 8b9a2c4
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions contents/ethernet_lan_switching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,21 @@ LANs use L2 layer frames.

### ARP Table

Use `arp -a` to view the ARP table and show all ARP entries

![](docs/arp_table.png.png)

* `type static`: default entries
* `type dynamic`: learned via ARP

#### Windows / MacOS / Linux

`arp -a` to view the ARP table and show all ARP entries

![](docs/arp_table.png)

#### Cisco IOS

`show arp` to view the ARP table and show all ARP entries

![](docs/ios_show_arp.png)

## Ping

* network utility used to test reachability
Expand All @@ -121,10 +129,6 @@ In the above example the first of the 5 requests sent failed because of ARP.

![](docs/wireshark_ping.png)

### Cisco IOS ARP

![](docs/ios_show_arp.png)

## MAC Address Table

To **show** the MAC Address table in CISCO devices use:
Expand Down

0 comments on commit 8b9a2c4

Please sign in to comment.