auth-web authentication
- モード
- インターフェースモード
- カテゴリー
- インターフェース / ポート認証
構文
(config-if)# auth-web authentication {default|LISTNAME}
(config-if)# no auth-web authentication
コマンド説明
対象ポートでWeb認証を行うときに、指定したサーバーリストを使うよう設定する。no形式で実行した場合は、対象ポート固有のサーバーリスト指定を削除し、システム全体設定(aaa authentication auth-web default ...)にしたがうようにする。
パラメーター
default- デフォルトの認証サーバーリスト(aaa authentication auth-web default ...で指定したもの)を使用する
LISTNAME- ユーザー定義の認証サーバーリスト(aaa authentication auth-web LISTNAME ...で事前に定義しておく必要がある)を使用する
使用例
vlan10 に、リスト名'VLAN10_AUTH'を適用する。awplus(config)# interface vlan10 awplus(config-if)# auth-web authentication VLAN10_AUTH
vlan10 からユーザーが定義したリスト名を削除し、デフォルトの認証方法を適用する。
awplus(config)# interface vlan10 awplus(config-if)# no auth-web authentication