ARUBA - AAA Command

From Wiki.IT-Arts.net
Revision as of 15:59, 13 October 2024 by Admin (talk | contribs) (Created page with "Category:Post-It 802.1x debug : <nowiki> show aaa authentication port-access dot1x authenticator interface all client-status</nowiki> == The aaa Command == To verify the switch access setup, enter the '''show aaa authentication''' command. The display is similar to the one shown here: <nowiki> Service type = Default 1rst authentication server = rad1 2nd authentication server = local Service type = Console Authentication = Use Default, 1rst authentication ser...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


802.1x debug :

show aaa authentication port-access dot1x authenticator interface all client-status


The aaa Command

To verify the switch access setup, enter the show aaa authentication command. The display is similar to the one shown here:

Service type = Default
1rst authentication server = rad1
2nd authentication server = local
Service type = Console
Authentication = Use Default,
1rst authentication server = rad1
2nd authentication server = local
Service type = Telnet
Authentication = Use Default,
1rst authentication server = rad1
2nd authentication server = local
Service type = Ftp
Authentication = Use Default,
1rst authentication server = rad1
2nd authentication server = local
Service type = Http
Authentication = denied
Service type = Snmp
Authentication = Use Default,
1rst authentication server = rad1
2nd authentication server = local
Service type = Ssh
Authentication = Use Default,
1rst authentication server = rad1
2nd authentication server = local

Expected Return

ARUBA# show aaa authentication port-access dot1x authenticator interface all client-status 

Client XX:XX:XX:XX:XX:XX, -, 1/1/95
=========================================

  Authentication Details
  ----------------------
    Status                        : Unauthenticated
    Type                          : Pass-Through
    EAP-Method                    : -
    Auth Failure reason           : Supplicant-Timeout
    Time Since Last State Change  : 839s

  Authentication Statistics
  -------------------------
    Authentication                         : 1
    Authentication Timeout                 : 1
    EAP-Start While Authenticating         : 0
    EAP-Logoff While Authenticating        : 0
    Successful Authentication              : 0
    Failed Authentication                  : 0
    Re-Authentication                      : 0
    Successful Re-Authentication           : 0                 
    Failed Re-Authentication               : 0
    EAP-Start When Authenticated           : 0
    EAP-Logoff When Authenticated          : 0
    Re-Auths When Authenticated            : 0
    Cached Re-Authentication               : 0
ARUBA# show aaa accounting port-access interface all client-status mac XX:XX:XX:XX:XX:XX

Port Access Client Status Details

Client XX:XX:XX:XX:XX:XX, f8b46af14aa5
============================
  Session Details
  ---------------
    Port                : 1/1/95
    Session Time        : 1113s

  Accounting Details
  ----------------------
    Accounting Session ID  : 1723126118213
    Input Packets          : 32513
    Input Octets           : 7868627
    Output Packets         : 35933
    Output Octets          : 19680072
    Input Gigaword         : 0
    Output Gigaword        : 0


Usefull Links