Purpose
Command or Action
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 6
switch(config)# copy running-config startup-config
Enabling RADIUS Accounting for 802.1X Authentication
You can enable RADIUS accounting for the 802.1X authentication activity.
Before you begin
Enable the 802.1X feature on the Cisco NX-OS device.
SUMMARY STEPS
1.
configure terminal
2.
dot1x radius-accounting
3.
exit
4.
(Optional)
show dot1x
5.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Enables RADIUS accounting for 802.1X. The default is
disabled.
dot1x radius-accounting
Example:
Step 2
switch(config)# dot1x radius-accounting
Exits configuration mode.
exit
Example:
Step 3
switch(config)# exit
switch#
Displays the 802.1X configuration.
(Optional)
show dot1x
Example:
Step 4
switch# show dot1x
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 5
switch# copy running-config startup-config
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
202
Configuring 802.1X
Enabling RADIUS Accounting for 802.1X Authentication