<div dir="ltr"><div>Hi all,</div><div><br></div>I was testing out blackhole communities on a new FESX648-PREM.<div><br></div><div>My setup was as follows:</div><div><br></div><div><div>router bgp</div><div>!</div><div>redistribute static route-map blackhole</div><div>!</div><div>!</div><div>route-map blackhole permit  5</div><div> match tag  66</div><div> set community  55555:666</div></div><div><br></div><div>And I triggered the blackhole with:</div><div><br></div><div>ip route 123.123.123.123 255.255.255.255 null0 tag 66<br></div><div><br></div><div>Possibly some invalid configuration in there... but nevertheless I applied it and the IP became nullrouted.</div><div><br></div><div>I then removed the ip route with "ip route 123.123.123.123 255.255.255.255 null0 tag 66", but it was strangely still nullrouted.</div><div><br></div><div>I then remove the entire configuration (redistrbute, route-map, etc), cleared the BGP session with my upstream provider, and it was still nullrouted.</div><div><br></div><div>When I run a "show ip route 123.123.123.123" the correct destination, netmask, gateway and port are shown. Similar result with a "show ip bgp". I wrote my config and displayed it with a "show config" -- no sign of the nullroute anywhere.</div><div><br></div><div>Running a traceroute to the IP shows that it gets nullrouted as soon as it hits the switch. Other servers connected on the same switch and VLAN cannot ping the IP.</div><div><br></div><div>Anyone know what might cause a nullroute to get stuck like this?</div><div><br></div><div>- Elliot</div></div>