If you create new DHCP subnets using the create dhcpconfig command and then use n1smconfig to switch to a different DHCP service, your customized DHCP subnet configurations are removed.
Workaround: Use the following commands instead of n1smconfig to change your DHCP service:
To switch to Solaris DHCP:
/opt/SUNWscs/as_dhcp_config.pl -S solaris -e -I bge0 |
To switch to Solaris ISC:
/opt/sun/scs/as_dhcp_config.pl -S isc -e -I bge0 |