Versions Compared

Key

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

...

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

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

...

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.
isisSpecify IS-IS routes for redistribution into OSPF.
ripngSpecify RIPng routes for redistribution into OSPF.
staticSpecifies the static routes for redistribution.
tableRedistribute routes from table.
route-map<route-map>Optional. Specifies a route map for filtering routes before redistribution.

...