Skip to content

Commit

Permalink
Add "show ip route" to cli cheet sheat
Browse files Browse the repository at this point in the history
  • Loading branch information
laaraujo committed May 13, 2024
1 parent d794c34 commit e0d3974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cheat_sheet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
| # | `show arp` | View the ARP table and show all ARP entries |
| # | `show ip interface brief` | Show interfaces status and configured IP addresses |
| # | `show interfaces status` | Show L2 nad L3 info about the interfaces and their status |
| # | `show interfaces <interface>` | Show all available info about <interface> interface |
| # | `show interfaces <interface>` | Show all available info about <interface> interface |
| # | `show ip route` | View routing rable |
| (config)# | `shutdown` | Disable interface |
| (config)# | `clear mac address-table` | Manually clear the MAC address table |
| (config)# | `clear mac address-table dynamic <interface>` | Clear MAC address table entry for <interface> interface |
Expand Down

0 comments on commit e0d3974

Please sign in to comment.