成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

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

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

OSPF環境中在ABR上過濾類型3的LSA—拓撲圖

 

OSPF環境中在ABR上過濾類型3的LSA

OSPF環境中在ABR上過濾類型3的LSA—需求

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

OSPF環境中在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環境中在ABR上過濾類型3的LSA (2)

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

【編輯推薦】

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

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鏈路狀態通告

2013-10-08 11:14:24

OSPF協議OSPF

2020-03-22 21:32:37

動態路由OSPFLSA

2010-07-20 10:55:39

CCNPOSPF

2017-08-22 11:30:15

LinuxWireshark過濾數據包

2024-08-23 09:14:18

2024-08-23 08:47:51

2020-02-10 10:55:37

路由協議OSPFLSA

2022-07-20 23:04:59

矩陣分解算法Spark

2009-11-11 14:41:22

2023-03-29 18:41:27

綜合布線

2020-11-26 08:46:52

Spinnaker

2022-10-08 08:00:00

JavaScript數組開發

2022-01-14 14:19:38

ReactTS前端

2011-04-02 15:36:47

OSPF

2011-04-02 15:36:55

OSPF

2015-07-02 14:38:44

點贊
收藏

51CTO技術棧公眾號

主站蜘蛛池模板: 天堂中文av | 欧洲av一区 | 午夜av在线 | 国内成人免费视频 | 天堂色网 | 日韩成人影院在线观看 | 国产精品久久国产精品 | 国产午夜av片 | 天久久| 国产一区二区三区 | 欧美5区| 在线中文视频 | 精品一区视频 | 日韩久久久久久久久久久 | 国产91丝袜在线熟 | av大全在线| 爱综合| 亚洲精品小视频在线观看 | 国产美女一区二区 | 亚洲影音 | 国产99久久精品一区二区永久免费 | 精品欧美激情精品一区 | 亚洲人成人一区二区在线观看 | 日韩欧美在线观看 | 欧美久久大片 | 看a网站| 啪一啪在线视频 | 日韩一二三| 521av网站 | dy天堂| 91麻豆产精品久久久久久夏晴子 | 中文字幕一级 | av中文字幕在线观看 | 视频一区在线 | 午夜免费网站 | 久久国产秒 | 精品在线99 | 国产97在线视频 | 国产69久久精品成人看动漫 | 久久久久久久久久久丰满 | 二区不卡 |