Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Run the command set protocols ospf6 redistribute to redistribute routes from other sources and protocols through OSPF.The optional parameter vrf can be used to specify OSFPv3 instance in a particular VRF. If VRF is not defined then OSPFv2 instance takes effect for the default VRF. You can optionally specify OSPF metric for the routesOSPFv3. Users can add the route-map parameter to include a route map to filter routes before redistribution.

To delete this configuration, run the command delete protocols ospf6 redistribute.

...

Command Syntax

set protocols ospf6 [vrf <vrf-name>] redistribute {bgp|connected|kernel|static|table} [route-map<route-map>]

delete protocols ospf6 [vrf <vrf-name>] redistribute  redistribute {bgp|connected|kernel|static|table} [route-map<route-map>]


Parameters

Parameter

Description

vrf <vrf-name>

Optional. Specifies the name of the VRF for the OSPFv3 instance.

bgpSpecify BGP routes for redistribution into OSPF.
connectedSpecifies the directly connected routes for redistribution.
kernelSpecifies the kernel routes for redistribution.
staticSpecifies the static routes for redistribution.
table
<1-65535>Specify a table for route redistribution. The value is an integer that ranges from 1 to 65535
Redistribute routes from table.
route-map<route-map>Optional. Specifies a route map for filtering routes before redistribution.


Example

  •  Configure OSPFv3 to redistribute BGP routes into OSPFv3 and apply route-map map1 for route filtering.
Code Block
admin@XorPlus# set protocols ospf6 vrfredistribute BLUEbgp redistributeroute-map bgpmap1
admin@Xorplus# commit