This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:tipps:flusharp [2024/03/25 12:18] – js | linux:tipps:flusharp [2024/03/25 12:18] (current) – js | ||
---|---|---|---|
Line 4: | Line 4: | ||
Command: <code bash>for e in $(arp -a | sed -n ' | Command: <code bash>for e in $(arp -a | sed -n ' | ||
- | Example:< | + | Example:< |
Remove 10.10.10.245 | Remove 10.10.10.245 | ||
Remove 10.10.10.8 | Remove 10.10.10.8 | ||
Line 14: | Line 14: | ||
Command: <code bash>ip -s -s neigh flush all</ | Command: <code bash>ip -s -s neigh flush all</ | ||
- | Example: <code bash> | + | Example: <code bash> |
10.10.10.245 dev eth0 lladdr 00: | 10.10.10.245 dev eth0 lladdr 00: | ||
10.10.10.8 dev eth0 lladdr 00: | 10.10.10.8 dev eth0 lladdr 00: |