configure iproute add 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
1423
configure iproute add default
configure iproute add default [<ipv6Gateway> | <ipv6ScopedGateway>] {vr
<vrname>} {<metric>} {multicast-only | unicast-only}
Description
Adds a default gateway to the routing table.
Syntax Description
Default
If no metric is specified, the default metric of 1 is used. If you do not specify a virtual router, the current
virtual router context is used.
Usage Guidelines
Default routes are used when the router has no other dynamic or static route to the requested
destination. A default gateway must be located on a configured IP interface. Use the
unicast-only
or
multicast-only
options to specify a particular traffic type. If not specified, both unicast and multicast
traffic uses the default route.
Example
The following command configures a default route for the switch:
configure iproute add default 2001:db8::1234:5678
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.
ipv6Gateway
Specifies a VLAN gateway IPv6 address.
metric
Specifies a cost metric. If no metric is specified, the default of 1 is used.
ipv6ScopedGateway
Specifies a scoped gateway.
vrname
Specifies the virtual router to which the route is added.