Page MenuHomeVyOS Platform

ospfv3 - add allow to set metric-type to ospf redistribution while frr docs says its possible.
Closed, ResolvedPublicFEATURE REQUEST

Details

Difficulty level
Normal (likely a few hours)
Version
1.5-rolling-202310060022
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Event Timeline

it's not a bug, this command are able in ospf :

[edit]
vyos@vyos# set protocols ospf redistribute bgp
Possible completions:
   metric               OSPF default metric
   metric-type          OSPF metric type for default routes (default: 2)
   route-map            Specify route-map name to use

if you want those command in ospfv3 , it should be a feature request :

vyos@vyos# set protocols ospfv3 redistribute
Possible completions:
 > babel                Redistribute Babel routes
 > bgp                  Redistribute BGP routes
 > connected            Redistribute connected routes
 > kernel               Redistribute kernel routes
 > ripng                Redistribute RIPNG routes
 > static               Redistribute static routes

Could you explain what are the commands that you need in our cli ?

fernando renamed this task from Vyos 1.5-rolling-202310060022 doesnt allow to set metric-type to ospf redistribution while frr docs says its possible. to ospfv3 - add allow to set metric-type to ospf redistribution while frr docs says its possible..Nov 6 2023, 8:02 PM
fernando changed Difficulty level from Unknown (require assessment) to Normal (likely a few hours).
fernando changed Issue type from Unspecified (please specify) to Feature (new functionality).
fernando changed the subtype of this task from "Bug" to "Feature Request".Nov 6 2023, 8:06 PM
Viacheslav changed the task status from Open to Needs reporter action.Jan 19 2024, 11:12 PM
Viacheslav added a subscriber: Viacheslav.

@aalmenar Explain the required feature in more detail

@fernando I think you mixed up ospf vs ospfv3.

[email protected]# set protocols ospf redistribute babel
Possible completions:
   metric               OSPF default metric
   metric-type          OSPF metric type for default routes (default: 2)
   route-map            Specify route-map name to use
[email protected]# set protocols ospfv3 redistribute babel
Possible completions:
   route-map            Specify route-map name to use

FRR

LR1.wue3(config-ospf6)# redistribute babel
  <cr>
  metric       Metric for redistributed routes
  metric-type  OSPF exterior metric type for redistributed routes
  route-map    Route map reference