608
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
IP A
DDRESSING
AND
P
ROTOCOL
C
OMMANDS
ARP
LOG
Examples
To enable ARP logging and use the default hexadecimal notation
(HHHH.HHHH.HHHH), use the following commands:
awplus#
configure terminal
awplus(config)#
arp log
To disable ARP logging on the device of MAC addresses displayed using the
default hexadecimal notation (HHHH.HHHH.HHHH), use the following commands:
awplus#
configure terminal
awplus(config)#
no arp log
To enable ARP logging and to 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 disable ARP logging on the device of MAC addresses displayed using the
standard IEEE format hexadecimal notation (HH-HH-HH-HH-HH-HH), and revert to
the use of the default hexadecimal notation (HHHH.HHHH.HHHH) instead, use the
following commands:
awplus#
configure terminal
awplus(config)#
no arp log mac-address-format ieee
To display ARP log messages, use following command:
awplus#
show log | include ARP_LOG
Output
Below is example output from the
show log | include ARP_LOG
command after
enabling ARP logging displaying default hexadecimal notation MAC addresses
(HHHH.HHHH.HHHH) using the
arp log
command.
Below is example output from the
show log | include ARP_LOG
command after
enabling ARP logging displaying IEEE standard format hexadecimal notation MAC
awplus#configure terminal
awplus(config)#arp log
awplus(config)#exit
awplus#show log | include ARP_LOG
2010 Apr 6 06:21:01 user.notice awplus HSL[1007]: ARP_LOG port1.0.6 vlan1 add
0013.4078.3b98 (192.168.2.4)
2010 Apr 6 06:22:30 user.notice awplus HSL[1007]: ARP_LOG port1.0.6 vlan1 del
0013.4078.3b98 (192.168.2.4)
2010 Apr 6 06:23:26 user.notice awplus HSL[1007]: ARP_LOG port1.0.6 vlan1 add
0030.940e.136b (192.168.2.20)
2010 Apr 6 06:23:30 user.notice awplus IMISH[1830]: show log | include ARP_LOG