configure ospfv3 import-policy
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
1627
configure ospfv3 import-policy
configure ospfv3 {domain <domainName>} import-policy [<policy-map> | none]
Description
Associates or removes the policy applied to OSPFv3 routes added to the system routing table.
Syntax Description
Default
No policy.
Usage Guidelines
Use this command to associate a policy with the OSPFv3 routes installed into the system table. Use the
none
option to remove the policy association. The import policy cannot be used to filter routes from
being added to the routing table. It can only be used to change the attributes of routes.
Policy files for this command will only recognize the following policy attributes:
●
Match attributes
■
nlri <IPv6-address>/<mask-len>
■
route-origin [ospfv3 | ospfv3-extern1 | ospfv3-extern2 | ospfv3-inter | ospfv3-intra]
●
Action (set) attributes
■
cost <cost>
■
tag <number>
Any other policy attribute will not be recognized and will be ignored.
Example
The following example applies the policy
campuseast
to OSPFv3 routes:
configure ospfv3 import-policy campuseast
History
This command was first available in ExtremeWare XOS 11.2.
domainName
Specifies an OSPFv3 domain. OSPF-Default is the only one currently
supported.
policy-map
Specifies the policy to apply.
none
Specifies to remove any policy previously applied.