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

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

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

OSPF環(huán)境中在ABR上過濾類型3的LSA—拓?fù)鋱D

 

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

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

在2臺路由器上啟動OSPF,并使幀中繼接口都參與區(qū)域0,在每臺路由器上添加3個(gè)loopback接口,loop0、loop1、loop2,R1的3個(gè)loopback接口參與ospf區(qū)域1,R2的3個(gè)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. 實(shí)例解析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

2024-08-23 09:14:18

2022-07-20 23:04:59

矩陣分解算法Spark

2020-02-10 10:55:37

路由協(xié)議OSPFLSA

2011-04-02 15:36:47

OSPF

2009-11-11 14:41:22

2020-11-26 08:46:52

Spinnaker

2023-03-29 18:41:27

綜合布線

2022-10-08 08:00:00

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

2022-01-14 14:19:38

ReactTS前端

2011-04-02 15:36:55

OSPF

2011-04-08 17:34:06

LSAOSPF
點(diǎn)贊
收藏

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

主站蜘蛛池模板: 亚洲一区不卡 | 日韩av免费在线电影 | 日韩黄 | 日韩另类 | 国产成人99久久亚洲综合精品 | 亚洲一区二区在线 | 美女爽到呻吟久久久久 | 91色视频在线 | 国产天天操 | 精品国产一区二区三区久久 | 欧美做暖暖视频 | 在线免费观看日本 | 手机看片在线播放 | 国产欧美一区二区久久性色99 | 欧美激情精品久久久久 | 久久这里只有精品首页 | 男人天堂网址 | 一区二区三区四区五区在线视频 | 视频在线观看一区 | 成人av电影网| 国产成人精品午夜视频免费 | 黄网免费看| 武道仙尊动漫在线观看 | 91精品国产综合久久福利软件 | 国产一区免费 | 日本成人综合 | 91久久综合亚洲鲁鲁五月天 | aaa大片免费观看 | 国产在视频一区二区三区吞精 | 午夜精品久久久久久久久久久久久 | 午夜寂寞影院在线观看 | 理伦毛片 | 国产精品片 | 精品国产区 | 精品久久久久久久久久 | 91精品国产自产精品男人的天堂 | 在线免费观看黄色网址 | 久久久女女女女999久久 | 日韩视频国产 | 国产精品777一区二区 | 草草草影院 |