オーセンティケータの設定
IEEE 802.1xポートベースネットワークアクセスコントロールプロトコルをイーサネットインターフェイスに設定するには、[edit protocols dot1x]階層レベルでauthenticatorステートメントを設定する必要があります。authentication-profile-name access-profile-nameステートメントを使用して認証RADIUSサーバーを指定し、interfaceステートメントを使用して、IEEE 802.1xプロトコル使用に特化したルーター上のギガビットイーサネットインターフェイスを指定および設定します。どちらも[edit protocols dot1x authenticator]階層レベルです。
[edit protocols dot1x]
authenticator {
authentication-profile-name access-profile-name;
interface (xe-fpc/pic/port | ge-fpc/pic/port | fe-fpc/pic/port) {
maximum-requests seconds;
quiet-period seconds;
reauthentication (disable | interval seconds);
retries integer;
server-timeout seconds;
supplicant (single);
supplicant-timeout seconds;
transmit-period seconds;
}
}