방화벽 인증 배너 사용자 지정
배너는 인증에 성공했는지 또는 실패했는지 여부를 사용자를 표시하기 위해 만들 수 있는 사용자 지정 메시지입니다.
방화벽 인증 배너 사용자 지정 이해
배너는 로그인 유형에 따라 서로 다른 장소의 모니터에 나타나는 메시지입니다.

그림 1과 같이 사용자가 웹 인증 주소에 성공적으로 로그인한 후 브라우저 화면 맨 위에 있습니다.
Telnet, FTP, HTTP 또는 HTTPS 로그인 프롬프트, 성공 메시지 및 페일 메시지 전후
콘솔 로그인 배너를 제외한 모든 배너에는 기본 메시지가 있습니다. 배너에 표시되는 메시지를 사용자 정의하여 디바이스를 사용하는 네트워크 환경에 더 잘 맞을 수 있습니다.
예: 방화벽 인증 배너 사용자 지정
이 예에서는 브라우저에 표시되는 배너 텍스트를 사용자 정의하는 방법을 보여줍니다.
요구 사항
시작하기 전에 액세스 프로필을 만듭니다.
개요
배너는 로그인 유형에 따라 서로 다른 장소의 모니터에 나타나는 메시지입니다. 이 예에서는 브라우저에 표시되는 배너를 변경하여 웹 인증을 통해 로그인에 성공한 후 사용자가 인증에 성공했음을 나타내는 방법을 보여줍니다. 새로운 메시지는 "웹 인증에 성공한다"입니다. 인증에 실패하면 새 메시지가 "인증 실패"라고 읽습니다.
구성
절차
CLI 빠른 구성
이 예제를 신속하게 구성하려면 다음 명령을 텍스트 파일로 복사하고, 줄 바꿈을 제거하고, 네트워크 구성에 맞게 필요한 세부 정보를 변경하고, [편집] 계층 수준에서 CLI에 명령을 복사 및 붙여넣은 다음 구성 모드에서 입력 commit 합니다.
set access firewall-authentication pass-through default-profile Profile-1
set access firewall-authentication pass-through ftp banner fail “ Authentication failed”
set access firewall-authentication web-authentication default-profile Profile-1
set access firewall-authentication web-authentication banner success “ Web authentication is successful”
단계별 절차
다음 예제에서는 구성 계층에서 다양한 레벨을 탐색해야 합니다. 그 방법에 대한 지침은 구성 모드의 CLI 에디터 사용(Using in Configuration Mode)을 참조하십시오.
브라우저에 표시되는 배너 텍스트를 사용자 지정하려면 다음을 수행합니다.
FTP를 통해 통과하지 못한 인증에 대한 배너 텍스트를 지정합니다.
[edit] user@host# set access firewall-authentication pass-through default-profile Profile-1 user@host# set access firewall-authentication pass-through ftp banner fail “ Authentication failed”
성공적인 웹 인증을 위한 배너 텍스트를 지정합니다.
[edit] user@host# set access web-authentication default-profile Profile-1 user@host# set access web-authentication banner success “ Web authentication is successful”
결과
구성 모드에서 명령을 입력하여 구성을 show access firewall-authentication
확인합니다. 출력이 의도한 구성을 표시하지 않는 경우 이 예제의 구성 지침을 반복하여 수정합니다.
user@host# show access firewall-authentication pass-through { default-profile Profile-1; ftp { banner { fail "Authentication failed"; } } } web-authentication { default-profile Profile-1; banner { success "Web authentication is successful"; } }
디바이스 구성을 완료한 경우 구성 모드에서 입력 commit
합니다.