# mac output-format

## Syntax

```
[no] mac output-format <template>
```

## Syntax Description

<table><thead><tr><th width="129">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>no</code></td><td>(Optional) Use the default MAC address output format.</td></tr><tr><td>template</td><td>A string defining the MAC address output format.</td></tr></tbody></table>

## Defaults

The default MAC address output format is "XX:XX:XX:XX:XX:XX".

## Usage Guidelines

This command is used to specify the output format for MAC addresses as used in the CLI and in system logs.

The format must contain 12 upper or lower case X’s as placeholders for each of the 12 hexadecimal digits in a MAC address. The case of a placeholder indicates the case of the corresponding output MAC character. All other characters in the format string are printed literally.

## Examples

```
mac output-format "xxxx.xxxx.xxxx"
```

## Related Commands


---

# 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/mac-output-format.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.
