| Index | Top - Up | Data ONTAP 8.2 |
Create a static route
Availability: This command is available to cluster administrators at the admin privilege level.
-vserver <vserver> - Vserver Name
-routing-group <text> - Routing Group
-destination <IpAddress/Mask> - Destination/Mask
-gateway <IP Address> - Gateway
[-metric <integer>] - Metric
The following example creates a route within a routing group originating from Vserver node3.
cluster1::> network routing-groups route create -vserver node3 -routing-group d192.0.2.167/24 -destination 0.0.0.0/0 -gateway 10.61.208.1 -metric 10
| Index | Top - Up | Data ONTAP 8.2 |