Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- miniconda
- hardening
- 로그인불가
- 보안양파
- Kibana
- docker
- macos
- ansible
- centos 8
- ssh key 배포
- pfsense
- proxycfg
- GitLab
- PlayBook
- x-pack
- ELASTIC
- endpoint security
- Elasticsearch
- application security
- bash
- XCP-ng
- Proxy
- xe guest utilities
- Windows
- G-suite
- 한글가이드
- Kibana server is not ready yet
- freebsd
- elastic stack
Archives
- Today
- Total
선 밖에 선 자유인
스위치 SNMP, Syslog 설정 본문
- SNMP 설정
Cisco(config)# access-list 3 permit <SNMP 서버 IP> 0.0.0.0
Cisco(config)# access-list 3 deny any
Cisco(config)# snmp-server community <community_string> RO 3
- Syslog 설정
Cisco(config)# loggin origin-id hostname
Cisco(config)# logging host <log server IP> transport udp port <port>
Cisco(config)# logging trap warnings
Comments