Introduction Configuring Port Authentication
Software Reference for SwitchBlade x3100 Series Switches (Access and Security)
6-108
ADD TRACE AUTHENTICATION INTERFACE
Syntax
ADD TRACE AUTHENTICATION INTERFACE={ type:id-range | id-range |
ifname-list | ALL } TYPE={ DOT1X } EVENT={ { SUCCESS | FAILURE |
LOGOFF } [ ,... ] | ALL }
Description Activates the Port Authentication traces for the type of authentication (DOT1X) on the
specified interfaces. To see the traces use the ENABLE TRACE OUTPUT command.
Options The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
ADD TRACE AUTHENTICATION INTERFACE=11.* TYPE=DOT1X EVENT=ALL
Option Description Default Value
INTERFACE The ethernet interfaces over which the trace will be
added.
ALL
TYPE The Port Authentication method to add. Only DOT1X
is currently supported
DOT1X
EVENT Specifies the type of Port Authentication event to add:
SUCCESS - Authentication has succeeded, and so a data
session can begin.
FAILURE - Authentication has failed.
LOGOFF - The supplicant has logged off, and the port
returns to an unauthorized state.
ALL - All types of events are included.
[ ,... ] Any combination of the Event types can be inserted
here, separated by a comma.