Netsh/Isatap
Appearance
< 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
[edit | edit source]To prepare for this activity:
- Start Windows.
- Log in if necessary.
Activity 1 - Display ISATAP Status
[edit | edit source]To 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
[edit | edit source]To enable ISATAP:
- Type netsh interface isatap set state enabled and press Enter.
- Use ipconfig to display ISATAP settings.
Activity 3 - Disable ISATAP
[edit | edit source]To 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.