自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

兩方認(rèn)證完成CISCO PPP配置

網(wǎng)絡(luò) 網(wǎng)絡(luò)管理
下面我們來(lái)對(duì)CISCO PPP配置的內(nèi)容進(jìn)行一下具體的介紹。其中包含了PAP認(rèn)證配置和CHAP認(rèn)證配置的內(nèi)容。希望對(duì)大家有所幫助。

在路由設(shè)置中我們通常會(huì)涉及很多協(xié)議的內(nèi)容,這個(gè)也是我們管理員需要了解的。那么這里我們則針對(duì)CISCO PPP配置的內(nèi)容進(jìn)行一下細(xì)致地講解。那么大家來(lái)詳細(xì)看看其中所涉及的認(rèn)證配置吧。

CISCO PPP配置1:PPP的PAP認(rèn)證配置

R1:(主認(rèn)證方 同樣也是 被認(rèn)證方)

  1. hostname r1  
  2. username r2 password yhp  
  3. int s0/0  
  4. ip add 192.200.10.1 255.255.255.0  
  5. encapsulation ppp  
  6. ppp authentication pap  
  7. ppp pap sent-username r1 password yhp  
  8. no shutdown 

可選項(xiàng)

  1. peer default ip address 192.200.10.2 ---------協(xié)商IP  
  2. compress {predictor | stac}  
  3. ip tcp header-compress 

R2:(主認(rèn)證方 同樣也是 被認(rèn)證方)

  1. hostname r2  
  2. username r1 password yhp  
  3. int s0/0  
  4. ip add 192.200.10.2 255.255.255.0  
  5. encapsulation ppp  
  6. ppp authentication pap  
  7. ppp pap sent-username r2 password yhp  
  8. no shutdown 

可選項(xiàng)

  1. ip address nego-----------------------------------與同另一端一同設(shè)置  
  2. compress {predictor | stac}  
  3. ip tcp header-compress 

CISCO PPP配置2:PPP的CHAP認(rèn)證配置

方法一

R1:(主認(rèn)證方)

  1. hostname r1  
  2. username r2 pass yhp  
  3. int s0/0  
  4. ip add 192.200.10.1 255.255.255.0  
  5. encapsulation ppp  
  6. ppp authentication chap  
  7. no shutdown 

R2:(被認(rèn)證方)

  1. hostname r2  
  2. username r1 pass yhp  
  3. int s0/0  
  4. ip add 192.200.10.2 255.255.255.0  
  5. encapsulation ppp  
  6. ppp authentication chap  
  7. no shutdown 

方法二

R1:(主認(rèn)證方)

  1. hostname r1  
  2. username r2 pass cisco  
  3. int s0/0  
  4. ip add 192.200.10.1 255.255.255.0  
  5. encapsulation ppp  
  6. ppp authentication chap  
  7. no shutdown 

R2:(被認(rèn)證方)

  1. hostname r2  
  2. username r1 pass cisco  
  3. int s0/0  
  4. ip add 192.200.10.2 255.255.255.0  
  5. encapsulation ppp  
  6. ppp authentication chap  
  7. ppp chap hostname yhp  
  8. no shutdown 

注:如需PPP壓縮方法同[PPP的PAP配置],DCE,DTE須另外配

CISCO PPP配置原文地址:http://hi.baidu.com/yhpspace/blog/item/05aa83551784b7c7b645ae59.html

責(zé)任編輯:佟健 來(lái)源: 百度空間
相關(guān)推薦

2010-09-06 14:32:55

CISCO PPP配置

2010-08-04 14:16:32

路由器配置

2010-05-05 18:55:51

負(fù)載均衡算法

2011-04-13 12:18:38

PAP認(rèn)證PPP

2010-09-07 14:50:20

CISCO PPP配置

2010-09-06 09:44:34

PPP協(xié)議PAP認(rèn)證配置

2010-04-07 11:03:58

云計(jì)算

2010-06-02 13:25:39

IPv6網(wǎng)絡(luò)協(xié)議

2010-06-07 09:07:45

IPv6網(wǎng)絡(luò)協(xié)議

2009-11-06 09:57:32

2010-05-14 15:11:10

統(tǒng)一通信解決方案

2009-09-24 15:02:26

Cisco認(rèn)證

2010-09-06 11:58:39

ppp撥號(hào)Linux

2009-11-05 15:18:19

WCF擴(kuò)展

2010-09-28 13:53:52

2010-08-17 13:21:00

CiscoCCA認(rèn)證

2010-09-06 14:03:06

PPP身份認(rèn)證

2010-09-06 10:47:00

PPP配置

2010-09-03 09:19:13

PPP身份認(rèn)證

2010-09-09 17:24:11

點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)