network routing-groups delete
(DEPRECATED)-Delete a routing group
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.
Note
Before you run this command, you must delete any logical interfaces that are using this routing group. Use the network interface delete command to delete any logical interfaces using this group.
Parameters
- -vserver <vserver> - Vserver Name
- Specifies the node or Vserver from which the routing group will be deleted
- -routing-group <text> - Routing Group
- Specifies the name of the routing group that you want to delete.
Examples
The following example deletes a routing group from the Vserver node1 with an IP address of 192.0.2.165/24.
cluster1::network routing-groups> delete -vserver node1 -routing-group 192.0.2.165/24
Give documentation feedback