Creating a Black hole static route
While aggregating or injecting routes to other routers, a router may not have a route to the aggregated destination, which causes a "black hole." To avoid routing loops, you can configure a black hole static-route to the destination it is advertising. A black hole route is a route with invalid next hop, so that the data packets destined to this network will be dropped by the switch.
|
Note:
To create a black hole static route, the NextHop field must be set to 225.225.225.225.
|
To create a static default route:
- From the Device Manager menu bar, choose IP Routing > IP.
| The IP dialog box opens with the Globals tab displayed. |
- Click the Static Routes tab.
| The Static Routes tab opens. |
- Click Insert.
| The Insert Static Routes dialog box opens. |
- In the Dest box, type the IP address.
- In the Mask box, type the mask.
- In the NextHop box, type 225.225.225.225 as the IP address of the router through which the specified route is accessible.
- In the Metric box, type the HopOrMetric value.
- In the Preference box, select the route preference.
- Select the enable option.
- Click Insert.
The default route record is created in the routing table.