<?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: EVE-NG MAB not Working as expected in Endpoint Security</title>
    <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993698#M8079</link>
    <description>&lt;P&gt;see other comment&amp;nbsp;&lt;BR /&gt;MHM&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2024 14:55:41 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2024-01-10T14:55:41Z</dc:date>
    <item>
      <title>EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993259#M8072</link>
      <description>&lt;P&gt;i'm attempting to learn ISE.&amp;nbsp; To start i'm working on the basics of just getting windows endpoints authenticated and authorized in ISE via 802.1x using Peap (EAP-MSCHAPv2) and Mab.&amp;nbsp; I have 3 windows 11 PCs hooked into my lab and 2 of them have the suplicant enabled and the third doesn't.&amp;nbsp; The two that have the supplicant enabled do eap just fine and are properly authenticated/authorized.&amp;nbsp; For the one that doesn't when i do pcaps on the link, with the below config i NEVER see the switch attempt an epol request to the endpoint.&amp;nbsp; I've shut no shut the interface countless times and nothing.&amp;nbsp; The only way i can get MAB to work is by enabling authentication open.&amp;nbsp; Even still, the switch doesn't do any sort of epol start request against the windows 11 endpoint.&amp;nbsp; Is anyone else seeing this in their labs?&amp;nbsp; I have dot1x system-auth-control enable.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;Images attempted:&lt;/P&gt;&lt;P&gt;1. Cisco IOS Software, Linux Software (I86BI_LINUXL2-ADVENTERPRISEK9-M), Version 15 .2(CML_NIGHTLY_20180510)FLO_DSGS7, EARLY DEPLOYMENT DEVELOPMENT BUILD, synced to V152_6_0_81_E&lt;BR /&gt;Technical Support:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.cisco.com/techsupport" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.cisco.com/techsupport&lt;/A&gt;&lt;BR /&gt;Copyright (c) 1986-2018 by Cisco Systems, Inc.&lt;BR /&gt;Compiled Thu 10-May-18 02:45 by mmen&lt;/P&gt;&lt;P&gt;2. Cisco IOS Software, vios_l2 Software (vios_l2-ADVENTERPRISEK9-M), Experimental Version 15.2(20200924:215240) [sweickge-sep24-2020-l2iol-release 135]&lt;BR /&gt;Copyright (c) 1986-2020 by Cisco Systems, Inc.&lt;BR /&gt;Compiled Tue 29-Sep-20 11:53 by sweickge&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;switch config:&lt;/P&gt;&lt;P&gt;version 15.2&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;service compress-config&lt;BR /&gt;!&lt;BR /&gt;hostname sw&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;enable password password&lt;BR /&gt;!&lt;BR /&gt;username admin privilege 15 password 0 password&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius ise-group&lt;BR /&gt;server name ise&lt;BR /&gt;ip radius source-interface Vlan1&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login console local&lt;BR /&gt;aaa authentication login vty local&lt;BR /&gt;aaa authentication enable default enable&lt;BR /&gt;aaa authentication dot1x default group ise-group&lt;BR /&gt;aaa authorization exec default local&lt;BR /&gt;aaa authorization exec vty local&lt;BR /&gt;aaa authorization network default group ise-group&lt;BR /&gt;aaa authorization auth-proxy default group ise-group&lt;BR /&gt;aaa accounting update periodic 5&lt;BR /&gt;aaa accounting auth-proxy default start-stop group ise-group&lt;BR /&gt;aaa accounting dot1x default start-stop group ise-group&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa server radius dynamic-author&lt;BR /&gt;client 172.255.255.251 server-key Iseradius&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;device-sensor filter-list dhcp list dhcp-list&lt;BR /&gt;option name host-name&lt;BR /&gt;option name domain-name&lt;BR /&gt;option number 50&lt;BR /&gt;option name parameter-request-list&lt;BR /&gt;option name class-identifier&lt;BR /&gt;option name client-identifier&lt;BR /&gt;!&lt;BR /&gt;device-sensor filter-list lldp list lldp-list&lt;BR /&gt;tlv name chassis-id&lt;BR /&gt;tlv name management-address&lt;BR /&gt;tlv number 28&lt;BR /&gt;!&lt;BR /&gt;device-sensor filter-list cdp list cdp-list&lt;BR /&gt;tlv name device-name&lt;BR /&gt;tlv name address-type&lt;BR /&gt;tlv number 34&lt;BR /&gt;device-sensor filter-spec dhcp include list dhcp-list&lt;BR /&gt;device-sensor filter-spec lldp include list lldp-list&lt;BR /&gt;device-sensor filter-spec cdp include list cdp-list&lt;BR /&gt;device-sensor accounting&lt;BR /&gt;device-sensor notify all-changes&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip domain-name lab.com&lt;BR /&gt;ip name-server 172.255.255.250&lt;BR /&gt;ip device tracking probe auto-source&lt;BR /&gt;ip cef&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;dot1x system-auth-control&lt;BR /&gt;!&lt;BR /&gt;spanning-tree mode rapid-pvst&lt;BR /&gt;spanning-tree extend system-id&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;description Win11-1&lt;BR /&gt;switchport mode access&lt;BR /&gt;authentication event fail action next-method&lt;BR /&gt;authentication order dot1x mab&lt;BR /&gt;authentication priority dot1x mab&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate server&lt;BR /&gt;authentication violation restrict&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout tx-period 10&lt;BR /&gt;spanning-tree portfast edge&lt;BR /&gt;spanning-tree bpduguard enable&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;description Win11-2&lt;BR /&gt;switchport mode access&lt;BR /&gt;authentication event fail action next-method&lt;BR /&gt;authentication order dot1x mab&lt;BR /&gt;authentication priority dot1x mab&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate server&lt;BR /&gt;authentication violation restrict&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout tx-period 10&lt;BR /&gt;spanning-tree portfast edge&lt;BR /&gt;spanning-tree bpduguard enable&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt;description Win11-1&lt;BR /&gt;switchport mode access&lt;BR /&gt;authentication event fail action next-method&lt;BR /&gt;authentication open&lt;BR /&gt;authentication order dot1x mab&lt;BR /&gt;authentication priority dot1x mab&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate server&lt;BR /&gt;authentication violation restrict&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout tx-period 10&lt;BR /&gt;dot1x max-reauth-req 3&lt;BR /&gt;spanning-tree portfast edge&lt;BR /&gt;spanning-tree bpduguard enable&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;ip address 172.255.254.3 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ip default-gateway 172.255.254.1&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;ip http server&lt;BR /&gt;!&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 172.255.254.1&lt;BR /&gt;ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr&lt;BR /&gt;ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip radius source-interface Vlan1&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;snmp-server trap-source Vlan1&lt;BR /&gt;snmp-server source-interface informs Vlan1&lt;BR /&gt;!&lt;BR /&gt;radius-server attribute 6 on-for-login-auth&lt;BR /&gt;radius-server attribute 8 include-in-access-req&lt;BR /&gt;radius-server attribute 25 access-request include&lt;BR /&gt;radius-server attribute 31 mac format ietf upper-case&lt;BR /&gt;radius-server attribute 31 send nas-port-detail&lt;BR /&gt;radius-server dead-criteria tries 3&lt;BR /&gt;radius-server deadtime 3&lt;BR /&gt;!&lt;BR /&gt;radius server ise&lt;BR /&gt;address ipv4 172.255.255.251 auth-port 1812 acct-port 1813&lt;BR /&gt;key Iseradius&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;logging synchronous&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 03:36:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993259#M8072</guid>
      <dc:creator>ryanmbess</dc:creator>
      <dc:date>2024-01-10T03:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993309#M8073</link>
      <description>&lt;P&gt;show authentication session interface x/x &amp;lt;&amp;lt;- share this when .1x not work&amp;nbsp;&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 06:01:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993309#M8073</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-01-10T06:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993617#M8074</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;thanks for helping.&amp;nbsp; Here is the data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently Gi0/3 has authentication open.&amp;nbsp; This results in the below.&amp;nbsp;&amp;nbsp;During the session below i was running a pcap within EVE-NG and at no time did G0/3 ever initiate any sort of EPOL message to the windows 11 computer connected to it.&amp;nbsp; Am I correct in that the switch should always attempt to do 802.1x with the endpoint regardless of if authentication open is enabled or not?&lt;/P&gt;&lt;P&gt;show authentication sessions interface G0/3.&lt;/P&gt;&lt;P&gt;Interface Identifier Method Domain Status Fg Session ID&lt;BR /&gt;-----------------------------------------------------------------------------&lt;BR /&gt;Gi0/3 5000.000b.0000 mab DATA Auth ACFFFE030000000F0064D8B2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Key to Session Events Blocked Status Flags:&lt;/P&gt;&lt;P&gt;A - Applying Policy (multi-line status for details)&lt;BR /&gt;D - Awaiting Deletion&lt;BR /&gt;F - Final Removal in progress&lt;BR /&gt;I - Awaiting IIF ID allocation&lt;BR /&gt;N - Waiting for AAA to come up&lt;BR /&gt;P - Pushed Session&lt;BR /&gt;R - Removing User Profile (multi-line status for details)&lt;BR /&gt;U - Applying User Profile (multi-line status for details)&lt;BR /&gt;X - Unknown Blocker&lt;/P&gt;&lt;P&gt;Runnable methods list:&lt;BR /&gt;Handle Priority Name&lt;BR /&gt;7 0 dot1xSupp&lt;BR /&gt;6 5 dot1x&lt;BR /&gt;11 10 mab&lt;BR /&gt;9 15 webauth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With no authentication open on the interface and doing a shut &amp;gt; no shut OR removing the cable and adding it back we again see no epol packets being sent to the device.&amp;nbsp; This results in the below.&amp;nbsp; I did wait ~ 5 minutes before running this command just to ensure all timers had the ability to expire and run again.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#show authentication sessions interface G0/3&lt;BR /&gt;No sessions match supplied criteria.&lt;/P&gt;&lt;P&gt;Runnable methods list:&lt;BR /&gt;Handle Priority Name&lt;BR /&gt;7 0 dot1xSupp&lt;BR /&gt;6 5 dot1x&lt;BR /&gt;11 10 mab&lt;BR /&gt;9 15 webauth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alot of the video's i see around eve-ng and 802.1x say to put authentication open on the interface.&amp;nbsp; This does seem to result in a valid mab auth however, i believe most of those vides are not digging into what is happening (i.e. you don't see the switch doing the epol message to the endpoint connected to it which it should)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 12:43:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993617#M8074</guid>
      <dc:creator>ryanmbess</dc:creator>
      <dc:date>2024-01-10T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993673#M8076</link>
      <description>&lt;P&gt;show authentication sessions interface G0/3 details &amp;lt;&amp;lt;- I need to see this in both cases when it work and when it not work&amp;nbsp;&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 14:06:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993673#M8076</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-01-10T14:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993692#M8078</link>
      <description>&lt;P&gt;With details:&lt;/P&gt;&lt;P&gt;With authentication open:&amp;nbsp; See the attached file authentication open ise.&amp;nbsp; While the switch says it is not authorized, from the ISE perspective it shows as permit&lt;/P&gt;&lt;P&gt;*Jan 10 14:20:30.214: %MAB-5-FAIL: Authentication failed for client (5000.000b.0000) on Interface Gi0/3 AuditSessionID ACFFFE0300000012005D173A&lt;BR /&gt;#show authentication sessions interface G0/3 details&lt;BR /&gt;Interface: GigabitEthernet0/3&lt;BR /&gt;MAC Address: 5000.000b.0000&lt;BR /&gt;IPv6 Address: Unknown&lt;BR /&gt;IPv4 Address: 172.255.254.6&lt;BR /&gt;User-Name: 5000000b0000&lt;BR /&gt;Status: Unauthorized&lt;BR /&gt;Domain: UNKNOWN&lt;BR /&gt;Oper host mode: single-host&lt;BR /&gt;Oper control dir: both&lt;BR /&gt;Session timeout: N/A&lt;BR /&gt;Restart timeout: 60s (local), Remaining: 12s&lt;BR /&gt;Periodic Acct timeout: N/A&lt;BR /&gt;Session Uptime: 124s&lt;BR /&gt;Common Session ID: ACFFFE0300000012005D173A&lt;BR /&gt;Acct Session ID: Unknown&lt;BR /&gt;Handle: 0x37000006&lt;BR /&gt;Current Policy: POLICY_Gi0/3&lt;/P&gt;&lt;P&gt;Method status list:&lt;BR /&gt;Method State&lt;/P&gt;&lt;P&gt;dot1x Stopped&lt;BR /&gt;mab Stopped&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with no authentication open:&lt;/P&gt;&lt;P&gt;show authentication sessions interface gi0/3 details&lt;BR /&gt;No sessions match supplied criteria.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 14:34:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993692#M8078</guid>
      <dc:creator>ryanmbess</dc:creator>
      <dc:date>2024-01-10T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993698#M8079</link>
      <description>&lt;P&gt;see other comment&amp;nbsp;&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 14:55:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993698#M8079</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-01-10T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993714#M8080</link>
      <description>&lt;P&gt;friend ping from VLAN1 to ISE are the ping success ?&lt;BR /&gt;the SW VLAN1 and ISE in different subnet&amp;nbsp;&lt;BR /&gt;you use default route but you dont use &lt;STRONG&gt;ip routing&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;this reachablility what make me think so is Authz failed and Auth is only work with auth open and both 802.1x and mab is stopped&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 15:30:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993714#M8080</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-01-10T15:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993732#M8081</link>
      <description>&lt;P&gt;Hey MHM,&lt;/P&gt;&lt;P&gt;Reacability isn't the issue.&amp;nbsp; The issue is the switch the endpoint (windows 11) is connected to NEVER attempts to do an epol request to the endpoint if authentication open is NOT enabled.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should be able to just plug in a printer (for example) and the switch should see the interface go link up and that should trigger the 802.1x authenticaiton where the interface attempts to do an epol start.&amp;nbsp; BUT becuase it's a printer, there's no suplicant running, the 802.1x shoudl time out and it should then resort to MAB.&amp;nbsp; With the port NOT set to authentication open this process doesn't happen.&amp;nbsp; That's what i'm trying to troubleshoot...why do i never see the switch attempting an epol start.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 15:37:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993732#M8081</guid>
      <dc:creator>ryanmbess</dc:creator>
      <dc:date>2024-01-10T15:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993733#M8082</link>
      <description>&lt;P&gt;Yes it not start 892.1x but at least it start MAB&amp;nbsp;&lt;BR /&gt;for PC both are show stopped&amp;nbsp;&lt;BR /&gt;did you check ping server using vlan ?&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 15:39:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993733#M8082</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-01-10T15:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993742#M8083</link>
      <description>&lt;P&gt;yup ping works.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#ping 172.255.255.251 source vlan1&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 172.255.255.251, timeout is 2 seconds:&lt;BR /&gt;Packet sent with a source address of 172.255.254.3&lt;BR /&gt;!!!!.&lt;BR /&gt;Success rate is 80 percent (4/5), round-trip min/avg/max = 2/2/4 ms&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 15:48:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993742#M8083</guid>
      <dc:creator>ryanmbess</dc:creator>
      <dc:date>2024-01-10T15:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993745#M8084</link>
      <description>&lt;P&gt;&lt;STRONG&gt;1-debug&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;dot1x&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;packet&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN&gt;then disable it and enable below&lt;BR /&gt;2- debug dot1x error&amp;nbsp;&lt;BR /&gt;share it&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;MHM&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 15:54:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993745#M8084</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-01-10T15:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993759#M8085</link>
      <description>&lt;P&gt;Appreciate your willingness to help.&amp;nbsp; I'm going to move on and accept that it's something with the virtual setup.&amp;nbsp; Ultimately do i understand correctly that anything that i plug in the switch (on an 802.1x enabled port) should do an epol start with that endpoint, go through it's 802.1x stuff, realize the endpoint doesn't have a supplicant and then switch to MAB.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 16:22:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993759#M8085</guid>
      <dc:creator>ryanmbess</dc:creator>
      <dc:date>2024-01-10T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993764#M8086</link>
      <description>&lt;P&gt;you are correct&amp;nbsp;&lt;BR /&gt;it must switch to MAB and send MAC of PC to ISE (AAA server), if you dont see anything in debug&amp;nbsp;&lt;BR /&gt;then sure there is issue with virtual LAB&amp;nbsp;&lt;BR /&gt;your config is correct and must the SW send packet to ISE&amp;nbsp;&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 16:30:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993764#M8086</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-01-10T16:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993769#M8087</link>
      <description>&lt;P&gt;Thanks...just gonna move on to posturing/profiling etc.&amp;nbsp; We are working on getting physicla gear for a lab at work so should be able to test on real equipment soon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again thanks for chiming in on everything.&amp;nbsp; Have a good day.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 16:36:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993769#M8087</guid>
      <dc:creator>ryanmbess</dc:creator>
      <dc:date>2024-01-10T16:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993771#M8088</link>
      <description>&lt;P&gt;you are so welcome&amp;nbsp;&lt;BR /&gt;have a nice day to you&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 16:39:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/4993771#M8088</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-01-10T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: EVE-NG MAB not Working as expected</title>
      <link>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/5261626#M8750</link>
      <description>&lt;P&gt;The main issue is the virtual lab. The workaround for your case is to use the legacy configuration command when you need to connect with radius server:&lt;BR /&gt;&lt;BR /&gt;replace the following configuration:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;radius server ise&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;address ipv4 172.255.255.251 auth-port 1812 acct-port 1813&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;key Iseradius&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa group server radius ise-group&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;server name ise&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ip radius source-interface Vlan1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa authentication dot1x default group ise-group&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa authorization network default group ise-group&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa authorization auth-proxy default group ise-group&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa accounting auth-proxy default start-stop group ise-group&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa accounting dot1x default start-stop group ise-group&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;with this configuration:&lt;BR /&gt;&lt;STRONG&gt;radius-server host 172.255.255.251 auth-port 1812 acct-port 1813 key Cisco&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa authentication dot1x default group radius&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa authorization network default group radius&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa authorization auth-proxy default group radius&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa accounting auth-proxy default start-stop group radius&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa accounting dot1x default start-stop group radius&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It should work for you because it did with me (I'm using eve-ng except ISE, it's deployed on VM):&lt;/P&gt;&lt;P&gt;Switch#show authentication sessions&lt;/P&gt;&lt;P&gt;Interface MAC Address Method Domain Status Session ID&lt;BR /&gt;Et0/0 5001.0003.0000 dot1x DATA Authz Success C0A80AFD000000050016111A&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 21:53:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/eve-ng-mab-not-working-as-expected/m-p/5261626#M8750</guid>
      <dc:creator>M.Rachid</dc:creator>
      <dc:date>2025-02-17T21:53:03Z</dc:date>
    </item>
  </channel>
</rss>

