인증자 구성
이더넷 인터페이스에서 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;
}
}