オーセンティケータの設定
イーサネットインターフェイス上で IEEE 802.1 x Port ベースのネットワークアクセスコントロールプロトコルを設定するにはauthenticator 、 [edit protocols dot1x]階層レベルでステートメントを設定する必要があります。このauthentication-profile-name access-profile-name文を使用して認証 RADIUS サーバーを指定し、 interfaceこの文を使用して、802.1 x プロトコルの使用 IEEE に特化したルーター上のギガビットイーサネットまたは Fast Ethernet インターフェイスを指定して設定します。どちらも[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;
}
}