Overview
This page serves as a command reference and comparison of how to get information from
the CLI across multiple networking vendors.
ARP
| Show ARP Table |
|
| Cisco |
show ip arp |
| Arista |
show ip arp |
| Juniper |
show arp |
| Cumulus |
ip neighbor |
| Linux |
ip neighbor |
MAC
| Show MAC Table |
|
| Cisco |
show mac address-table |
| Arista |
show mac address-table |
| Juniper |
show ether-switching table |
| Cumulus |
net show bridge macs |
| Linux |
brctl showmacs <bridge-name> |
VLAN
| Show VLAN Table |
|
| Cisco |
show vlans |
| Arista |
show vlans |
| Juniper |
show vlans |
| Cumulus |
net show bridge vlans |
| Linux |
?? |