set protocols ospf6 import
The set protocols ospf6 import command configures OSPF importing a routing policy, which is used to filter and modify the OSPF route received from neighbors before adding to the routing table in RIB.
Command Syntax
set protocols ospf6 [vrf <vrf-name>] import <policy-name>
Parameters
Parameter | Description |
vrf <vrf-name> | Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>]. If no VRF is specified, import the route from the default VRF. |
import <policy-name> | Specifies the policy name. The value is a string. |
Usage Guidelines
When the OSPF import a routing policy is configured, filters act upon routes as soon as they are received from a routing protocol. Import filter processing is already launched before the protocol even makes a decision on the route.
Note that import filters may therefore affect the routing decision process (e.g. by changing the metric).
NOTE:
For example, admin@Xorplus# set policy policy-statement p5 term 1 from as-path 100 admin@Xorplus# set policy policy-statement p5 then reject admin@Xorplus# set protocols ospf6 import p5 admin@Xorplus# commit Unknown variable aspath for protocol ospf6 Commit failed.
|
Example
- Configure OSPF filter to add the route (to the network 2001:1::/32) to RIB.
admin@Xorplus# set policy policy-statement im2 term 1 from network6 2001:1::/32 admin@Xorplus# set policy policy-statement im2 term 1 then accept admin@Xorplus# set policy policy-statement im2 then reject admin@Xorplus# set protocols ospf6 import im2 admin@Xorplus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.