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
- x-pack
- Kibana server is not ready yet
- hardening
- bash
- xe guest utilities
- 로그인불가
- centos 8
- freebsd
- PlayBook
- Elasticsearch
- elastic stack
- 한글가이드
- XCP-ng
- pfsense
- application security
- docker
- endpoint security
- G-suite
- Kibana
- 보안양파
- Windows
- ansible
- GitLab
- miniconda
- proxycfg
- ELASTIC
- macos
- Proxy
- ssh key 배포
Archives
- Today
- Total
선 밖에 선 자유인
Cisco 라우터 config 자동 백업 본문
1. TFTP 서버 구축 (CentOS 7 기준)
# yum install tftp-server
# vi /etc/xinetd.d/tftp
server_args = -c -s /home/configs/backups
# systemctl restart xinetd
- 서버 방화벽에서 udp 69 open
2. 라우터 설정
R1(config)#archive
R1(config-archive)#path tftp://<TFTPserver>/$h
R1(config-archive)#time-period 1440
R1(config-archive)#write-memory
Comments