mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
ARP: migrate to reserved address space
This commit is contained in:
parent
840ac72a29
commit
bc5fa4751f
@ -35,8 +35,8 @@ Display all known ARP table entries spanning accross all interfaces
|
||||
|
||||
vyos@vyos:~$ show protocols static arp
|
||||
Address HWtype HWaddress Flags Mask Iface
|
||||
10.1.1.1 ether 08:00:27:de:23:2e C eth1
|
||||
10.1.1.100 ether 08:00:27:de:23:aa CM eth1
|
||||
10.1.1.1 ether 00:53:00:de:23:2e C eth1
|
||||
10.1.1.100 ether 00:53:00:de:23:aa CM eth1
|
||||
|
||||
|
||||
.. opcmd:: show protocols static arp interface eth1
|
||||
@ -47,7 +47,7 @@ Display all known ARP table entries on a given interface only (`eth1`):
|
||||
|
||||
vyos@vyos:~$ show protocols static arp interface eth1
|
||||
Address HWtype HWaddress Flags Mask Iface
|
||||
10.1.1.1 ether 08:00:27:de:23:2e C eth1
|
||||
10.1.1.100 ether 08:00:27:de:23:aa CM eth1
|
||||
10.1.1.1 ether 00:53:00:de:23:2e C eth1
|
||||
10.1.1.100 ether 00:53:00:de:23:aa CM eth1
|
||||
|
||||
.. _ARP: https://en.wikipedia.org/wiki/Address_Resolution_Protocol
|
||||
Loading…
x
Reference in New Issue
Block a user