偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

玩轉(zhuǎn)CISCO PPP配置

網(wǎng)絡(luò) 網(wǎng)絡(luò)管理
對(duì)于ppp的設(shè)置,我們今天主要講解一下CISCO PPP配置。那么在這方面我們需要關(guān)注的則是認(rèn)證的內(nèi)容。

我們知道PPP,點(diǎn)對(duì)點(diǎn)協(xié)議內(nèi)容是我們常用到的。那么在很多設(shè)備中都有相關(guān)的設(shè)置。那么這里我們則針對(duì)CISCO PPP配置的內(nèi)容進(jìn)行一下細(xì)致地講解。那么大家來詳細(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é)任編輯:佟健 來源: hi.baidu.com
相關(guān)推薦

2010-09-07 14:50:20

CISCO PPP配置

2010-09-03 10:09:45

CISCO PPP配置

2010-08-04 14:16:32

路由器配置

2010-09-28 13:53:52

2010-09-06 10:47:00

PPP配置

2011-04-13 12:18:38

PAP認(rèn)證PPP

2010-09-06 09:44:34

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

2010-09-16 16:06:35

PPPoE配置

2010-08-03 08:52:57

配置

2010-09-07 15:39:46

2010-09-16 13:16:20

CISCO PPPoE

2010-09-03 09:28:55

PPPDDRMultilink

2010-05-28 18:57:15

Mrtg配置

2011-04-01 10:19:13

MrtgCISCO安裝

2010-08-06 11:38:26

思科路由器DHCP配置

2010-09-27 13:06:36

Cisco 3620

2010-08-06 13:50:22

2011-04-08 10:37:41

靜態(tài)路由路由器

2010-09-25 09:50:30

2010-01-18 10:37:51

端口監(jiān)控配置
點(diǎn)贊
收藏

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