ip route remove

You need three parameters to remove an IP routing path.

SWITCH

PARAMETER

DEFINITION

STATUS

EXAMPLE

-dip

DESTINATION IP

IP OF HOST

MANDATORY

 

 

STATION

 

-dmask

DESTINATION

IP MASK OF HOST

MANDATORY

 

MASK

STATION

 

-if

INTERFACE

NETWORK PORT TO

MANDATORY

 

ALIAS

OPEN

 

 

 

COMMUNICATION

 

 

 

THROUGH

 

10.12.40.0

255.255.255.0

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.

Chapter 4: V-Switch Configuration

69

Page 75
Image 75
SANRAD V-Switch manual Ip route remove, 10.12.40.0 255.255.255.0 Eth3