Description
Description
Details
Details
- Version
- 1.5-rolling-202310060022
- Is it a breaking change?
- Unspecified (possibly destroys the router)
- Issue type
- Feature (new functionality)
Related Objects
Related Objects
- Mentioned In
- rVYOSONEX1ddb50159209: ospf: T5717: sync code with ospfv3 implementation
rVYOSONEXb798603e21fa: ospfv3: T5717: allow metric and metric-type on redistributed routes
rVYOSONEXed2c288c8a90: ospfv3: T5717: allow metric and metric-type on redistributed routes
rVYOSONEX298bcc5cb90c: ospf: T5717: sync code with ospfv3 implementation
Event Timeline
Comment Actions
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 ?
Comment Actions
@fernando I think you mixed up ospf vs ospfv3.
cpo@LR1.wue3# 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
cpo@LR1.wue3# 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