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
1339
configure iproute add
configure iproute add [<ipNetmask> | <ip_addr> <mask>] <gateway> <metric>
{vr <vrname>} {multicast-only | unicast-only}
Description
Adds a static route to the routing table.
Syntax Description
Default
If you do not specify a virtual router, the current virtual router context is used.
Usage Guidelines
Use a value of 255.255.255.255 for mask to indicate a host entry.
Example
The following command adds a static address to the routing table:
configure iproute add 10.1.1.0/24 123.45.67.1 5
History
This command was first available in ExtremeWare XOS 10.1.
Platform Availability
This command is available on all platforms.
ipNetmask
Specifies an IP address/mask length.
ip_address
Specifies an IP address.
mask
Specifies a subnet mask.
gateway
Specifies a VLAN 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.