Netsh/Isatap
< Netsh
Netsh is a Windows command used to display and modify the network configuration of a currently running local or remote computer. These activities will show you how to use the netsh command to configure IPv6 ISATAP.
Note: To complete this activity, you must have an administrative user account or know the username and password of an administrator account you can enter when prompted.
Preparation
editTo prepare for this activity:
- Start Windows.
- Log in if necessary.
Activity 1 - Display ISATAP Status
editTo display ISATAP status:
- Open an elevated/administrator command prompt.
- Type netsh interface isatap show state and press Enter.
- Observe the ISATAP status.
Activity 2 - Enable ISATAP
editTo enable ISATAP:
- Type netsh interface isatap set state enabled and press Enter.
- Use ipconfig to display ISATAP settings.
Activity 3 - Disable ISATAP
editTo disable ISATAP:
- Type netsh interface isatap set state disabled and press Enter.
- Use ipconfig to confirm that ISATAP was disabled.
- Close the command prompt to complete this activity.