Create Date: Mar 30 2012 4:26AM
Hi,
I'm trying to set up remotely triggered blackhole functionality.
From my blackhole triggering router, I send routes with next-hop of 192.0.2.1.
On all routers I have configured a static route for 192.0.2.1:
configure iproute add blackhole ipv4 192.0.2.1/32
However, it seems that whenever a route has a next-hop to a blackhole route, I is unfeasible.
# show bgp neighbor 2.13.1.6 received-routes all Routes: Destination Peer Next-Hop LPref Weight MED AS-Path ---------------------------------------------------------------------------------------- u i 2.13.8.8/32 2.13.1.6 192.0.2.1 100 1 0 u i 2.13.9.2/32 2.13.1.6 192.0.2.1 100 1 0 I can't see that I'm doing anything wrong, perhaps I need some settings to allow this scenario. Similar configurations works on other implementations than Extreme??
(from Kenneth_Oestrup)