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

幀中繼點(diǎn)對多點(diǎn)子接口配置實(shí)例解析

網(wǎng)絡(luò)
本文為大家介紹了一個幀中繼點(diǎn)對多點(diǎn)子接口配置的實(shí)例,幀中繼可以實(shí)現(xiàn)高性能的虛擬廣域連接,那么我們就來看一下幀中繼該如何配置。

幀中繼點(diǎn)對多點(diǎn)子接口拓?fù)鋱D如下:

幀中繼點(diǎn)對多點(diǎn)子接口配置實(shí)例解析

步驟一:配置R4的為幀中繼交換機(jī)。

  1. R4(config)#frame-relay switching //啟用frame-relay 交換  
  2.  
  3. R4(config)#interface serial 1/0  
  4. R4(config-if)#encapsulation frame-relay  
  5. R4(config-if)#frame-relay intf-type dce  
  6. R4(config-if)#frame-relay lmi-type cisco (默認(rèn)類型)  
  7. R4(config-if)#frame-relay route 100 interface serial 1/1 101  
  8. R4(config-if)#frame-relay route 200 interface serial 1/2 201  
  9. R4(config-if)#clock rate 64000  
  10. R4(config-if)#no shutdown  
  11. R4(config-if)#exit  
  12.  
  13. R4(config)#interface serial 1/1  
  14. R4(config-if)#encapsulation frame-relay  
  15. R4(config-if)#frame-relay intf-type dce  
  16. R4(config-if)#frame-relay lmi-type ansi  
  17. R4(config-if)#frame-relay route 101 interface serial 1/0 100  
  18. R4(config-if)#clock rate 64000  
  19. R4(config-if)#no shutdown  
  20. R4(config-if)#exit  
  21.  
  22. R4(config)#interface serial 1/2  
  23. R4(config-if)#encapsulation frame-relay  
  24. R4(config-if)#frame-relay intf-type dce  
  25. R4(config-if)#frame-relay lmi-type q933a  
  26. R4(config-if)#frame-relay route 201 interface serial 1/0 200  
  27. R4(config-if)#clock rate 64000  
  28. R4(config-if)#no shutdown 

步驟二:配置R2路由器

  1. R2(config)#interface serial 1/2  
  2. R2(config-if)#encapsulation frame-relay //在接口下啟用幀中繼的封裝  
  3. R2(config-if)#ip address 172.16.1.2 255.255.255.0  
  4. R2(config-if)#no shut 

步驟三:配置R3路由器

  1. R3(config)#interface serial 1/2  
  2. R3(config-if)#encapsulation frame-relay  
  3. R3(config-if)#ip address 172.16.1.3 255.255.255.0  
  4. R3(config-if)#no shut 

步驟四:配置R1,采用多點(diǎn)子接口,配置R1的幀中繼

  1. R1(config)#interface serial 1/2  
  2. R1(config-if)#encapsulation frame-relay  
  3. R1(config-if)#no ip add  
  4. R1(config-if)#no shut  
  5. R1(config-if)#exit  
  6. R1(config)#interface serial 1/2.1 multipoint  
  7. R1(config-subif)#ip address 172.16.1.1 255.255.255.0  
  8. R1(config-subif)#frame-relay map ip 172.16.1.2 100 broadcast  
  9. R1(config-subif)#frame-relay map ip 172.16.1.3 200 broadcast  
  10. R1(config-subif)#exit  
  11. R1(config)#exit 

步驟五:在R1使用show frame-realy lmi,show frame-relay pvc進(jìn)行確認(rèn)。

步驟六:在R1,R2,R3上配置RIP,進(jìn)行觀察。

幀中繼點(diǎn)對多點(diǎn)子接口配置結(jié)果:R1,R2,R3能夠正確的學(xué)習(xí)到所有的路由。

責(zé)任編輯:佚名 來源: 咦哇噢博客
相關(guān)推薦

2011-08-16 11:37:27

EIGRP帶寬

2010-01-05 15:45:42

配置幀中繼交換機(jī)

2009-06-09 10:37:09

2009-05-08 10:53:53

2010-09-06 12:09:37

2012-11-26 13:46:17

路由器交換機(jī)

2010-03-19 11:46:35

點(diǎn)對多點(diǎn)無線橋接

2011-08-16 11:37:22

幀中繼

2010-09-07 14:54:01

PPP幀中繼

2010-03-19 11:31:15

點(diǎn)對多點(diǎn)無線橋接

2010-02-05 14:54:56

Android UI

2009-08-31 18:17:32

C#接口編程

2011-08-16 11:22:09

EIGRP幀中繼

2011-04-02 16:36:52

NAT

2009-08-31 17:16:12

C#實(shí)現(xiàn)接口

2009-08-27 17:40:21

C#接口的作用

2009-08-31 17:30:10

C#接口的作用

2010-04-08 15:57:26

無線AP中繼功能

2010-04-08 16:00:47

無線AP中繼功能

2011-09-22 10:10:01

WANMPLS WAN
點(diǎn)贊
收藏

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