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

OSPF環(huán)境中在ABR上過濾類型3的LSA(1)

網(wǎng)絡(luò) 網(wǎng)絡(luò)管理
LSA(鏈路狀態(tài)廣播)是鏈接狀態(tài)協(xié)議使用的一個分組,它包括有關(guān)鄰居和通道成本的信息。 LSAs被接收路由器用于維護它們的路由選擇表,每一個OSPFLSA都有一個生存期,它指示LSA是否仍然還有效。一旦LSA到達了最大生存期(1小時),它就會被拋棄。

OSPF環(huán)境中在ABR上過濾類型3的LSA—拓撲圖

 

OSPF環(huán)境中在ABR上過濾類型3的LSA

OSPF環(huán)境中在ABR上過濾類型3的LSA—需求

在2臺路由器上啟動OSPF,并使幀中繼接口都參與區(qū)域0,在每臺路由器上添加3個loopback接口,loop0、loop1、loop2,R1的3個loopback接口參與ospf區(qū)域1,R2的3個loopback接口參與ospf區(qū)域2。

OSPF環(huán)境中在ABR上過濾類型3的LSA—配置過程

  1. R1(config)#interface s 0  
  2. R1(config-if)#encasulation frame-relay  
  3. R1(config-if)#no frame-relay inverse  
  4. R1(config-if)#no arp frame-relay  
  5. R1(config-if)#ip address 10.1.1.1 255.255.255.0  
  6. R1(config-if)#frame-relay map ip 10.1.1.2 102 broadcast  
  7. R1(config-if)#no shutdown  
  8. R1(config)#interface loop0  
  9. R1(config-if)#ip address 192.168.1.1 255.255.255.0  
  10. R1(config-if)#ip ospf network point-to-point  
  11. R1(config-if)#interface loop1  
  12. R1(config-if)#ip address 192.168.2.1 255.255.255.0  
  13. R1(config-if)#ip ospf network point-to-point  
  14. R1(config-if)#interface loop2  
  15. R1(config-if)#ip address 192.168.3.1 255.255.255.0  
  16. R1(config-if)#ip ospf network point-to-point  
  17.  
  18. R2(config)#interface s 0  
  19. R2(config-if)#encasulation frame-relay  
  20. R2(config-if)#no frame-relay inverse  
  21. R2(config-if)#no arp frame-relay  
  22. R2(config-if)#ip address 10.1.1.2 255.255.255.0  
  23. R2(config-if)#frame-relay map ip 10.1.1.1 201 broadcast  
  24. R2(config-if)#no shutdown  
  25. R2(config)#interface loop0  
  26. R2(config-if)#ip address 192.168.4.2 255.255.255.0  
  27. R2(config-if)#ip ospf network point-to-point  
  28. R2(config)#interface loop1  
  29. R2(config-if)#ip address 192.168.5.2 255.255.255.0  
  30. R2(config-if)#ip ospf network point-to-point  
  31. R2(config)#interface loop2  
  32. R2(config-if)#ip address 192.168.6.2 255.255.255.0  
  33. R2(config-if)#ip ospf network point-to-point  
  34.  
  35. R1(config)#router ospf 1  
  36. R1(config-router)#network 10.1.1.1 0.0.0.0 area 0  
  37. R1(config-router)#neighbor 10.1.1.2  
  38. R1(config-router)#network 192.168.1.1 0.0.0.0 area 1  
  39. R1(config-router)#network 192.168.2.1 0.0.0.0 area 1  
  40. R1(config-router)#network 192.168.3.1 0.0.0.0 area 1  
  41.  
  42. R2(config)#router ospf 1  
  43. R2(config-router)#network 10.1.1.2 0.0.0.0 area 0  
  44. R2(config-router)#network 192.168.4.2 0.0.0.0 area 2  
  45. R2(config-router)#network 192.168.5.2 0.0.0.0 area 2  
  46. R2(config-router)#network 192.168.6.2 0.0.0.0 area 2  
  47.  
  48. R1(config)#ip prefix-list lsa3in permit 192.168.4.0/24  
  49. R1(config)#ip prefix-list lsa3out permit 192.168.1.0/24  
  50. R1(config)#router ospf 1  
  51. R1(config-router)#area 1 filter-list prefix lsa3in in  
  52. R1(config-router)#area 0 filter-list prefix lsa3in in  
  53. R1(config-router)#area 1 filter-list prefix lsa3out out 

OSPF環(huán)境中在ABR上過濾類型3的LSA (2)

OSPF環(huán)境中在ABR上過濾類型3的LSA (3)

【編輯推薦】

  1. 淺析組播知識之IGMP V2 包
  2. 水平分割之eigrp split horizon
  3. 實例解析EIGRP浮動匯總路由配置
  4. 路由器的POS接入技術(shù)及解決方案
  5. 淺析組播知識之二層設(shè)備轉(zhuǎn)發(fā)組播
責(zé)任編輯:佚名 來源: cisco.ccxx.net
相關(guān)推薦

2011-04-13 14:27:53

OSPFLSA

2011-04-13 14:40:38

OSPFLSA

2014-11-07 10:05:38

OSPFLSA

2013-11-28 10:05:24

OSPFLSA鏈路狀態(tài)通告

2013-10-08 11:14:24

OSPF協(xié)議OSPF

2010-07-20 10:55:39

CCNPOSPF

2020-03-22 21:32:37

動態(tài)路由OSPFLSA

2017-08-22 11:30:15

LinuxWireshark過濾數(shù)據(jù)包

2024-08-23 08:47:51

2020-02-10 10:55:37

路由協(xié)議OSPFLSA

2024-08-23 09:14:18

2022-07-20 23:04:59

矩陣分解算法Spark

2009-11-11 14:41:22

2011-04-02 15:36:47

OSPF

2023-03-29 18:41:27

綜合布線

2022-01-14 14:19:38

ReactTS前端

2022-10-08 08:00:00

JavaScript數(shù)組開發(fā)

2020-11-26 08:46:52

Spinnaker

2011-04-02 15:36:55

OSPF

2011-04-11 16:36:45

OSPF路由
點贊
收藏

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