OSPFv3 Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1618
configure ospfv3 area interarea-filter
configure ospfv3 {domain <domainName>} area <area-identifier> interarea-
filter [<policy-map> |none]
Description
Configures an inter-area filter policy.
Syntax Description
Default
N/A.
Usage Guidelines
ExtremeWare XOS OSPFv3 can apply an inter-area policy to filter some inter-area-prefix-LSAs and inter-
area-router-LSAs from other areas. This can reduce the size of link state database of routers belonging to
the area.
Using the none mode specifies that no external filter is applied.
Policy files for this command will only recognize the following policy attributes:
●
Match attributes
■
nlri <IPv6-address>/<mask-len>
●
Action (set) attributes
■
permit
■
deny
Any other policy attribute will not be recognized and will be ignored.
The following is an example of an external area policy file:
entry one {
if match any{
nlri 2001:db8:3e5c::/48;
nlri 2001:db8:2146:2341::/64;
} then {
deny;
}
}
domainName
Specifies an OSPFv3 domain. OSPF-Default is the only one currently
supported.
area-identifier
Specifies the OSPFv3 target area.
policy-map
Specifies a policy.
none
Specifies not to apply an inter-area filter (removes the existing policy, if any).