network routing-groups route delete
(DEPRECATED)-Delete a static route
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Note
This command has been deprecated and may be removed from a future version of Data ONTAP. Use the "network route" command set to configure routes instead.
Parameters
- -vserver <vserver> - Vserver Name
- Use this parameter to specify the node or Vserver from which the route will be deleted.
- -routing-group <text> - Routing Group
- Use this parameter to specify the name of the routing group within which you want to delete the route.
- -destination <IP Address/Mask> - Destination/Mask
- Use this parameter to specify the IP address and subnet mask of the route you want to delete. The format for this value is: address, slash ("/"), mask. For example, 0.0.0.0/0 is a correctly formatted value for the -destination parameter.
Examples
The following example deletes a route within routing group d192.0.2.167/24 originating from Vserver node3.
cluster1::> network routing-groups route delete -vserver node3 -routing-group d192.0.2.167/24 -destination 0.0.0.0/0
Give documentation feedback