[FROG] Problems setting default-information originate
    Timo 
    timo at kroenchenstadt.de
       
    Mon Feb 19 12:01:18 EST 2018
    
    
  
On 02/19/2018 12:42 PM, Timo wrote:
> Hi,
> 
> I'm evaluating FRR; I got the most recent RPM from [0], and installed it
> on an up-to-date CentOS 7 machine (that was running Quagga 1.2.x before
> where that command worked).
> 
> I want to redistribute some stuff into OSPF:
> 
> funnyhostname(config-router)# default-information originate metric 90
> metric-type 1
> % Unknown command.
It could be worked around via a route map, which is rather ugly though:
default-information originate route-map ROUTE-MAP-OSPF-DEFAULT
!
route-map ROUTE-MAP-OSPF-DEFAULT permit 10
 match ip address ACL-OSPF-DEFAULT
 set metric 90
 set metric-type type-1
Timo
> Even the documentation says the command is valid and existing [1].
> 
> Any hints?
> 
> Regards
> 
> Timo
> 
> [0] – https://github.com/FRRouting/frr/releases
> 
> [1] –
> https://frrouting.org/user-guide/Redistribute-routes-to-OSPF.html#Redistribute-routes-to-OSPF
    
    
More information about the frog
mailing list