03-26-2018 05:33 AM - edited 03-08-2019 02:23 PM
When we generate LSA 8 and LSA9,10,11 in ospf and how they are generated.
03-26-2018 05:51 AM
Hi
OSPF LSA Type 10 is used for MPLS Traffic-Engineering, it is sent in order to get information about the resources.
03-26-2018 08:36 AM
Kinshuk, Julio,
Please allow me to join.
To expand on Julio's spot-on response, Opaque LSAs are generated by additional features to OSPF. Basic OSPF does not use them; they have been invented later to allow OSPF to be extended with new features and new information types without modifying the existing LSA types. The three Opaque types differentiate the flooding scope - LSA9 will not be flooded past a directly connected neighbor (link-scoped), LSA10 will not be flooded past the area border (area-scoped), and LSA11 will be flooded across the whole OSPF domain (AS-scoped).
Exactly because they have been designed to provide future extensibility, Opaque LSAs do not have any particular meaning limited to just one purpose - they are containers to carry whatever data is necessary. The current list of applications for Opaque LSAs can be found here:
https://www.iana.org/assignments/ospf-opaque-types/ospf-opaque-types.xhtml#ospf-opaque-types-2
You have also asked about LSA8. OSPFv2 does not currently use LSA8. However, the initial idea was to use LSA8 as a container for BGP attributes for routes redistributed from BGP into OSPF. The idea was generally as follows:
Nowadays, this approach is not even remotely reasonable - with the number of routes in BGP, OSPF simply would not scale. LSA8 therefore remained just a hypothetical idea without a practical implementation.
Best regards,
Peter
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide