반응형
- CLI :: SYSLOG 서버 추가
enta-np> enable
password: <password> (penta by default) penta-np# configure terminal
penta-np(config)# wapples
penta-np(config-wapples)# extern
penta-np(config-wapples-extern)# syslog
Penta-np(config-wapples-extern-syslog)# server add <IP address of the LCP:514> of syslog server
Penta-np(config-wapples-extern-syslog)# apply serverlist
- CLI :: SYSLOG 서버 삭제
enta-np> enable
password: <password> (penta by default) penta-np# configure terminal
penta-np(config)# wapples
penta-np(config-wapples)# extern
penta-np(config-wapples-extern)# syslog
Penta-np(config-wapples-extern-syslog)# server delete <1-5> Server number
Penta-np(config-wapples-extern-syslog)# apply serverlist
- CLI :: SYSLOG 서버 기동
enta-np> enable
password: <password> (penta by default) penta-np# configure terminal
penta-np(config)# wapples
penta-np(config-wapples)# extern
penta-np(config-wapples-extern)# syslog
Penta-np(config-wapples-extern-syslog)# status set <on|off>
Penta-np(config-wapples-extern-syslog)# apply config
- APP :: SYSLOG 관련 설정
- 설정마법사 - 운영설정 - 연동설정 - SYSLOG 전송 서버 연동(체크박스)
- 주의 : on|off 만 가능하며 서버 IP,PORT 설정은 CLI에서 진행.
반응형