1050
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
A
UTHENTICATION
C
OMMANDS
AUTH
LOG
auth log
Overview
Use this command to configure the types of authentication feature log messages
that are output to the log file.
Use the
no
variant of this command to remove either specified types or all types of
authentication feature log messages that are output to the log file.
Syntax
auth log {dot1x|auth-mac|auth-web}
{success|failure|logoff|all}
no auth log {do1x|auth-mac|auth-web}
{success|failure|logoff|all}
Default
All types of authentication log messages are output to the log file by default.
Mode
Interface Configuration
Examples
To configure the logging of MAC-Authentication failures to the log file for
supplicants (client devices) connected to interface
port1.0.2
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
auth log auth-mac failure
Parameter
Description
dot1x
Specify only 802.1X-Authentication log messages are output to the log
file.
auth-mac
Specify only MAC-Authentication log messages are output to the log
file.
auth-web
Specify only Web-Authentication log messages are output to the log
file.
success
Specify only successful authentication log messages are output to the
log file.
failure
Specify only authentication failure log messages are output to the log
file.
logoff
Specify only authentication log-off messages are output to the log file.
Note that link down, age out and expired ping polling messages will be
included.
all
Specify all types of authentication log messages are output to the log
file Note that this is the default behavior for the authentication logging
feature.