<div dir="ltr"><div><div><div><div><div>Never did black hole with SEOS but what about double next hop, something like:<br><br></div>route-map whatever<br></div> set next-hop 1.1.1.1<br>!<br></div>ip route <a href="http://1.1.1.1/32">1.1.1.1/32</a> <a href="http://2.2.2.2/32">2.2.2.2/32</a><br>
</div>ip route <a href="http://2.2.2.2/32">2.2.2.2/32</a> null0<br><br></div>Not a BCP way to do it but maybe it works. Another option, not tested, is to setup the next hop close to your customer and then the null route close to your Internet exit.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 26, 2014 at 9:34 AM, Marcin Kuczera <span dir="ltr"><<a href="mailto:marcin@leon.pl" target="_blank">marcin@leon.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hello,<br>
<br>
does anyone knows how to set up BGP blackholing in SEOS 12.x  ?<br>
<br>
The problem is that in route-map you can not point null0 as next-hop, but if you try<br>
to do:<br>
ip route 192.168.168.168 null0<br>
and then in route map:<br>
set ip next-hop 192.168.168.168<br>
<br>
system sais that circuit is invalid and that there is no path to that next hop (192.168.168.168)<br>
<br>
[bgp1]R0_SE600#show bgp route <a href="http://192.168.189.5/32" target="_blank">192.168.189.5/32</a><br>
BGP ipv4 unicast routing table entry: <a href="http://192.168.189.5/32" target="_blank">192.168.189.5/32</a>, version 67911247<br>
Paths: total 1, best path count 0, best peer 0.0.0.0<br>
Not downloaded to RIB (no bestpath)<br>
Not advertised to any peer<br>
<br>
65530<br>
  Nexthop 192.168.168.168 (inaccessible), peer 195.66.73.5 (195.66.73.5), AS 65530<br>
  Origin IGP, localpref 100, med 0, weight 100, external<br>
  Community: 65530:9999 no-export no-advertise<br>
<br>
[bgp1]R0_SE600#show configur<br>
[bgp1]R0_SE600#show configuration | grep 192.168.168.168<br>
  set ip next-hop 192.168.168.168<br>
 ip route <a href="http://192.168.168.168/32" target="_blank">192.168.168.168/32</a> null0 description BGP BlackHole<br>
[bgp1]R0_SE600#<br>
<br>
So SEOS can not set next hop (inaccessible) - this was working in 6.x line as I remember...<br>
<br>
Regards,<br>
Marcin<br>
<br>
______________________________<u></u>_________________<br>
redback-nsp mailing list<br>
<a href="mailto:redback-nsp@puck.nether.net" target="_blank">redback-nsp@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/redback-nsp" target="_blank">https://puck.nether.net/<u></u>mailman/listinfo/redback-nsp</a><br>
</blockquote></div><br></div>