configure iproute add blackhole default
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1341
configure iproute add blackhole default
configure iproute add blackhole {ipv4} default {vr <vrname>} {multicast-
only | unicast-only}
Description
Adds a default blackhole route to the routing table. All traffic destined for an unknown IP destination is
silently dropped, and no Internet Control Message Protocol (ICMP) message is generated.
Syntax Description
Default
If you do not specify a virtual router, the current virtual router context is used.
Usage Guidelines
While a default route is for
forwarding
traffic destined to an unknown IP destination, and a blackhole
route is for
discarding
traffic destined to a specified IP destination, a
default blackhole
route is for
discarding
traffic to the unknown IP destination.
Using this command, all traffic with an unknown destination is discarded.
The default blackhole route is treated like a permanent entry in the event of a switch reset or power
off/on cycle. The default blackhole route’s origin is “b” or “blackhole” and the gateway IP address for
this route is 0.0.0.0.
Example
The following command adds a blackhole default route into the routing table:
configure iproute add blackhole default
History
This command was first available in ExtremeWare XOS 10.1.
The ipv4 keyword was added in ExtremeWare XOS 11.2.
Platform Availability
This command is available on all platforms.
vr_name
Specifies the virtual router to which the route is added.
multicast-only
Specifies only multicast traffic for the route.
unicast-only
Specifies only unicast traffic for the route.