/
set protocols ospf6 import

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:

  • When configuring filter rule of the routing policy to be applied in OSPF import, only filter attributes supported by OSPF can be set. Other filter attributes that not supported by OSPF, such as BGP specific routing attributes AS Path, should not be configured in this policy, or it will cause commit fail when configuring OSPF import this policy.

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.
  • The policy for OSPF import does not support configuring the protocol attribute in filtering rules.


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.