관리 메뉴

도드넷

시스코 tftp 백업 ftp 백업 Config와 IOS - 정보기기운용기능사 실기 본문

창고/정보기기운용기능사 [폐쇄]

시스코 tftp 백업 ftp 백업 Config와 IOS - 정보기기운용기능사 실기

도드! 2015. 5. 30. 13:18






정보기기운용기능사 요점정리 12 - tftp백업, ftp 백업


백업, 자료를 서버에 저장하는 행위... 

정보기기운용기능사에서 백업은 config나 IOS 를 tftp 와 ftp 에 백업하는것 없으므로 

그냥 여기서 한번에 정리하겠습니다. 어려운것도 아니니까요.


그리고 좌측정렬이 더 보기좋아서 앞으로 좌측정렬로 글써보겠습니다.



난이도 : 




Q1

config 파일 tftp ftp 백업하기

1) R1의 Startup-config 파일 Dodmason이라는 이름으로 tftp 백업하시오.

2) R1의 running-config 파일 Dodmason이라는 이름으로 ftp 백업하시오. (ftp 아이디 : Dod, 비밀번호 : mason)


서버주소 : 110.192.0.2


A1

정답


1)

R1#wr

R1#copy startup-config tftp

Address or name of remote host []? 110.192.0.2

Destination filename [R1-confg]? Dodmason


2)

R1#wr

R1#conf t

R1(config)#ip ftp username Dod

R1(config)#ip ftp password mason

R1(config)#exit

R1#copy running-config ftp

Address or name of remote host []? 110.192.0.2

Destination filename [R1-confg]? Dodmason



핵심 명령어 

wr

copy startup-config tftp


wr

ip ftp username 아이디

ip ftp password 비번

copy running-config ftp




* ftp는 tftp와 다르게 서버쪽에가서 아이디 비번 계정만들고 

config에서도 아이디 비번 지정해 줘야함을 잊지맙시다.




Q2

IOS 파일 ftp 백업하기

ISP의 IOS파일을 ftp 백업하시오. (ftp 아이디 : Dod, 비밀번호 : mason)



A2

정답


ISP>en

ISP#show fla


System flash directory:

File  Length   Name/status

  3   50938004 c2800nm-advipservicesk9-mz.124-15.T1.bin 복사

  2   28282    sigdef-category.xml

  1   227537   sigdef-default.xml

[51193823 bytes used, 12822561 available, 64016384 total]

63488K bytes of processor board System flash (Read/Write)


ISP#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

ISP(config)#ip ftp username Dod

ISP(config)#ip ftp password mason

ISP(config)#exit


ISP#copy fla ftp

Source filename []? c2800nm-advipservicesk9-mz.124-15.T1.bin 붙여넣기

Address or name of remote host []? 110.192.0.2

Destination filename [c2800nm-advipservicesk9-mz.124-15.T1.bin]? 


Writing c2800nm-advipservicesk9-mz.124-15.T1.bin...

[OK - 50938004 bytes]


50938004 bytes copied in 102.813 secs (495000 bytes/sec)


핵심명령어

show fla

copy fla ftp






반응형
Comments