show dot1x diagnostics

モード
特権EXECモード
カテゴリー
インターフェース / ポート認証

構文

コマンド構文

# show dot1x diagnostics [interface IFRANGE]

# show dot1x [interface IFRANGE] diagnostics

コマンド説明

各スイッチポートにおけるIEEE 802.1X認証(ポート認証)の診断カウンターを表示する。

パラメーター

interface IFRANGE
スイッチポートのインターフェース名。指定したスイッチポートの情報だけを表示させたいときに指定する。ハイフン、カンマを使った複数指定も可能。省略時はすべてのインターフェースが対象となる

使用例

awplus# show dot1x diagnostics interface port1.0.2
Authentication Diagnostics for interface port1.0.2
  Supplicant address: 0000.e259.5648
    authEnterConnecting: 1
    authEaplogoffWhileConnecting: 1
    authEnterAuthenticating: 1
    authSuccessWhileAuthenticating: 1
    authTimeoutWhileAuthenticating: 0
    authFailWhileAuthenticating: 0
    authEapstartWhileAuthenticating: 0
    authEaplogoffWhileAuthenticating: 0
    authReauthsWhileAuthenticated: 0
    authEapstartWhileAuthenticated: 0
    authEaplogoffWhileAuthenticated: 0
    BackendResponses: 6
    BackendAccessChallenges: 3
    BackendOtherrequestToSupplicant: 6
    BackendAuthSuccess: 1
    BackendAuthFails: 2

関連コマンド