<div dir="ltr">Hi,<div><br></div><div>I am trying to set up a static route to blackhole, but the next hop is unreachable:</div><div><br></div><div>Here are the route I am trying to push (notice I have tried blackhole and Null0):</div><div><br></div><div>ip route <a href="http://192.0.2.1/32">192.0.2.1/32</a> blackhole<br>ip route <a href="http://192.0.2.2/32">192.0.2.2/32</a> Null0<br></div><div><br></div><div>But the routers keep saying the next hop is unreachable:</div><div><br></div><div> show ip route static<br>Codes: K - kernel route, C - connected, S - static, R - RIP,<br>       O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,<br>       T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP,<br>       F - PBR, f - OpenFabric,<br>       > - selected route, * - FIB route, q - queued, r - rejected, b - backup<br><br>S>* <a href="http://192.0.2.1/32">192.0.2.1/32</a> [1/0] unreachable (blackhole), weight 1, 00:07:48<br>S>* <a href="http://192.0.2.2/32">192.0.2.2/32</a> [1/0] unreachable (blackhole), weight 1, 00:08:15<br></div><div><br></div><div> show ip route <a href="http://192.0.2.1/32">192.0.2.1/32</a><br>Routing entry for <a href="http://192.0.2.1/32">192.0.2.1/32</a><br>  Known via "static", distance 1, metric 0, best<br>  Last update 00:08:23 ago<br>  * unreachable (blackhole), weight 1<br></div><div><br></div><div>I need this to work in order to set up RTBH (null route the next hop).</div><div><br></div><div>On a Cisco router, the same configuration show a directly connected route :</div><div><br></div><div>show ip route 192.0.2.1<br>Routing entry for <a href="http://192.0.2.1/32">192.0.2.1/32</a><br>  Known via "static", distance 1, metric 0 (connected)<br>  Routing Descriptor Blocks:<br>  * directly connected, via Null0<br>      Route metric is 0, traffic share count is 1<br></div><div><br></div><div>Thank you</div><div>Regards</div><div><br></div></div>