SANRAD V-Switch Switch User Manual


 
Chapter 4: V-Switch Configuration 69
ip route remove
You need three parameters to remove an IP routing path.
SWITCH PARAMETER DEFINITION STATUS EXAMPLE
-dip
DESTINATION IP IP OF HOST
STATION
MANDATORY
10.12.40.0
-dmask
DESTINATION
MASK
IP
MASK OF HOST
STATION
MANDATORY
255.255.255.0
-if
INTERFACE
ALIAS
NETWORK PORT TO
OPEN
COMMUNICATION
THROUGH
MANDATORY
eth3
Example:
The routing path to destination network IP 10.12.40.0 (IP mask
255.255.255.0) is removed from network port Eth3.
ip route remove –dip 10.12.40.0 –dmask 255.255.255.0 –if
eth3
You have now configured all basic V-Switch parameters. If you are
creating a V-Switch cluster, continue with “Configuring a Cluster,” page
276. If you are still working with a single V-Switch, you can now begin
creating virtual volumes. Continue with “Volume Configuration,” page 83.