- Nếu mật khẩu của VTP domain là được cấu hình, mật khẩu của switch mới phải là giống.
Lời cuối cùng tôi muốn nhắn nhủ đến các bạn đó là “Hãy học bằng tất cả sự đam mê của mình”, hãy làm sao đó để mỗi lần học chúng ta lại nói là “được học” chứ
đam mê của mình”, hãy làm sao đó để mỗi lần học chúng ta lại nói là “được học” chứ không phải là “phải học”. Không có ai ép buộc bạn làm việc gì cả, chỉ có bạn mới biết được việc gì là tốt nhất cho mình, hãy làm nó với tất cả sự đam mê của mình, đừng bao giờ bỏ cuộc và cuối cùng thành công sẽ đến với bạn mà thôi!
Bài 22:
Qui trình khôi phục password trên Cisco router.
Qui trình khôi phục password (password recovery) I. Đối với Cisco 1600, 1700 and 2600 Series Routers:
1. Vào HyperTerminal (Private Edition 5.0 or higher) console. 2. Tắt router, sau đó bật lại. Nhấn Ctrl-Break trong vòng 60 giây monitor: command "boot" aborted due to user interrupt
rommon 1 >
3. Dùng lệnh confreg để đổi nội dung thanh ghi sang 2142. rommon 1 >confreg 0x2142
4. Reboot the router with the reset command. rommon 2 >reset
5. Sau khi reboot, dùng Ctrl-C để vào user mode: router>
6.
router>enable
router#copy startup-config running-config 7.
router>enable
router#show startup-config 8. Đặt lại password mới: router#config term
router(config)#enable secret newpassword router(config)#enable password newpassword router(config)#line con 0 router(config-line)#login router(config-line)#password newpassword router(config)#line aux 0 router(config-line)#login router(config-line)#password newpassword router(config)#line vty 0 4 router(config-line)#login
router(config-line)#password newpassword 9. #copy run start
10. Khôi phục giá trị thanh ghi về 0x2102 router#config term
router(config)#config-register 0x2102 router(config)#exit
router#copy running-config startup-config 11. Kiểm tra nội dung thanh ghi
router#show version
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-DO3S-M), Version 12.0(5)T1, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1999 by cisco Systems, Inc. Compiled Tue 17-Aug-99 13:18 by cmong
Image text-base: 0x80008088, data-base: 0x80CB67B0
ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1) 1 FastEthernet/IEEE 802.3 interface(s)
2 Low-speed serial(sync/async) network interface(s) 32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write) Configuration register is 0x2142 (will be 0x2102 at next reload)