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 921b3d2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions contents/ethernet_lan_switching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 921b3d2

Please sign in to comment.