Browsed by
Month: February 2023

Khôi phục mật khẩu cho Router

Khôi phục mật khẩu cho Router

QUÊN MẬT KHẨU KHÔI PHỤC ROUTER Bước 1: Giả lập lỗi cấu hình sai passwordRouter#configure terminalRouter(config)# hostname Trungthienit_RTrungthienit_R(config)#enable password pwd_enableTrungthienit_R(config)#line console 0Trungthienit_R(config-line)#password pwd_consoleTrungthienit_R(config-line)#loginTrungthienit_R(config-line)#endTrungthienit_R#exit kiểm tra, nhập password saiTrungthienit> enbalepassword:password:password: Bước 2: Tắt mở routerTừ khi tắt Router, đợi tầm 15s sau đó mở lại Router Bước 3: Sử dụng tổ hợp phím để vào rommonSử dụng phím Ctrl + Break để vào mode rommonRommon 1 > Bước 4: Đổi giá trị thanh ghi cấu hìnhrommon 1 > confreg 0x2142rommon 2 > reset Bước 5: sửa passwordSau khi đổi gái trị…

Read More Read More

Lệnh cấu hình switch CISCO

Lệnh cấu hình switch CISCO

Lệnh cấu hình switch CISCO Mô tả Lệnh Configure device system name (Cấu hình tên thiết bị) Switch(config)#hostname sw1 Sets the encrypted enable password (Thiết lập mật khẩu mã hóa) Switch(config)#enable secret cisco Sets the unencrypted enable password (Đặt mật khẩu không mã hóa) Switch(config)#enable password cisco Enable password encryption on all clear text password within the configuration file (mã hóa tất cả các mật khẩu trong file cấu hình) Switch(config)#service password-encryption Configure a Message Of The Banner, with an…

Read More Read More

Lệnh cấu hình router Cisco

Lệnh cấu hình router Cisco

Set a console password to cisco: Đặt mật khẩu console là Cisco. Router(config)#line con 0Router(config-line)#loginRouter(config-line)#password cisco Set a telnet password: Đặt mật khẩu telnet. Router(config)#line vty 0 4Router(config-line)#loginRouter(config-line)#password cisco Stop console timing out: Console không bị log off. Router(config)#line con 0Router(config-line)#exec-timeout 0 0 Set the enable password to cisco: Đặt mật khẩu enable là cisco. Router(config)#enable password cisco Set the enable secret password to peter: Đặt mật khẩu secret là peter. Mật khẩu này ghi đè lên mật khẩu enable…

Read More Read More