RateLimitPeriod = 0
InactivityPeriod = 0
Mac-Auth-Bypass = Enabled
Monitoring 802.1X
You can display the statistics that the Cisco NX-OS device maintains for the 802.1X activity.
Before you begin
Enable the 802.1X feature on the Cisco NX-OS device.
SUMMARY STEPS
1.
show dot1x
{
all
|
interface ethernet slot/port
}
statistics
DETAILED STEPS
Purpose
Command or Action
Displays the 802.1X statistics.
show dot1x
{
all
|
interface ethernet slot/port
}
statistics
Example:
Step 1
switch#
show dot1x all statistics
Configuration Example for 802.1X
The following example shows how to configure 802.1X for an access port:
feature dot1x
aaa authentication dot1x default group rad2
interface Ethernet2/1
dot1x pae-authenticator
dot1x port-control auto
The following example shows how to configure 802.1X for a trunk port:
feature dot1x
aaa authentication dot1x default group rad2
interface Ethernet2/1
dot1x pae-authenticator
dot1x port-control auto
dot1x host-mode multi-host
Repeat the
dot1x pae authenticator
and
dot1x port-control auto
commands for all interfaces that require
802.1X authentication.
Note
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
210
Configuring 802.1X
Monitoring 802.1X