Running-configuration은 RAM에 적재되어 있는 현재 동작 중인 설정값이며 휘발성의 성질을 갖고 있다.
반면 Startup-configuration은 NVRAM(Non-Voltage RAM)에 저장되어 있어서 비휘발성을 띠고 있으며
서버가 시작할 때 자동으로 설정값을 적용한다.
아래는 tftp서버를 이용해 configuration 또는 OS 이미지를 백업시키고 불러오는 명령어들이다.
running-config 백업
R1#copy running-config tftp
startup-config 백업
R1#copy startup-config tftp
IOS 백업
R1#copy flash tftp
복구
R1#copy tftp running-config
R1#copy tftp startup-config
R1#copy tftp flash
'IT > Network Theory' 카테고리의 다른 글
SPOF(Single Point Of Failure) (0) | 2021.09.01 |
---|---|
Connection between Serial Interfaces (0) | 2021.08.31 |
GNS3 - Router Terminal Commands (0) | 2021.08.30 |
ARP(Address Resolution Protocol) with L2SW (0) | 2021.08.30 |
IPv4 Header (0) | 2021.08.27 |