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