이 문서는 CLI로 원격 syslog 서버를 구축하는 방법에 대하여 서술합니다.
Steps
- 라우터의 CLI로 연결합니다
- configure 모드로 진입합니다
- 'set system syslog host <remote_syslog_server> facility all level
notice' 입력
- commit 입력
- save **입력후 **exit 를 입력하여 종료합니다
configure
set system syslog host <remote_syslog_server> facility all level notice
commit
save
exit