Comprehensive and Detailed Step-by-Step Explanation:
1. Understanding LSA Filtering in OSPF and IS-IS:
The filter-policy command is used in OSPF and IS-IS to control which routing information isimported into the local routing tableoradvertised to other neighbors.
However, itcannot filter LSAs forwarded by neighbors. In OSPF and IS-IS, LSAs are always forwarded unchanged within the area to ensure all routers have a consistent link-state database.
Filtering only affects the routes that are installed into the local routing table or advertised to other areas or neighbors.
2. Why the Statement is False:
LSAs are forwarded without being filtered. This ensures link-state protocols maintain the same network topology view across the network.
The filter-policy import command only controls routes that are installed into the local routing table, not the forwarding of LSAs.
3. Summary:
The statement is FALSE because LSAs cannot be filtered by filter-policy import.
Huawei HCIA-Datacom Study Guide, Chapter "OSPF Route Filtering."
RFC 2328: OSPF Version 2, LSA Propagation Rules.