귀하의 경험을 개선할 수 있도록 도와주십시오.

귀하의 의견을 알려주십시오.

2분이 소요되는 설문 조사에 시간을 내주시겠습니까?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
keyboard_arrow_right

이 기계 번역이 도움이 되었습니까?

starstarstarstarstar
Go to English page
면책 조항:

이 페이지는 타사 기계 번역 소프트웨어를 사용해 번역됩니다. 주니퍼 네트웍스에서는 우수한 품질의 번역을 제공하기 위한 합리적인 수준의 노력을 기울이지만 해당 컨텐츠의 정확성을 보장할 수 없습니다. 본 번역에 포함된 정보의 정확성과 관련해 의문이 있는 경우 영문 버전을 참조하시기 바랍니다. 다운로드 가능한 PDF는 영어로만 제공됩니다.

인증자 구성

date_range 19-Jan-25

이더넷 인터페이스에서 IEEE 802.1x 포트 기반 네트워크 액세스 제어 프로토콜을 구성하려면 계층 수준에서 문을 [edit protocols dot1x] 구성해야 authenticator 합니다. authentication-profile-name access-profile-name 명령문을 사용하여 인증 RADIUS 서버를 지정하고, 명령문을 사용하여 interface IEEE 802.1x 프로토콜 사용을 위해 라우터에서 기가비트 이더넷 또는 고속 이더넷 인터페이스를 지정하고 구성합니다. 두 가지 모두 계층 수준에서 사용할 수 있습니다[edit protocols dot1x authenticator].

content_copy zoom_out_map
[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;
    }
}
footer-navigation