Static route marked as inactive

Hi,

Why is the static default route that I’ve given marked as inactive? How do I activate it?

Thanks

What do you reckon?

can you show us your config? You’ve asked a pretty broad question that could have any number of answers, depending on your configuration. It’s not something that happens by default.

On Version 1.2.0, creating a “macro/default” blackhole route for some big network, after reboot I saw that other static routes (gateway to another neighbor IP) became as inactive. This blackhole route normally used for ISP public network (like /21).

Version: VyOS 1.2.0
Built by: Sentrium S.L.
Built on: Sun 27 Jan 2019 19:08 UTC
Build ID: 795d6338-c1ce-4ebb-992f-d064f5af9309

Something like this kind of static routes

set protocols static route 200.200.0.0/21 blackhole distance ‘255’
set protocols static route 10.0.0.0/8 blackhole distance ‘255’
set protocols static route 172.16.0.0/12 blackhole distance ‘250’
set protocols static route 10.20.33.0/24 next-hop 172.30.30.2
set protocols static route 192.168.33.0/24 next-hop 172.30.30.2
set protocols static route 192.168.44.0/24 next-hop 172.30.40.2