configure iproute add
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
1419
configure iproute add
configure iproute add <ipv6Netmask> [<ipv6Gateway> | <ipv6ScopedGateway>]
{<metric>} {vr <vrname>} {multicast-only | unicast-only}
Description
Adds an IPv6 static route to the routing table.
Syntax Description
Default
If you do not specify a virtual router, the current virtual router context is used. If you do not specify a
metric, then the default metric of 1 is used.
Usage Guidelines
Use a prefix length of 128 to indicate a host entry.
Example
The following command adds a static route to the routing table:
configure iproute add 2001:db8:0:1111::/64 fe80::1111
History
This command was first available in ExtremeWare XOS 10.1.
Support for IPv6 was added in ExtremeWare XOS 11.2.
Platform Availability
This command is available on all platforms.
ipv6Netmask
Specifies an IPv6 address/prefix length.
ipv6Gateway
Specifies a gateway.
ipv6ScopedGateway
Specifies a scoped gateway.
metric
Specifies a cost metric.
vrname
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.