|
||||||||
|
||||||||
|
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:02 AM | #1 |
Guest
Trả Lời: n/a
|
Lab. PPP authentication PAP
Lab. PPP authentication PAP Topology Yêu cầu: Router R2 sẽ chứng thực cho router R1 bằng giao thức PAP Các bước cấu hình - Cấu hình cơ bản: cấu hình IP cho các interface 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- Cấu hình chứng thực PAP R1(config)#int S0/0/0 R1(config-if)#encapsulation ppp R1(config-if)#ppp pap sent-username cisco password cisco R2(config)#username cisco password cisco R2(config)#int S0/0/1 R2(config-if)#encapsulation ppp R2(config-if)#ppp authentication papKiểm tra cấu hình Sử dụng các lệnh sau: router#ping router#debug ppp authentication |
|
|