# syslog protocol

## Syntax

{% code overflow="wrap" %}

```
[no] syslog protocol tcp|udp
```

{% endcode %}

## Syntax Description

<table><thead><tr><th width="193"></th><th></th></tr></thead><tbody><tr><td><code>no</code></td><td>(Optional) Resets the syslog protocol to its default value.</td></tr><tr><td><code>tcp</code></td><td>Use TCP to send syslog messages.</td></tr><tr><td><code>udp</code></td><td>Use UDP to send syslog messages.</td></tr></tbody></table>

## Defaults

The default syslog protocol is UDP.

## Usage Guidelines

This command sets the protocol used to send syslog messages to an external syslog server. If `udp` is specified, syslog messages are sent using the UDP protocol as defined in RFC 5426. If `tcp` is specified, syslog messages are sent using the TCP protocol as defined in RFC 6857.

## Examples

```
syslog protocol tcp
```

## 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/syslog/syslog-protocol.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.
