Router TFTP Server
Router'ımız HTTP ve FTP server olabildiği gibi TFTP hizmeti de verebilmektedir.
Bunun için server tarafında;
tftp-server flash:cat6500-entservices-mz.122-40.SG.bin
Client tarafında;
copy tftp://1.1.1.1/cat6500-entservices-mz.122-40.SG.bin null:
Router FTP Server
Router'ımızı FTP server olarak yapılandırabilir ve çeşitli dosya kopyalama işlemlerimizi yapabiliriz. Örneğin güncellenmiş işimize yarayan IOS'u komşu router'dan FTP ile çekebiliriz. Bunun için server tarafında;
ftp-server enable
ftp-server topdir flash:
username ftp password ftp
Client tarafında;
ip ftp username ftp
ip ftp password ftp
Örneğin;
copy ftp://1.1.1.1/cat6500-entservices-mz.122-40.SG.bin null:
ftp-server enable
ftp-server topdir flash:
username ftp password ftp
Client tarafında;
ip ftp username ftp
ip ftp password ftp
Örneğin;
copy ftp://1.1.1.1/cat6500-entservices-mz.122-40.SG.bin null:
Router HTTP Server
Router'imizi HTTP yani Web server yapabiliriz. Bunu neden yapalim ki demeyin, IOS yükleme veya test işlemleri için çok gerekli olabiliyor.
Server konfigirasyonu;
ip http server
ip http path flash:
username http password http
Client tarafında;
ip http client username http
ip http client password http
Örneğin;
copy http://1.1.1.1/cat6500-entservices-mz.122-40.SG.bin null:
Kaydol:
Kayıtlar (Atom)