Cài đặt cho phép cấu hình Router qua giao diện web (http và https) và chứng thực tại Router6. R1(config)#ip http server.[r]
(1)Sử dụng SDM để cấu hình Router (trên GNS3)
1 Cài đặt card mạng Loopback cho máy tính đặt IP
2 Tạo đám mây, add card mạng loopback vào đám mây Rồi tạo kết nối với Router đám mây
3 Cắm dây cho port đặt hostname thiết bị hình vẽ
Router#configure terminal Router(config)#hostname R1
4 Đặt IP thích hợp cho interface Router PC
R1#configure terminal
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#no shutdown
(2)R1#configure terminal R1(config)#line console
R1(config-line)#logging synchronous
6 Tắt chế độ phân giải tên miền (domain-lookup)
R1#configure terminal
R1(config)#no ip domain-lookup
7 Cài đặt cho phép cấu hình Router qua giao diện web (http https) chứng thực Router
R1(config)#ip http server
R1(config)#ip http secure-server
R1(config)#ip http authentication local
8 Tạo username password cấp độ 15
R1(config)#username ccna privilege 15 password 123
9 Kết nối telnet sử dụng cấp độ 15
R1(config)#line vty
R1(config-line)#privilege level 15 R1(config-line)#login local
R1(config-line)#transport input telnet ssh
10 Đăng nhập vào SDM