EdgeRouter - 시스템 로그를 위한 원격 syslog 서버를 정의하기

download at 2017-10-10T19:03:38Z origin

Overview


이 문서는 CLI로 원격 syslog 서버를 구축하는 방법에 대하여 서술합니다.

Steps


  1. 라우터의 CLI로 연결합니다
  2. configure 모드로 진입합니다
  3. 'set system syslog host <remote_syslog_server> facility all level notice' 입력
  4. commit 입력
  5. save **입력후 **exit 를 입력하여 종료합니다
configure
set system syslog host <remote_syslog_server> facility all level notice
commit
save
exit