# {include:root_step}
# *Check the status of the NWAM service.*
{code}
# svcs physical
STATE STIME FMRI
online 15:18:18 svc:/network/physical:default
disabled 16:44:23 svc:/network/physical:nwam
{code}
The output indicates that the NWAM service is disabled.
# *Stop the default networking service, and start the NWAM service.*
{code}
# svcadm disable network/physical:default
# svcadm enable network/physical:nwam
{code}
{include:bottom_navigation}
# *Check the status of the NWAM service.*
{code}
# svcs physical
STATE STIME FMRI
online 15:18:18 svc:/network/physical:default
disabled 16:44:23 svc:/network/physical:nwam
{code}
The output indicates that the NWAM service is disabled.
# *Stop the default networking service, and start the NWAM service.*
{code}
# svcadm disable network/physical:default
# svcadm enable network/physical:nwam
{code}
{include:bottom_navigation}