Skip to main content

Changing subnet properties

You can change the subnet address and mask value, gateway address, or range of IP addresses in an existing subnet.

About this task

  • When modifying IP addresses, you must ensure there are no overlapping IP addresses in the network so that different subnets, or hosts, do not attempt to use the same IP address.

  • If you add or change the gateway IP address, the modified gateway is applied to new SVMs when a LIF is created in them using the subnet. A default route to the gateway is created for the SVM if the route does not already exist. You may need to manually add a new route to the SVM when you change the gateway IP address.

Modify subnet properties: network subnet modify -subnet-name subnet_name [-ipspace ipspace_name] [-subnet subnet_address] [-gateway gateway_address] [-ip-ranges ip_address_list] [-force-update-lif-associations true]

  • subnet_name is the name of the subnet you want to modify.
  • ipspace_name is the name of the IPspace where the subnet resides.
  • subnet_address is the new address and mask of the subnet, if applicable; for example, 192.0.2.0/24.
  • gateway_address is the new gateway of the subnet, if applicable; for example, 192.0.2.1.

    Entering "" removes the gateway entry.

  • ip_address_list is the new list, or range, of IP addresses that will be allocated to the subnet, if applicable.

    The IP addresses can be individual addresses, a range or IP addresses, or a combination in a comma-separated list. The range specified here replaces the existing IP addresses.

  • You can set the value true for the -force-update-lif-associations option when modifying the range of IP addresses.

    This command fails if any service processor or network interfaces are using the IP addresses in the specified range. Setting this value to true associates any manually addressed interfaces with the current subnet and allows the command to succeed.

Example

The following command modifies the gateway IP address of subnet sub3:

cluster-1::> network subnet modify -subnet-name sub3 -gateway 192.0.3.1