<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AP syslog configuration in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324734#M133307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If my clients don't have a syslog server, I would do what Steve mentioned and configure the AP syslog to point to a bogus IP address. That what I do:)&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2013 23:10:24 GMT</pubDate>
    <dc:creator>Scott Fella</dc:creator>
    <dc:date>2013-10-03T23:10:24Z</dc:date>
    <item>
      <title>AP syslog configuration</title>
      <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324728#M133301</link>
      <description>&lt;P&gt;A wireless site survey was completed recently and they reported that AP syslog messages are sent to broadcast...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syslog is disabled on every controller in our environment.&amp;nbsp; Is there a way to enable/disable syslog on the APs themselves?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 08:00:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324728#M133301</guid>
      <dc:creator>JASON SIMMONS</dc:creator>
      <dc:date>2021-07-04T08:00:25Z</dc:date>
    </item>
    <item>
      <title>AP syslog configuration</title>
      <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324729#M133302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IIRC it cannot be.&amp;nbsp; You can give it as DHCP option 7 or as a CLI command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="font-size: 11px; overflow: auto; max-width: 650px; min-width: 400px; height: auto; color: #000000;"&gt;config ap syslog host global &amp;lt; ip address&amp;gt;

Generally what I do, is assign a bogus address to syslog and then at L3 route it to Null0

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, &lt;BR /&gt;Steve &lt;BR /&gt; &lt;BR /&gt;------------------------------------------------------------------------------------------------ &lt;BR /&gt;Please remember to rate useful posts, and mark questions as answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 18:19:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324729#M133302</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2013-10-03T18:19:06Z</dc:date>
    </item>
    <item>
      <title>AP syslog configuration</title>
      <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324730#M133303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can enable AP syslog via WLC CLI only. AP needs to be register for a WLC prior to apply this commands. If you connect new APs, they will send syslog for the configured host, but level &amp;amp; facility will be default(not what you configured). So to make sure it is correct you have to configuer these when all APs register (or every time you add new APs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use for "&lt;STRONG&gt;all&lt;/STRONG&gt;" keyword if you want to apply settings to all APs, or else specific AP name if you want to configure this for a given AP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config ap logging syslog facility&lt;/STRONG&gt; &lt;FACILILTY_LEVEL&gt; &lt;CISCO_AP_NAME&gt;all&amp;gt;&lt;/CISCO_AP_NAME&gt;&lt;/FACILILTY_LEVEL&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config ap logging syslog level&lt;/STRONG&gt; &lt;SYSLOG-LEVEL&gt; &lt;SPAN style="font-size: 10pt;"&gt;&lt;CISCO_AP_NAME&gt;&lt;STRONG style="font-size: 10pt;"&gt;all&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/CISCO_AP_NAME&gt;&lt;/SPAN&gt;&lt;/SYSLOG-LEVEL&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config ap syslog host global&lt;/STRONG&gt; x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to configuere syslog host for specific AP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config ap syslog host specific &lt;/STRONG&gt;&lt;AP-NAME&gt; x.x.x.x&lt;/AP-NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following commands can be used to verify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show ap config global&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show logging&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show ap config general&lt;/STRONG&gt; &lt;AP-NAME&gt;&lt;/AP-NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case if you want to configure similar thing for WLC you can use the followings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config logging syslog host &lt;/STRONG&gt;x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config logging syslog facility &lt;/STRONG&gt;&lt;FACILITY&gt;&lt;/FACILITY&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config logging syslog level&lt;/STRONG&gt; &lt;SYSLOG-LLEVEL&gt;&lt;/SYSLOG-LLEVEL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Rasika&lt;/P&gt;&lt;P&gt;**** Pls rate all useful responses ****&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 19:00:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324730#M133303</guid>
      <dc:creator>Rasika Nayanajith</dc:creator>
      <dc:date>2013-10-03T19:00:21Z</dc:date>
    </item>
    <item>
      <title>AP syslog configuration</title>
      <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324731#M133304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Kindly check the following link for WLC configuration of syslog&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.cisco.com/en/US/products/ps6307/products_configuration_example09186a00809a2d76.shtml"&gt;http://www.cisco.com/en/US/products/ps6307/products_configuration_example09186a00809a2d76.shtml&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 20:22:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324731#M133304</guid>
      <dc:creator>kaaftab</dc:creator>
      <dc:date>2013-10-03T20:22:07Z</dc:date>
    </item>
    <item>
      <title>AP syslog configuration</title>
      <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324732#M133305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Message logging is enabled by default. It must be enabled to send messages to any destination other than the console. When enabled, log messages are sent to a logging process, which logs messages to designated locations asynchronously to the processes that generated the messages. &lt;/P&gt;&lt;P&gt;Beginning in privileged EXEC mode, follow these steps to disable message logging: &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Command&amp;nbsp; Purpose&amp;nbsp; &lt;/P&gt;&lt;P&gt;Step 1&amp;nbsp; -configure terminal &lt;BR /&gt; Enter global configuration mode. &lt;BR /&gt; &lt;BR /&gt;Step 2&amp;nbsp; -no logging on &lt;BR /&gt; Disable message logging. &lt;BR /&gt; &lt;BR /&gt;Step 3&amp;nbsp; -end &lt;BR /&gt; Return to privileged EXEC mode. &lt;BR /&gt; &lt;BR /&gt;Step 4&amp;nbsp; -show running-config &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;show logging &lt;BR /&gt; Verify your entries. &lt;BR /&gt; &lt;BR /&gt;Step 5&amp;nbsp; -copy running-config startup-config &lt;BR /&gt; (Optional) Save your entries in the configuration file. &lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 22:10:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324732#M133305</guid>
      <dc:creator>Abhishek Abhishek</dc:creator>
      <dc:date>2013-10-03T22:10:06Z</dc:date>
    </item>
    <item>
      <title>AP syslog configuration</title>
      <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324733#M133306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In unified wireless (ie CAPWAP)&amp;nbsp; you cannot save any configuration like you said &amp;amp; ovewritten by WLC. Therefore you have to configure them through WLC if you want to persist the config even during a AP reboot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rasika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 22:59:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324733#M133306</guid>
      <dc:creator>Rasika Nayanajith</dc:creator>
      <dc:date>2013-10-03T22:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: AP syslog configuration</title>
      <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324734#M133307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If my clients don't have a syslog server, I would do what Steve mentioned and configure the AP syslog to point to a bogus IP address. That what I do:)&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 23:10:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/2324734#M133307</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2013-10-03T23:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: AP syslog configuration</title>
      <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/4168116#M133308</link>
      <description>&lt;P&gt;Hi Rasika,&lt;/P&gt;&lt;P&gt;This command configures the syslog host for all APs&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config ap syslog global host x.x.x.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And this command configures the syslog host on the WLC&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config logging syslog host x.x.x.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is the result of both commands the same?&lt;/P&gt;&lt;P&gt;Can both commands be used?&lt;/P&gt;&lt;P&gt;Are they sending different information to the syslog host?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 09:10:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/4168116#M133308</guid>
      <dc:creator>albertofdez</dc:creator>
      <dc:date>2020-10-16T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: AP syslog configuration</title>
      <link>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/4168196#M133309</link>
      <description>The WLC and AP send different information, it’s best to configure both. &lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2020 11:43:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/ap-syslog-configuration/m-p/4168196#M133309</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2020-10-16T11:43:49Z</dc:date>
    </item>
  </channel>
</rss>

