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