mac
422
------------------------- authenticating users ------------------------------
User-name Retry-time Radius-ID Port Eap-ID Chap-ID Mem-Addr State
-----------------------------------------------------------------------------
--------------- total: 0 ---------------
30.20 show aaa config
Command: show aaa config
Function: Displays the configured commands for the switch as a RADIUS client.
Command mode: Admin and Configuration Mode.
Usage Guide: Displays whether aaa authentication, accounting are enabled and
information for key, authentication and accounting server specified.
Example:
Switch#show aaa config(For Boolean value, 1 stands for TRUE and 0 for FALSE)
----------------- AAA config data ------------------
Is Aaa Enabled = 1 :1 means AAA authentication is enabled, 0 means is not
enabled
Is Account Enabled= 1 :1 means AAA account is enabled, 0 means is not enabled
MD5 Server Key = yangshifeng : Authentication key
authentication server sum = 2 :Configure the number of authentication server
authentication server[0].sock_addr = 2:100.100.100.60.1812 :The address protocol
group, IP and interface number of the first authentication server
.Is Primary = 1 :Is the primary server
.Is Server Dead = 0 :The server whether dead
.Socket No = 0 :The local socket number lead to this
server
authentication server[1].sock_addr = 10:2004:1:2::2.1812
.Is Primary = 0
.Is Server Dead = 0
.Socket No = 0
accounting server sum = 2 :Configure the number of the accounting server
accounting server[0].sock_addr = 2:100.100.100.65.1813 :The address protocol
group, IP and interface number of the accounting server
.Is Primary = 1 :Is primary server










