国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 網絡通信 > 正文

PPP認證、DDR和Multilink

2019-11-04 20:50:39
字體:
來源:轉載
供稿:網友

  在本節的實驗中,將對PPP認證、DDR和Multilink進行配置,更深入地了解ISDN和撥號網絡的配置技能。
  
  1.實驗目的
  
  通過本實驗,讀者可以把握以下技能:
  配置PPP CHAP認證;
  配置dialer map;
  配置DDR
  配置Multilink;
  查看和監測有關信息。
  
  2.設備需求
  
  本實驗的設備需求與實驗1完全相同,請參見實驗1的相關內容。
  
  3.拓撲結構及配置說明
  
  本實驗的拓撲結構如圖7-2所示,R1和R2路由器分別連接1條ISDN BRI線路。
  為達到配置DDR的目的,在R1和R2上分別創建1個回送接口(L0)。
  各路由器BRI接口、L0接口的ip地址和所連接線路的ISDN號碼見圖7-2中的標注。
  
PPP認證、DDR和Multilink

  實驗要求配置R1和R2,實現從10.1.1.0/24網段到10.1.2.0/24網段的連通,同時提供撥號連接的安全性,并使用相應命令實現R1和R2之間的128kbit/s的連接帶寬。
  
  4.實驗配置及監測結果
  
  實驗中綜合使用了DDR、PPP認證和PPP Multilink技術,讓我們來看如何配置路由器以滿足實驗的要求。
  配置清單7-2是R1和R2的具體配置。
  
  配置清單7-2配置DDR、PPP認證和ppp Multilink
  
  第1段:R1的配置清單
  R1#sh run
  Building configuration...
  
  Current configuration : 2752 bytes
  !
  version 12.1
  service timestamps debug uptime
  service timestamps log uptime
  no service passWord-encryption
  !
  hostname R1
  username R2 password 0 cisco
  !
  ip subnet-zero
  no ip domain-lookup
  isdn switch-type basic-iietS
  !
  interface Loopback0
   ip address 10.1.1.1255.255.255.0
  
  interface BRIO
   ip address 192.168.1.1255.255.255.0
   encapsuSation ppp
   dialer idle-timeout 300
   dialer map ip 192.168.1.2 name R2 broadcast 80000002
   dialer load-threshold 128
   dialer-group 1
   no cdp enable
   ppp authentication chap
   PPP multilink
  !
  ip classless
  ip route 10.1.2.0 255.255.255.0 192.168.1.2
  !
  dialer-list 1 PRotocol ip permit
  line con 0
   transport input none
  line aux 0
   transport input all
  line vty 0 4
   login
  !
  end
  
  第2段:R2的配置清單
  R2#sh run
  Building configuration...
  
  Current configuration : 1086 bytes
  !
  version 12.1
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  service udp-small-servers
  service tcp-small-servers
  !
  hostname R2
  !
  useriiame R1 password 0 cisco
  !
  ip subnet-zero
  no ip finger
  !
  isdn switch-type basic"net3
  !
  interface Loopback0
   ip address 10.1.2.1255.255.255.0
  !
  interface BRIO
   ip address 192.168.1.2 255.255.255.0
   encapsiiSation ppp
   dialer idle-timeout 300
   dialer map ip 192.168.1.1 name Rl broadcast 80000001
   dialer load-threshold 128
   dialer-group 1
   no cdp enable
   ppp authentication chap
   ppp multilink
  !
  ip classless
  ip route 10.1.1.0 255.255.255.0 192.168.1.1
  !
  dialer-list 1 protocol ip permit
  !
  line con 0
   transport input none
  line aux 0
   transport input all
  line vty 0 4
   login
  !
  end
  第3段:監測配置結果
  R1#debug ppp authentication
  PPP authentication debugging is on
  R1#ping 10.1.2.1
  
  Type escape sequence to abort.
  Sending 5, 100-byte ICMP Echos to 10.1.2.1, timeout is 2 seconds:
  03:17:15: %LINK-3-UPDOWN: Interface BRIO:1, changed state to up
  03:17:15: BRO:1 PPP: Treating connection as a callout
  03:17:15: %ISDN-6-CONNECT: Interface BRIO:1 is now connected to 80000002
  03:17:17:BRIO:1 CHAP:O CHALLENGE id 5 len 23 from"R1"
  03:17:17:BRIO:1 CHAP:I CHALLENGE id 2 len 23 from"R2"
  03:17:17:BRIO:1 CHAP:O RESPONSE id 2 len 23 from"R1"
  03:17:17:BRIO:1 CHAP:I SUCCESS id 2 len 4
  03:17:17:BRIO:1 CHAP:I RESPONSE id 5 len 23 from"R2"
  03:17:17:BRIO:1 CHAP:O SUCCESS id 5 len 4
  Success rate is 60 percent (3/5), round-trip min/avg/max == 36/37/40 ms
  03:17:18: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRIO:1, changed state to up
  R1#ping 10.1.2.1
  
  Type escape sequence to abort.
  Sending 5, 100-byte ICMP Echos to 10.1.2.1, timeout is 2 seconds:
  !!!!!
  Success rate is 100 percent (5/5), round-trip min/avg/max = 36/36/40 ms
  R1#sh dialer map
  R1#debug isdn q921
  ISDN Q921 packets debugging is on
  03:22:38:ISDN BRO:RX<- RRp sapi=0 tei=66 nr=0
  03:22:38:ISDN BRO:TX<- RRf sapi=0 tei=66 nr=0
  03:22:38:ISDN BRO:RX<- RRp sapi=0 tei=70 nr=0
  03:22:38:ISDN BRO:RX<- RRf sapi=0 tei=70 nr=0
  03:22:48: ISDN BRO:TX-> RRpsapi=O tei=66 nr=0
  03:22:48: ISDN BRO: RX <- RRp sapi=0 tei=66 nr=0
  03:22:48: ISDN BRO:TX-> RRfsapi=0 tei=66 nr=0
  03:22:48: ISDN BRO: RX<- RRfsapi=0 tei=66 nr=0
  03:22:48: ISDN BRO: RX <- RRp sapi=0 tei=70 nr=0
  03:22:48: ISDN BRO: RX <- RRf sapi=0 tei=70 nr=0
  R1#debug isdn q931
  ISDN Q931 packets debugging is on
  R1#ping 10.1.2.1
  Type escape sequence to abort.
  Sending 5, 100-byte ICMP Echos to 10.1.2.1, timeout is 2 seconds:
  03:24:33: ISDN BRO: TX -> SETUP pd = 8 callref = 0x04
  03:24:33:   Bearer Capability i=0x8890
  03:24:33:   Channel ID i=0x83
  03:24:33: ISDN BRO: RX <- SETUP_ACK pd=8 callref=0x84
  03:24:33:   Channel ID i=0x89
  03:24:33: ISDN BRO: RX <- CALL_PROC pd=8 callref=0x84
  03:24:33: ISDN   RX <- SETUP pd=8 callref=0x01
  03:24:33: %LINK-3-UPDOWN: Interface BRIO: 1, changed state to up
  03:24:33: %ISDN-6-CONNECT: Interface BRIO:2 is now connected to 80000002
  03:24:34: ISDN BRO: RX<- RELEASE pd=8 callref=0x01
  03:24:34:   Cause i=Ox829A-Non-selected user clearing
  03:24:34: ISDN BRO: TX-> RELEASE_COMP pd=8 callref=0x81
  03:24:34: %ISDN-6-CONNECT: Interface BRIO: 1 is now connected to 80000002
  03:24:34: ISDN BRO: RX <- RELEASE_COMP pd=8 callref =OxO1!!!
  Success rate is 60 percent (3/5), round-trip min/avg/max == 36/38/40 ms
  R1#
  03:24:37: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRIO: 1, changed state to up
  03:24:38: ISDN BRO: TX -> SETUP pd == 8 callref = 0x05
  03:24:38:   Bearer Capability i=0x8890
  03:24:38:   Channel ID i=0x83
  
  R2#ping 10.1.1.1
  
  Type escape sequence to abort.
  Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
  !!!!!
  Success rate is 100 percent (5/5), round-trip min/avg/max = 40/114/412 ms
  我們采用把R1和R2的同類配置同時列出并講解的方法,以方便讀者更好地理解配置。實驗1中己經配置過的項目不再是我們講解的重點。
  (1)配置用戶名和口令。
  R1:USernam R2 password 0 Cisco
  R2:USemame R1 password 0 cisco
  在R1上定義的用戶名為R2,即撥號鏈路對端路由器名(由hostname所


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 界首市| 巴林左旗| 盖州市| 安丘市| 渝北区| 正定县| 辽宁省| 伊春市| 涟水县| 巧家县| 开鲁县| 司法| 英德市| 山东省| 额济纳旗| 黄平县| 米易县| 宜章县| 武鸣县| 中牟县| 额尔古纳市| 寿光市| 海晏县| 芦溪县| 淮南市| 闸北区| 赣州市| 宁明县| 江华| 五河县| 林甸县| 昌宁县| 贺兰县| 黄浦区| 正定县| 莱西市| 西安市| 固阳县| 临清市| 谢通门县| 石台县|