<?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: FMC login authentication method in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fmc-login-authentication-method/m-p/5233921#M1118043</link>
    <description>&lt;P&gt;To determine whether a user authenticated via LDAP or RADIUS in Cisco Firepower Management Center (FMC), follow these steps:&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;1. Check the User Activity Logs&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Cisco FMC logs authentication events, which include details about the authentication method. Here's how you can view these logs:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Navigate to Audit Logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to &lt;STRONG&gt;System &amp;gt; Audit &amp;gt; Audit Logs&lt;/STRONG&gt; in the FMC GUI.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Filter for Authentication Events:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the search bar or filter options to find logs related to user logins.&lt;/LI&gt;&lt;LI&gt;Look for events mentioning "Authentication succeeded" or similar.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Inspect the Details:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Click on the specific log entry to view details. It should indicate whether the authentication was via LDAP, RADIUS, or another method.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;2. Enable Debugging for Authentication&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;If the logs do not provide sufficient detail, you can enable debugging on the FMC for authentication events:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Access CLI of the FMC:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Log in to the FMC CLI via SSH.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Enable Debugging for Authentication:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;sudo su pmtool disablebyid webui pmtool enablebyid webui --debug &lt;SPAN class=""&gt;tail&lt;/SPAN&gt; -f /var/log/messages | grep &lt;SPAN class=""&gt;"auth"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Attempt Login as the User:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Have the user log in, and monitor the logs to see which authentication server (LDAP or RADIUS) is used.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Disable Debugging:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Once testing is complete, disable debugging to conserve system resources:&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;pmtool disablebyid webui --debug pmtool enablebyid webui&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;3. Use a Packet Capture&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;If detailed logs are unavailable, you can capture traffic between the FMC and the authentication servers:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Enable Packet Capture on FMC:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;From the CLI, use the following command to capture packets:&lt;DIV class=""&gt;&lt;DIV class=""&gt;sudo tcpdump -i ethX port 389 or port 1812&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;Replace ethX with the appropriate FMC network interface.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Analyze the Capture:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Look for traffic to the LDAP server (default port 389 or 636 for secure LDAP) or RADIUS server (default port 1812).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Interpret Results:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The server responding to the authentication request will reveal the method used.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;4. Correlate with External Server Logs&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Lastly, check the logs on your LDAP and RADIUS servers. Both servers typically log authentication attempts and can confirm whether the user was authenticated through them.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;Recommendation&lt;/H3&gt;&lt;P&gt;Enable detailed logging or audit settings on FMC for easier monitoring in the future. Let me know if you need specific help with CLI commands or configurations!&lt;/P&gt;</description>
    <pubDate>Sun, 08 Dec 2024 16:27:44 GMT</pubDate>
    <dc:creator>vishalbhandari</dc:creator>
    <dc:date>2024-12-08T16:27:44Z</dc:date>
    <item>
      <title>FMC login authentication method</title>
      <link>https://community.cisco.com/t5/network-security/fmc-login-authentication-method/m-p/5233908#M1118042</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;We have LDAP and Radius as external authentication methods setup for user login in FMC as one of admin. We see user shows as just external in system &amp;gt; user list. No details on what auth method used.&lt;/P&gt;
&lt;P&gt;My question is how to determine in FMC if that admin user is got authenticated throught LDAP or Radius.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 15:42:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-login-authentication-method/m-p/5233908#M1118042</guid>
      <dc:creator>yesortregaed</dc:creator>
      <dc:date>2024-12-08T15:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: FMC login authentication method</title>
      <link>https://community.cisco.com/t5/network-security/fmc-login-authentication-method/m-p/5233921#M1118043</link>
      <description>&lt;P&gt;To determine whether a user authenticated via LDAP or RADIUS in Cisco Firepower Management Center (FMC), follow these steps:&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;1. Check the User Activity Logs&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Cisco FMC logs authentication events, which include details about the authentication method. Here's how you can view these logs:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Navigate to Audit Logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to &lt;STRONG&gt;System &amp;gt; Audit &amp;gt; Audit Logs&lt;/STRONG&gt; in the FMC GUI.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Filter for Authentication Events:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the search bar or filter options to find logs related to user logins.&lt;/LI&gt;&lt;LI&gt;Look for events mentioning "Authentication succeeded" or similar.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Inspect the Details:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Click on the specific log entry to view details. It should indicate whether the authentication was via LDAP, RADIUS, or another method.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;2. Enable Debugging for Authentication&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;If the logs do not provide sufficient detail, you can enable debugging on the FMC for authentication events:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Access CLI of the FMC:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Log in to the FMC CLI via SSH.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Enable Debugging for Authentication:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;sudo su pmtool disablebyid webui pmtool enablebyid webui --debug &lt;SPAN class=""&gt;tail&lt;/SPAN&gt; -f /var/log/messages | grep &lt;SPAN class=""&gt;"auth"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Attempt Login as the User:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Have the user log in, and monitor the logs to see which authentication server (LDAP or RADIUS) is used.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Disable Debugging:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Once testing is complete, disable debugging to conserve system resources:&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;pmtool disablebyid webui --debug pmtool enablebyid webui&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;3. Use a Packet Capture&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;If detailed logs are unavailable, you can capture traffic between the FMC and the authentication servers:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Enable Packet Capture on FMC:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;From the CLI, use the following command to capture packets:&lt;DIV class=""&gt;&lt;DIV class=""&gt;sudo tcpdump -i ethX port 389 or port 1812&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;Replace ethX with the appropriate FMC network interface.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Analyze the Capture:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Look for traffic to the LDAP server (default port 389 or 636 for secure LDAP) or RADIUS server (default port 1812).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Interpret Results:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The server responding to the authentication request will reveal the method used.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;4. Correlate with External Server Logs&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Lastly, check the logs on your LDAP and RADIUS servers. Both servers typically log authentication attempts and can confirm whether the user was authenticated through them.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;Recommendation&lt;/H3&gt;&lt;P&gt;Enable detailed logging or audit settings on FMC for easier monitoring in the future. Let me know if you need specific help with CLI commands or configurations!&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 16:27:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-login-authentication-method/m-p/5233921#M1118043</guid>
      <dc:creator>vishalbhandari</dc:creator>
      <dc:date>2024-12-08T16:27:44Z</dc:date>
    </item>
  </channel>
</rss>

