OSPFv3 ABR Type 3 LSA Filtering
Only type 3 LSAs that originate from an ABR are filtered.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This feature extends the ability of an Area Border Router (ABR) that is running the Open Shortest Path First version 3 (OSPFv3) protocol to filter type 3 link-state advertisements (LSAs) that are sent between different OSPFv3 areas. This feature allows only packets with specified prefixes to be sent from one area to another area and restricts all packets with other prefixes. This type of area filtering can be applied out of a specific OSPFv3 area, into a specific OSPFv3 area, or into and out of the same OSPFv3 areas at the same time.
Only type 3 LSAs that originate from an ABR are filtered.
Information About OSPFv3 ABR Type 3 LSA Filtering
OSPFv3 area filters allow the filtering of inter-area prefix LSAs on the ABRs. The filter, based on IPv6 prefix lists, can be applied in both directions. In the “in” direction, it filters out the LSAs coming from all other areas when sending the inter-area prefix LSAs into the specified area. In the “out” direction, it filters out the inter-area prefix LSAs generated for the specified area.
The Area Filter Support feature gives the administrator improved control of route distribution between OSPFv3 areas.
How to Configure OSPFv3 ABR Type 3 LSA Filtering
Command or Action | Purpose | |
---|---|---|
Step 1 |
enable Example:
|
Enables privileged EXEC mode.
|
Step 2 |
configure terminal Example:
|
Enters global configuration mode. |
Step 3 |
router ospfv3 process-id Example:
|
Configures the router to run an OSPFv3 process. |
Step 4 |
area area-id filter-list prefix prefix-list-name {in | out} Example:
|
Configures the router to filter interarea routes out of the specified area. |
Step 5 |
end Example:
|
Returns to global configuration mode. |
Step 6 |
ipv6 prefix-list list-name [seq seq-number ] {deny ipv6-prefix/ prefix-length | permit ipv6-prefix/ prefix-length | description text } [ge ge-value ] [le le-value ] Example:
|
Creates a prefix list with the name specified for the list-name argument. |
Configuration Examples for OSPFv3 ABR Type 3 LSA Filtering
The following example shows how to configure Area Filter Support for OSPFv3:
router ospfv3 1
!
address-family ipv4 unicast
area 2 filter-list prefix test_ipv4 in
exit-address-family
!
address-family ipv6 unicast
area 2 filter-list prefix test_ipv6 in
exit-address-family
!
ip prefix-list test_ipv4 seq 5 permit 2.2.2.2/32
!
!
ipv6 prefix-list test_ipv6 seq 5 deny 2011::1/128
Related Topic |
Document Title |
---|---|
Configuring OSPF |
“Configuring OSPF” |
OSPF commands |
Cisco IOS IP Routing: OSPF Command Reference |
Cisco IOS master command list, all releases |
Standard |
Title |
---|---|
No new or modified standards are supported and support for existing standards has not been modified. |
— |
RFC |
Title |
---|---|
No new or modified RFCs are supported and support for existing RFCs has not been modified. |
— |
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
OSPFv3 ABR Type 3 LSA Filtering |
Cisco IOS XE Release 3.8 15.3(1)S 15.2(1)E |
The OSPFv3 ABR Type 3 LSA Filtering feature extends the ability of an ABR that is running the OSPFv3 protocol to filter type 3 LSAs that are sent between different OSPFv3 areas. This feature allows only packets with specified prefixes to be sent from one area to another area and restricts all packets with other prefixes. This type of area filtering can be applied out of a specific OSPFv3 area, into a specific OSPFv3 area, or into and out of the same OSPFv3 areas at the same time. |
Feature Name |
Releases |
Feature Information |
---|---|---|
OSPFv3 ABR Type 3 LSA Filtering |
Cisco IOS XE Release 17.4 |
This feature was introduced. |