You are on page 1of 2

Câu a.

- Đặt tên cho Router 1:


Router< enable
Router# config terminal
Router(config)# hostname R1
- Đặt tên cho Router 2:
Router< enable
Router# config terminal
Router(config)# hostname R2
Câu b.
- Bỏ phân giải tên miền trên các Router:
R1(config)#no ip domain lookup
R2(config)#no ip domain lookup
Câu c.
- Cấu hình bảo vệ cổng kết nối từ xa (tellnet) cho Router R1:
- R1(config)# line vty 0 4
- R1(config-line)# password dtu3
- R1(config-line)# login
- R1(config-line)# exit
- R1(config)#

Câu d.
- Cấu hình bảo vệ cổng console trên Router R2:
- R2(config)# line console 0
- R2(config-line)# password dtu3
- R2(config-line)# login
- R2(config-line)# exit
- R2(config)#

Câu e.

You might also like