configure iproute add blackhole ipv6 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
1421
configure iproute add blackhole ipv6 default
configure iproute add blackhole ipv6 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.
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 ::.
The packets are silently discarded. In other words, no ICMP message is sent to indicate that the packets
are discarded.
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.
Support for IPv6 was added in ExtremeWare XOS 11.2.
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.