<?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 using syslog to integrate Ruckus ZoneDirector &amp; PAN for user identification in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/2791#M65</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to integrate Ruckus ZoneDirector &amp;amp; PAN for user identification by using syslog. However, syslog message generated by Ruckus ZoneDirector doesn't have user's IP address. It only contains user name and MAC address of the device as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: 0.5in;"&gt;&amp;lt;134&amp;gt;Sep 20 12:16:34 syslog: eventd_to_syslog():User[GUEST@8c:70:5a:4e:a2:8c] joins WLAN[GUEST-WLAN] from AP[AP4@00:25:c4:13:a6:40] 25:c4:13:a6:4c roams from AP[AP4@00:25:c4:13:a6:40]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, I cannot extract user name and IP address form the syslog message for passing them to PAN User-ID Agent. Is there any solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2012 15:52:23 GMT</pubDate>
    <dc:creator>carsent</dc:creator>
    <dc:date>2012-09-20T15:52:23Z</dc:date>
    <item>
      <title>using syslog to integrate Ruckus ZoneDirector &amp; PAN for user identification</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/2791#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to integrate Ruckus ZoneDirector &amp;amp; PAN for user identification by using syslog. However, syslog message generated by Ruckus ZoneDirector doesn't have user's IP address. It only contains user name and MAC address of the device as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: 0.5in;"&gt;&amp;lt;134&amp;gt;Sep 20 12:16:34 syslog: eventd_to_syslog():User[GUEST@8c:70:5a:4e:a2:8c] joins WLAN[GUEST-WLAN] from AP[AP4@00:25:c4:13:a6:40] 25:c4:13:a6:4c roams from AP[AP4@00:25:c4:13:a6:40]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, I cannot extract user name and IP address form the syslog message for passing them to PAN User-ID Agent. Is there any solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 15:52:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/2791#M65</guid>
      <dc:creator>carsent</dc:creator>
      <dc:date>2012-09-20T15:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: using syslog to integrate Ruckus ZoneDirector &amp; PAN for user identification</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/2792#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can think of a couple of options off the top of my head, but either will require a bit of extra work on the scripting side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) you could dump/query the ARP table on the AP when you get an auth/join message.&amp;nbsp; I'm not familiar with the tools and APIs available on Ruckus so this may be easy or near impossible.&lt;/P&gt;&lt;P&gt;2) you could monitor your DHCP server as well and correlate the IP/MAC mappings it hands out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what's the backend auth mechanism that your ruckus system is using?&amp;nbsp; Any chance that system (ie a radius server) would log IPs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 17:53:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/2792#M66</guid>
      <dc:creator>drogers</dc:creator>
      <dc:date>2012-09-20T17:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: using syslog to integrate Ruckus ZoneDirector &amp; PAN for user identification</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/2793#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Drogers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ruckus can integrate with AD, LDAP, RADIUS or use its internal user database for authentication. For integration with AD, there is no problem to identify wireless LAN users because PAN can also integrate with AD. For authentication with RADIUS, there is also no problem as long as RADIUS can send syslog message with user name and IP address. However, integration of PAN with Ruckus is necessary when customers use Ruckus internal user database for authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think both of your suggested solutions may work and I will try to follow your suggestion to solve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 06:46:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/2793#M67</guid>
      <dc:creator>carsent</dc:creator>
      <dc:date>2012-10-09T06:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: using syslog to integrate Ruckus ZoneDirector &amp; PAN for user identification</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/2794#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the new 9.8 firmware version of ZD..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 18:54:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/2794#M68</guid>
      <dc:creator>UNIVALI</dc:creator>
      <dc:date>2014-08-21T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: using syslog to integrate Ruckus ZoneDirector &amp; PAN for user identification</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/485496#M3020</link>
      <description>&lt;P&gt;I found a Fix!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Settings to apply on Ruckus ZoneDirector&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Troubleshooting &amp;gt; Diagnostics &amp;gt; Enable "Client Association" in the debug logs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System &amp;gt; System Setting &amp;gt;&amp;nbsp; Log Settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Enable Remote syslog, use the IP Address of a Palo Alto User-ID Agent or the Management port on the firewall listening for syslog traffic&lt;/P&gt;&lt;P&gt;Zone Director Settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;Facility Name: Local0 Priority Level: Info&lt;/P&gt;&lt;P&gt;Managed AP Settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;Facility Name: Local1&amp;nbsp; Priority Level: Info&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Regex syslog filter to pull the required info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User login / IP Update event.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Event Regex:&amp;nbsp;operation=(update|add){1}&lt;/P&gt;&lt;P&gt;Username Regex:&amp;nbsp;sta_name(?:=.*\\|=)([A-Za-z0-9@._]+)&lt;/P&gt;&lt;P&gt;Address Regex:&amp;nbsp;sta_ip=([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User Logout Event&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Event Regex:&amp;nbsp;operation=(del){1}&lt;/P&gt;&lt;P&gt;Username Regex:&amp;nbsp;sta_name(?:=.*\\|=)([A-Za-z0-9@._]+)&lt;/P&gt;&lt;P&gt;Address Regex:&amp;nbsp;sta_ip=([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 19:47:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/using-syslog-to-integrate-ruckus-zonedirector-pan-for-user/m-p/485496#M3020</guid>
      <dc:creator>Ricky_Mayenburg</dc:creator>
      <dc:date>2022-05-06T19:47:44Z</dc:date>
    </item>
  </channel>
</rss>

