show aaa authentication port-access mac-auth interface client-status

Syntax

show aaa authentication port-access mac-auth interface {all|<IF-NAME>}
 client-status [mac <MAC-ADDRESS>]

Description

Shows information about MAC authentication clients status. The output can be filtered by interface or MAC address.

Command context

Operator (>) or Manager (#)

Parameters

all

Specifies all interfaces.

<IF-NAME>

Specifies the interface name.

<MAC-ADDRESS>

Specifies the client MAC address.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Examples

On the 6400 Switch Series, interface identification differs.

Showing client status information for all ports:

switch# show aaa authentication port-access mac-auth interface all client-status

Port Access Client Status Details

Client  AB:CD:DE:FF:AA:BB, 1/1/1
=========================================
  Authentication Details
  ----------------------
    Status                                 : Authenticated
    Type                                   : Pass-Through
    Auth-Method                            : CHAP
    Time Since Last State Change           : 10 secs

  Authentication Statistics
  -------------------------
	 Authentication                 : 1
  Authentication Timeout         : 0
  Successful Authentication      : 1
  Failed Authentication          : 0
  Re-Authentication              : 0
  Successful Re-Authentication   : 0
  Failed Re-Authentication       : 0
	 Re-Auths When Authenticated    : 0
  Cached Re-Authentication       : 0

Client  DD:CD:AB:CS:EE:OI, 1/1/2
=========================================
  Authentication Details
  ----------------------
    Status                                 : Unauthenticated
    Type                                   : Pass-Through
    Auth-Method                            : CHAP
    Auth Failure reason                    : Server reject/ Server timeout
    Time Since Last State Change           : 15 secs

  Authentication Statistics
  -------------------------
  Authentication                : 1
  Authentication Timeout        : 0
  Successful Authentication     : 0
  Failed Authentication         : 1
  Re-Authentication             : 0
  Successful Re-Authentication  : 0
  Failed Re-Authentication      : 0
  Re-Auths When Authenticated   : 0
  Cached Re-Authentication      : 0

Showing status information for a client:

switch# show aaa authentication port-access mac-auth interface 1/1/1 client-status mac ab:cd:de:ff:aa:bb

Port Access Client Status Details

Client  AB:CD:DE:FF:AA:BB, 1/1/1
=========================================
  Authentication Details
  ----------------------
    Status                                 : Authenticated
    Type                                   : Pass-Through
    Auth-Method                            : CHAP
    Time Since Last State Change           : 10 secs

  Authentication Statistics
  -------------------------
 	Authentication                : 1
  Authentication Timeout        : 0
  Successful Authentication     : 1
  Failed Authentication         : 0
  Re-Authentication             : 0
  Successful Re-Authentication  : 0
  Failed Re-Authentication      : 0
 	Re-Auths When Authenticated   : 0
  Cached Re-Authentication      : 0