From 84ce69a468826922f955b9cd04df4406959acdd6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 17 Oct 2020 20:29:05 +0200 Subject: op-mode: add "show arp" command --- op-mode-definitions/show-protocols-static.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/show-protocols-static.xml b/op-mode-definitions/show-protocols-static.xml index 1211a7fe5..2693c4248 100644 --- a/op-mode-definitions/show-protocols-static.xml +++ b/op-mode-definitions/show-protocols-static.xml @@ -2,6 +2,23 @@ + + + Show Address Resolution Protocol (ARP) information + + /usr/sbin/arp -e -n + + + + Show Address Resolution Protocol (ARP) cache for specified interface + + + + + /usr/sbin/arp -e -n -i "$6" + + + -- cgit v1.2.3