Lab 1-9: Na ̣p IOS từ TFTP Server cho router cha ̣y từ RAM

Một phần của tài liệu Tổng hợp các bài lab CCNA từ VNPRO (Trang 38 - 42)

RAM

Lab 1-9: Na ̣p IOS Image từ TFTP Server cho router cha ̣y từ RAM

Mô tả

–Cấu hình này mô tả cách na ̣p IOS image từ router cha ̣y từ RAM. Mô ̣t số dòng sản phẩm router cha ̣y từ RAM là Cisco 2600, Cisco 3600 series, Cisco 4600 series.

–PC cha ̣y TFTP server nối với router trong cùng ma ̣ng LAN. IOS image mới sẽ chứa trong PC và sẽ truyền qua Cisco router bằng giao thức truyền TFTP. PC hoa ̣t đô ̣ng như TFTP server, router sẽ là TFTP client.

Thực hiê ̣n

–Ban đầu cấu hình của RouterA như sau RouterA

!

hostname RouterA !

interface Ethernet0/0

ip address 10.10.3.253 255.255.255.0 ← Ethernet interface trên cùng ma ̣ng với TFTP server ! line con 0 line aux 0 line vty 0 4 login ! end

–Dùng lê ̣nh show version để tìm phiên bản của IOS hiê ̣n có. Lê ̣nh này cung cấp mô ̣t số thông tin như dung lươ ̣ng bô ̣ nhớ và image của router

RouterA#show version

Cisco Internetwork Operating System Software

IOS(tm)C2600 Software(C2600-JSX-M),Version 12.1(5)XM,EARLY DEPLOYMENT RELEASE SOFTWARE ↑

Router đang cha ̣y IOS version 11.1 (4)

Image text-base: 0x80008088, data-base: 0x8148BD7C RouterA uptime is 11 minutes

System restarted by power-on

System image file is "flash: c2600-i-mz.120-3.T3.bin ", booted via flash ↑

IOS đươ ̣c na ̣p trong flash

cisco 2621 (MPC860) processor (revision 0x102) with 60416K/5120K bytes of memory. ↑

Router có 64MB DRAM, 60MB dùng cho bô ̣ nhớ xử lý, 4MB dùng cho bô ̣ nhớ I/O

Processor board ID JAB041708RB (3572412720) M860 processor: part number 0, mask 49

Bridging software.

X.25 software, Version 3.0.0.

SuperLAT software (copyright 1990 by Meridian Technology Corp). TN3270 Emulation software.

4 Ethernet/IEEE 802.3 interface(s) 2 FastEthernet/IEEE 802.3 interface(s) 2 Serial network interface(s)

32K bytes of non-volatile configuration memory.

16384K bytes of processor board System flash (Read ONLY) ← router có 16 MB flash Configuration register is 0x2102

RouterA#show flash System flash directory: File Length Name/status

1 3612344 c2600-i-mz.120-3.T3.bin

–Để chắc chắn có thể truy câ ̣p được TFTP server ở đi ̣a chỉ 10.10.3.28, dùng lê ̣nh ping để kiểm tra.

RouterA#ping 10.10.3.28 Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.3.28 timeout is 2 seconds: !!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms

–Khi đã kiểm tra kết nối đến TFTP server, ta bắt đầu na ̣p IOS mới vào router bằng lê ̣nh copy tftp flash. Lưu ý trong bài thực hành này, ta sẽ không xoá file cũ hiện đã có trong flash.

RouterA#copy tftp flash

Address or name of remote host [10.10.3.28]? ← đi ̣a chỉ TFTP server Source file name? c2600-jsx-mz.121-5.xm.bin ← tên của IOS muốn na ̣p Destination file name?

Accessing tftp://10.10.3.28/c2600-jsx-mz.121-5.xm.bin

Erase flash device before writing? [confirm]n ← không xoá file hiê ̣n ta ̣i của flash Loading c2600-jsx-mz.121-5.xm.bin from 10.10.3.28 (via Ethernet0/0)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ...

[OK - 3612344/7224320 bytes] Verifying checksum... OK (0x515A)

–Sau khi quá trình na ̣p hoàn tất, ta kiểm tra nô ̣i dung của bộ nhớ flash bằng lê ̣nh show flash

RouterA#show flash System flash directory: File Length Name/status

1 12080536 c2600-jsx-mz.121-5.xm.bin 2 3612344 c2600-i-mz.120-3.T3.bin

[15693008 bytes used, 1084208 available, 16777216 total] 16384K bytes of processor board System flash (Read/Write)

–Lúc này có hai file trong flash. Ta cần khai báo cho router biết dùng file nào trong khi khởi động. Dùng lê ̣nh boot system flash trong configuration mode

RouterA#conf term

RouterA(config)#boot system flash c2600-jsx-mz.121-5.xm.bin RouterA(config)#exit

–Kiểm tra la ̣i bằng show run để chắc chắn câu lê ̣nh đánh đúng

–Lưu cấu hình dùng lê ̣nh write memory (hay copy run start) và sau đó na ̣p la ̣i RouterA#write mem

Building configuration ... [OK]

RouterA#reload

Proceed with reload? [confirm]

–Sau khi đã na ̣p IOS mới dùng lê ̣nh show version để kiểm tra la ̣i router đã cha ̣y IOS mới hay chưa:

RouterA#show version

Cisco Internetwork Operating System Software

IOS (tm) C2600 Software (C2600-JSX-M), Version 12.1(5)XM, ...

System file image “flash: c2600-jsx-mz.121-5.xm.bin“

Nếu muốn na ̣p IOS mới mà không giữ phiên bản cũ, cũng dùng lê ̣nh copy tftp flash và cho phép xoá flash trước khi ghi.

RouterA#copy tftp flash System flash directory:

Address or name of remote host [10.10.3.28]? ← đi ̣a chỉ TFTP server Source file name? ← tên của IOS muốn na ̣p

Destination file name? Accessing file tftp://...

Erase flash device before writing? [confirm] ← Nhấn Enter ta ̣i đây để cho phép xóa flash trước khi ghi file mới

Erasing the flash filesystem will remove all files! Continue? [confirm] Erasing device ...

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ee ...erased Erase of flash: complete

Copy ...

as ...? [yes/no]y Loading

!!!!!!!!!!!!!!!!!!!!

[OK - 12080536/24160256 bytes] Verifying checksum... OK (0xECAC)

Sau khi na ̣p xong hệ điều hành cho router, nên kiểm tra la ̣i tình trạng các file hiện có trong flash bằng show flash hoặc dir flash:

Một phần của tài liệu Tổng hợp các bài lab CCNA từ VNPRO (Trang 38 - 42)

Tải bản đầy đủ (DOC)

(55 trang)
w