|
||||||||
|
||||||||
|
12. Point - to - Point Connection WAN Serial line Standard, PPP encapsulation with PAP/CHAP Authentication |
|
Công Cụ | Xếp Bài |
15-10-2009, 11:03 AM | #1 |
Guest
Trả Lời: n/a
|
Lab. PPP authentication CHAP
Lab. PPP authentication CHAP Topology Yêu cầu Router R2 sẽ chứng thực cho router R1 bằng giao thức CHAP. Mặc định sẽ gửi hostname đi để chứng thực. Các bước cấu hình
R1(config)#int S0/0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#exit R2(config)#int S0/0/1 R2(config-if)#ip address 192.168.1.2 255.255.255.0 R2(config-if)#exit
R1(config)#username R2 password cisco R1(config)#int S0/0/0 R1(config-if)#encapsulation ppp R2(config)#username R1 password cisco R2(config)#interface serial 0/0/1 R2(config-if)#encapsulation ppp R2(config-if)#ppp authentication chapKiểm tra cấu hình Sử dụng các lệnh sau: Router#ping Router#debug ppp authentication |
|
|