Ask the Community
Groups
How do I configure remote syslog logging for a Cisco IOS device - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="this-article-will-walk-through-the-steps-to-configure-cisco-ios-devices-to-send-syslog-messages-to-the-rocketagent-syslog-server">This article will walk through the steps to configure Cisco IOS devices to send syslog messages to the RocketAgent Syslog Server</h2> <p>To send syslog messages from Cisco IOS-based devices, connect to the device via SSH or telnet and run <strong>enable</strong> to become administrator.</p> <p><strong>Enter the following commands:</strong></p> <pre class="code codeBlock" spellcheck="false" tabindex="0">configure terminal<br>logging host <ip_address> transport udp port 514<br>logging facility syslog<br>logging trap debugging<br>exit<br>write memory</pre> <div data-hs-callout-type="note"> <p>Replace <ip_address> with the IP address of the RocketAgent Syslog Server</p> </div> </article> </main>