# Cisco Router

## CISCO ROUTER &#x20;

To configure Cisco Router to send syslog messages&#x20;

Enter the command:&#x20;

`enable`&#x20;

To enter privileged EXEC mode.&#x20;

Enter the command:&#x20;

`configure terminal`&#x20;

This will allow you to enter global configuration mode.&#x20;

Enter the command:&#x20;

`logging host`&#x20;

Replace host with Log Collector IP Address.&#x20;

Enter the command:&#x20;

`logging trap level`&#x20;

Specify the level as per requirement.&#x20;

Where:&#x20;

Emergency: 0&#x20;

Alert: 1&#x20;

Critical: 2&#x20;

Error: 3&#x20;

Warning: 4&#x20;

Notice: 5&#x20;

Informational: 6&#x20;

Debug: 7&#x20;

Enter the command:&#x20;

`logging facility local7`&#x20;

`Default facility-type value is local7.` &#x20;

Enter the command:&#x20;

`end`&#x20;

To save changes and exit global configuration mode.&#x20;

To display changes made enter command:&#x20;

`show logging`&#x20;

This displays logging configuration. Verify configuration.&#x20;

## nd Severity from the listbox.&#x20;

Near the top-left of the page, click Policy Information.&#x20;

Click Commit Changes.&#x20;


---

# 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.blusapphire.io/log-forwarding/03_log-forwarding-guide/log-forward/cisco/cisco-router.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.
