Filtering LSA (1) of Type 3 on the ABR in OSPF Environment)

Source: Internet
Author: User

Filter the LSA-topology of Type 3 on the abr in the ospf Environment

LSA-requirement for filtering Type 3 in the OSPF Environment

Start OSPF on two routers, and make the frame relay interface participate in Area 0. Add three loopback interfaces on each router, loop0, loop1, and loop2, three loopback interfaces of R1 participate in ospf region 1, and three loopback interfaces of R2 participate in ospf Region 2.

Filtering LSA-configuration process of Type 3 in the OSPF Environment

 
 
  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 

Filtering LSA 2 of Type 3 on the ABR in OSPF environment)

Filtering LSA 3 of Type 3 on the abr in the ospf environment)

  1. Analysis of multicast knowledge in IGMP V2 package
  2. Horizontal split-by-the-command-by-product
  3. Instance resolution: the floating summary routing configuration of the VPN gateway.
  4. Router POS access technology and Solutions
  5. Analysis of multicast knowledge-Layer 2 device forwarding Multicast

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.