# show ip recommendations

## Syntax

{% code overflow="wrap" %}

```
show ip recommendations [no-disabled] [<interface>]
```

{% endcode %}

## Syntax Description

<table><thead><tr><th width="202"></th><th></th></tr></thead><tbody><tr><td>interface</td><td>(Optional) If specified, the recommended autoconfiguration mode is shown only for the specified interface.</td></tr><tr><td><code>no-disabled</code></td><td>(Optional) If specified, the CLI commands needed to implement the recommended autoconfiguration mode is omitted for interfaces where the recommended mode is "disabled".</td></tr></tbody></table>

## Defaults

Recommendations are shown for all interfaces by default.

## Usage Guidelines

This command examines the current configuration and status of each interface on the Island, and displays a list of the recommended configuration mode for each interface.&#x20;

The output also includes the CLI commands needed to set the each interface to its recommended mode if it differs from the current mode. These commands may be copied and pasted into the CLI to implement the recommended changes. If `no-disabled` is specified, no CLI commands are shown for interfaces where the recommended mode is `disabled`.

## Examples

```
show ip recommendations
show ip recommendations en2
show ip recommendations no-disable
```

## Related Commands

{% content-ref url="/pages/6M68gfh4GnFIwKxx0l0R" %}
[ip autoconfig](/island-router-cli-2.3.2/commands/ip-interface-context/ip-autoconfig.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/show-ip-recommendations.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.
