# duplex

## Syntax

```
[no] duplex auto|half|full
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>no</code></td><td>(Optional) Returns the interface duplex to its default value.</td></tr><tr><td><code>auto</code></td><td>The interface duplex mode is set via auto-negotiation.</td></tr><tr><td><code>half</code></td><td>The interface is placed into half-duplex mode.</td></tr><tr><td><code>full</code></td><td>The interface is placed into full-duplex mode.</td></tr></tbody></table>

## Defaults

Interface duplex is set via auto-negotiation by default.

## Usage Guidelines

This command can be used to force the duplex setting on an interface if autonegotiation is unavailable or undesirable.

If duplex is explicitly configured for an interface, the interface speed should also be explicitly configured. In other words, auto-negotiation should be enabled or disabled identically for both speed and duplex.

This command is valid only in interface context.

## Examples

```
duplex full
```

## Related Commands

{% content-ref url="/pages/JK6QY8Ad2gffsaGWZyNw" %}
[interface](/island-router-cli-2.3.2/commands/interface.md)
{% endcontent-ref %}

{% content-ref url="/pages/iJ2xBJNNpDgvIwt3G5K5" %}
[speed](/island-router-cli-2.3.2/commands/speed.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.islandrouter.com/island-router-cli-2.3.2/commands/duplex.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
