|
||||||||
|
||||||||
|
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:04 AM | #1 |
Guest
Trả Lời: n/a
|
Lab. PPP authentication CHAP (tt)
Lab. PPP authentication CHAP (tt) Topology Yêu cầu Router R2 sẽ chứng thực cho router R1 bằng giao thức CHAP. Gửi hostname và password được chỉ ra. Các bước cấu hình
R1(config)#interface serial 0/0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#exit R2(config)#interface serial 0/0/1 R2(config-if)#ip address 192.168.1.2 255.255.255.0 R2(config-if)#exit
R1(config)#int S0/0/0 R1(config-if)#encapsulation ppp R1(config-if)#ppp chap hostname abc R1(config-if)#ppp chap password cisco R2(config)#username abc password cisco R2(config)#int S0/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 |
|
|