Netsh commands for Network Bridge
For adapters that are part of the Network Bridge, you can use commands in the netsh bridge context to enable or disable Layer 3 compatibility mode and show configuration information for these adapters.
You can run these commands from the Windows Server 2003 family command prompt or from the netsh bridge context. To successfully run these commands at the Windows Server 2003 family command prompt, you must type netsh bridge before typing the commands and parameters as they appear in this topic.
For more information about netsh, see Netsh overview and Enter a netsh context .
To view the command syntax, click a command:
Note
- Internet Connection Sharing and Network Bridge are not included in Windows Server 2003, Web Edition; Windows Server 2003, Datacenter Edition; and the Itanium-based versions of the original release of the Windows Server 2003 operating systems.
show adapter
Syntax
Parameters
Examples
In the second example, this command lists the adapter ID, friendly name, and the state of the Layer 3 compatibility mode information for adapter 2.
show adapter
show adapter 2
set adapter
Syntax
Parameters
Remarks
- This command should only be run if an enabled Network Bridge does not forward network traffic to all network segments. This condition can exist if one or more network adapters (typically wireless) included in the bridge do not support promiscuous mode.
- For more information about determining adapter ID values, see show adapter
Examples
set adapter 2 forcecompatmode=enable
Notes
- The install and uninstall commands are not supported in the netsh bridge context. Network Bridge can only be set up or removed through Network Connections. For more information, see Set up Network Bridge or Remove Network Bridge .
- The dump command is not supported in the netsh bridge context.
Formatting legend
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |