User guide
configure mgmt iproute
ExtremeWarePx1 1.2 Command Reference Guide 35
configure mgmt iproute
configure mgmt iproute
dest-ip <destination IP address>
gateway <gateway IP address>
Description
Installs a host route in the routing table for the switchÕs 10/100BT port.
Syntax Description
Default
N/A.
Usage Guidelines
You must have administrator privileges to issue this command.
The 10/100BT port has a separate routing table. By default, no routes are installed in the routing table.
You must explicitly conÞgure routes using this command. After you conÞgure the IP address for the
management port with the configure mgmt ipaddress command, you can issue this command to install
a host route. You can add as many routes as you need.
This command adds an entry to the routing table indicating that trafÞc for destination IP address
should be directed to gateway IP address.
NOTE
The gateway IP address much be on the management port subnet.
The conÞguration of management-port information is executed immediately; you do not need to issue
the build command for this command to take effect.
Example
This example conÞgures an IP address for the management port and installs two host routes:
station1:4 # config mgmt ipaddress 10.10.10.2 / 24
* station1:5 # config mgmt iproute dest-ip 10.10.10.60 gateway 10.10.10.1
* station1:6 # config mgmt iproute dest-ip 10.10.11.60 gateway 10.10.10.1
History
This command was available in ExtremeWarePx 1.1.
destination IP address The destination IP address.
gateway IP address The gateway IP address.