C613-50631-01 Rev A Command Reference for IE340 Series 863
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IP ADDRESSING AND PROTOCOL COMMANDS
ARP
LOG
To enable ARP logging and specify that the MAC address in the log message is
displayed in the standard IEEE format hexadecimal notation
(HH-HH-HH-HH-HH-HH), use the following commands:
awplus# configure terminal
awplus(config)# arp log mac-address-format ieee
To leave ARP logging enabled, but stop using HH-HH-HH-HH-HH-HH format and
use HHHH.HHHH.HHHH format instead, use the following commands:
awplus# configure terminal
awplus(config)# no arp log mac-address-format ieee
To display ARP log messages, use the following command:
awplus# show log | include ARP_LOG
Output Figure 22-1: Output from show log | include ARP_LOG after enabling ARP
logging using arp log. Note that this output uses
HHHH.HHHH.HHHH format.
Figure 22-2: Output from show log | include ARP_LOG after enabling ARP
logging using arp log mac-address format ieee. Note that this
output uses HH-HH-HH-HH-HH-HH format.
awplus#configure terminalď€
awplus(config)#arp logď€
awplus(config)#exitď€
awplus#show log | include ARP_LOGď€
2022 Mar 6 06:21:01 user.notice awplus HSL[1007]: ARP_LOG port1.0.1 vlan1 add ď€
0013.4078.3b98 (192.168.2.4)ď€
2022 Mar 6 06:22:30 user.notice awplus HSL[1007]: ARP_LOG port1.0.1 vlan1 del ď€
0013.4078.3b98 (192.168.2.4)ď€
2022 Mar 6 06:23:26 user.notice awplus HSL[1007]: ARP_LOG port1.0.1 vlan1 add ď€
0030.940e.136b (192.168.2.20)ď€
2022 Mar 6 06:23:30 user.notice awplus IMISH[1830]: show log | include ARP_LOG
awplus#configure terminalď€
awplus(config)#arp log mac-address-format ieeeď€
awplus(config)#exitď€
awplus#show log | include ARP_LOGď€
2022 Mar 6 06:25:28 user.notice awplus HSL[1007]: ARP_LOG port1.0.1 vlan1 add
00-17-9a-b6-03-69 (192.168.2.12)ď€
2022 Mar 6 06:25:30 user.notice awplus HSL[1007]: ARP_LOG port1.0.1 vlan1 add
00-03-37-6b-a6-a5 (192.168.2.10)ď€
2022 Mar 6 06:26:53 user.notice awplus HSL[1007]: ARP_LOG port1.0.1 vlan1 del
00-30-94-0e-13-6b (192.168.2.20)ď€
2022 Mar 6 06:27:31 user.notice awplus HSL[1007]: ARP_LOG port1.0.1 vlan1 del
00-17-9a-b6-03-69 (192.168.2.12)ď€
2022 Mar 6 06:28:09 user.notice awplus HSL[1007]: ARP_LOG port1.0.1 vlan1 del
00-03-37-6b-a6-a5 (192.168.2.10)ď€
2022 Mar 6 06:28:14 user.notice awplus IMISH[1830]: show log | include ARP_LOG