2015. 8. 5. 13:32

cisco장비에서 tftp Winserver로 파일을 전송할때

GW\copy running-config flash:ex.txt  *running-config파일을 flash메모리에 ex.txt로 저장한다.   

Destination filename [ex.txt]?

Erase Flash: before copying? [confrim]n *flash메모리를 지우고 복사하겠습니까?

Verifying checksum... OK(0x1C48)

2989 bytes copied in 7.020 secs(426 bytes/sec)

*파일 복사가 완료후

GW\show flash: *flash메모리에 파일 복사가 되었는지 확인

GW\copy flash: tftp: *flash메모리 파일을 tftpserver로 복사하겠습니다.

Source filename []? ex.txt

Address or name of remote host []? *tftpserver에 주소를 입력

Destination filename[ex.txt]? *Destination filename이 ex.txt가 맞는지 확인

-----------------------------------------------------------------------------

cisco 장비 대 장비 전송방법

TFTP_Server

copy running-config flash:aa.bin *running-config file을 flash memory 공간에 aa.bin으로 저장

Destination filename[aa.bin]? 

Erase flash: before copying? [confirm]n

*tftp 서버에서는 running-config를 flash memory에 aa.bin으로 저장.


TFTP_Client

copy tftp: flahs:

Address or name of remote host[]? *tftp_server주소를 묻는다.

Source filename[]? *가져올 파일명을 묻는다 (aa.bin)

Destination filename[aa.bin]?

'Networking' 카테고리의 다른 글

SSH Tunneling  (0) 2015.08.05
Cisco 라우터에서 DHCP, Relay Agent 구성하기  (0) 2015.08.05
sys log config  (0) 2015.08.05
NTP 서버 Config  (0) 2015.08.05
Socket port 서비스  (0) 2015.08.05