Creating a static route
You can create static routes within a storage virtual machine (SVM) to control how LIFs use the network for outbound traffic. When you create a route entry associated with an SVM, the route will be used by all LIFs that are owned by the specified SVM and that are on the same subnet as the gateway.
Use the network route create command to create a route.
Example
cluster-1::> network route create -vserver vs0 -destination 0.0.0.0/0 -gateway 10.61.208.1
Give documentation feedback