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

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

配置幀中繼于接口(1)

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

  子接口是幀中繼拓撲環境中重要的配置對象,本實驗將對點到點于接口和多點子接口分別進行配置,并配置EIGRP路由協議,以觀察在不同于接口配置模式下路由協議的工作特點。
  
  1.實驗目的
  
  通過本實驗,讀者可以把握以下技能
  ●配置幀中繼點到點子接口;
  ●配置幀中繼多點子接口;
  ●配置EIGRP路由協議;
  ●查看幀中繼相關信息;
  ●查看EIGRP相關信息。
  
  2.設備需求
  
  本實驗需要以下設備:
  ●實驗1中配置好的幀中繼交換機;
  ●3臺路由器,要求最少具有1個串行接口;
  ●3條DCE電纜,3條DTE電纜;
  ●1臺終端服務器,如Cisco 2509路由器,及用于反向Telnet的相應電纜;
  ●1臺帶有超級終端程序的PC機,以及Console電纜及轉接器。
  
  3.拓撲結構及配置說明
  
  本實驗的拓撲如圖8-5所示。
  
配置幀中繼于接口(1)

  在"幀中繼云"的位置,實際放置的是實驗1中配置好的幀中繼交換機,使用拓撲中指定的幾個DLCI構成星型結構。使用幀中繼交換機的S1、S2和S3接口分別用一組DCE、DTE電纜與R1、R2和R3實現連接。幀中繼網上網段劃分和ip地址分配將在具體配置時給出。
  
  4.實驗配置及監測結果
  
  連接好所有設備并給各設備加電后,開始進行實驗。
  第1部分:配置和監測幀中繼點到點子接口
  以下的配置把R1的S0接口設置成為幀中繼的點到點子接口。其他路由器依然使用物理接口。
  配置清單8-5列出了各路由器的配置。
  
  配置清單8-5 配置幀中繼點到點子接口
  
  第1段:R1路由器的配置
  version 12.1
  service timestamps debug uptime
  service timestamps log uptime
  no service passWord-encryption
  !
  hostname R1
  !
  ip subnet-zero
  !
  interface Loopback0
   ip address 10.1.1.1255.255.255.0
  !
  interface Serial0
  no ip address
   esscapsulation frame-relay
   no fair-queue
   no frame-relay inverse-arp
  !
  Interface Serial0.102 point-to-point
   ip address 192.168.1,1255.255.255.252
   bandwidth 64
   frame-relay interface-dlci 102
  !
  interface Serial0. 103 point-to-point
   ip address 192.168.1.5 255.255.255.252
   bandwidth 64
   frame-relay interface-dici 103
  !
  router eigrp 100
   network 10.1.1.0 0.0.0.255
   network 192.168.1.00.0.0.3
   network 192.168.1.4 0.0.0.3
   no auto-summary
   no eigrp log-neighbor-changes
  !
  ip classless
  ip http server
  !
  line con 0
  line aux 0
  line vty 0 4
  !
  end
  第2段:R2路由器的配置
  version 12.1
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname R2
  !
  ip subnet-zero
  no ip finger
  !
  interface Loopback0
   ip address 10.1.2.1255.255.255.0
  !
  interface Serial0
   bandwidth 64
   ip address 192.168.1.2 255.255.255.252
   encapsulation frame-relay
   no fair-queue
   frame-relay map ip 192.168.1.1 201 broadcast
   frame-relay interface-dici 201
   no frame-relay inverse-arp
  !
  router eigrp 100
   network 10.1.2.00.0.0.255
   network 192.168.1.00.0.0.3
   no auto-summary
   no eigrp log-neighbor-changes
  !
  ip classless
  ip http server
  !
  line con 0
   transport input none
  line aux 0
  line vty 0 4
  !
  end
  第3段:R3路由器的配置
  version 12.1
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  hostname R3
  !
  ip subnet-zero
  no ip finger
  !
  interface Loopback0
   ip address 10.1.3.1255.255.255.0
   !
  interface Serial0
   bandwidth 64
   ip address 192.168.1.6 255.255.255.252
   encapsulation frame-relay
   no fair-queue
   frame-relay map ip 192.168.1.5 301 broadcast
   frame-relay interface-dici 301
   no frame-relay inverse-arp
  !
  router eigrp 100
   network 10.1.3.00.0.0.255
   network 192.168.1.40.0.0.3
   no auto-summary
   no eigrp log-neighbor-changes
  !
  ip classless
  ip http server
  !
  line con 0
   transport input none
  line aux 0
  line vty 0 4
  !
  end
  
  (1)對于R1路由器,我們進行了幀中繼點到點于接口的配置。配置中請注重以下幾點:
  ●在物理接口下只配置幀中繼封裝,不配置IP地址和帶寬屬性;
  ●定義子接口號可以任意,但使用對應的DLCI號(如102和103)將方便配置,避免混亂;
  ●在定義子接口號時指定所用的方式,即點到點方式;
  ●在于接口中定義陽地址,DLCI和帶寬等屬性;
  ●在點到點的配置方式下,每個子接口所連接的鏈路必須是獨立的IP網段,路由器的處理與專線 (如DDN)方式相同。
  (2)R2和R3路由器使用的是物理接口來配置幀中繼,使用了MAP語旬定義靜態映射。
  (3)在配置EIGRP協議時,使用了命令no auto-summary,這樣才能看到10.0.0.0網絡的各個子網的路由信息。
  監測清單8-4所列內容是對上述配置的監測結果。
  
  監測清單8-4 查看幀中繼點到點子接口配置結果
  R3#sh ip route eigrp
    10.0.0.0/24 is subnetted, 3 subnets
  D   10.1.2.0 [90/41152000] via 192.168.1.5, 00:02:08, Serial0
  D   10.1.1.0 [90/406400003 via 192.168.1.5,00:02:08, Serial0
    192.168.1.0/30 is subnetted, 2 subnets
  D   192.168.1.0 [90/41024000] via 192.168.1.5, 00:02:09, Serial0
  R3#
  Term_Server#2
  [Resuming connection 2 to r2 ... ]
  R2#sh ip route eigrp
    10.0.0.0/24 is
  D   10.1.3.0 [90/41152000] via 192.168.1.1, 00:02:39, Serial0
  D   10.1.1.0 [90/40640000] via 192.168.1.1, 00:05:21, Serial0
    192.168.1.0/30 is subnetted, 2 subnets
  D   192.168.1.4 [90/41024000] via 192.168.1.1,00:04:14, Serial0
  R2#
  Term_Server#1
  [Resuming connection 1 to r1 ... ]
  R1#sh ip route eigrp
    10.0.0.0/24 is subnetted, 3 subnets
  D   10.1.3.0 [90/40640000] via 192.168.1.6, 00:03:45, Serial0.103
  D   10.1.2.0 [90/40640000] via 192.168.1.2, 00:06:24,.Serial0.102
  R1#sh frame pvc
  PVC Statistics for interface Serial0 (Frame Relay DTE)
        Active   Inactive   Deleted   Static
   Local    2      0      0      0
   Switched   0      0      0      0
   Unused    0      0      0      0
  
  DLCI=102,DLCI USAGE=LOCAL,PVC STATUS=TCTIVE,INTERFACE=Serial0.102
  
   input pkts 23     output pkts 223     in bytes 1585
   out bytes 18481    dropped pkts 0      in FECN pkts 0
   in BECN pkts 0     out FECN pkts 0     out BECN pkts 0
   in DE pkts 0      out DE pkts 0
   out beast pkts 193   out beast bytes 15792
   pvc create time 00:35:47, last time pvc status changed 00:13:37
  
  DLCI=103,DLCI USAGE=LOCAL,PVC STATUS=TCTIVE,INTERFACE=Serial0.103
  
   input pkts 11     output pkts 85      in bytes 697
   o


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 江孜县| 调兵山市| 双城市| 顺昌县| 新郑市| 尼玛县| 曲阜市| 林甸县| 昌邑市| 克拉玛依市| 柳林县| 德惠市| 邢台市| 高碑店市| 油尖旺区| 平乐县| 宁化县| 玉田县| 防城港市| 永昌县| 公主岭市| 中山市| 晋城| 徐水县| 新巴尔虎右旗| 建湖县| 顺昌县| 祁门县| 龙岩市| 南平市| 乌拉特中旗| 和政县| 剑川县| 高雄县| 繁峙县| 荔波县| 穆棱市| 化德县| 宁都县| 江阴市| 苍南县|