<?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: ISE 2.6 Patch 8 - No session / authentication open in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-2-6-patch-8-no-session-authentication-open/m-p/4297556#M565703</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/541132"&gt;@fabian.kaltenschnee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;try the following show/debugs to clarify the case:&lt;/P&gt;&lt;PRE&gt;show mac address table interface &lt;EM&gt;&amp;lt;interface&amp;gt;&lt;/EM&gt;&lt;BR /&gt;debug dot1x all&lt;BR /&gt;debug mab all&lt;BR /&gt;debug mac-notification&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps !!!&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 11:38:08 GMT</pubDate>
    <dc:creator>Marcelo Morais</dc:creator>
    <dc:date>2021-02-25T11:38:08Z</dc:date>
    <item>
      <title>ISE 2.6 Patch 8 - No session / authentication open</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-6-patch-8-no-session-authentication-open/m-p/4297491#M565701</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my Customer has some strange behaviors on his Switches with some clients.&lt;/P&gt;&lt;P&gt;First the config (Closed Mode):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;aaa group server radius ISE
 server name cisco-nac01
 server name cisco-nac02
!
aaa authentication dot1x default group ISE
aaa authorization network default group ISE 
aaa accounting update newinfo periodic 2880
aaa accounting dot1x default start-stop group ISE
aaa accounting network default start-stop group ISE


aaa server radius dynamic-author
 client 10.30.1.16 server-key 7 &amp;lt;removed&amp;gt;
 client 10.30.1.17 server-key 7 &amp;lt;removed&amp;gt;
 
 authentication mac-move permit
 
radius-server attribute 6 on-for-login-auth
radius-server attribute 8 include-in-access-req
radius-server attribute 25 access-request include
radius-server dead-criteria time 10 tries 3
radius-server deadtime 15
!
radius server cisco-nac01
 address ipv4 X.X.X.X auth-port 1812 acct-port 1813
 automate-tester username switch_ise_check idle-time 10
 key 7 &amp;lt;removed&amp;gt;
!
radius server cisco-nac02
 address ipv4 X.X.X.X auth-port 1812 acct-port 1813
 automate-tester username switch_ise_check idle-time 10
 key 7 &amp;lt;removed&amp;gt;
 
 
 interface GigabitEthernet1/0/X
 switchport access vlan 332 (Guest VLAN with Captive portal)
 switchport mode access
 authentication event server alive action reinitialize 
 authentication host-mode multi-auth
 authentication port-control auto
 authentication periodic
 authentication timer reauthenticate server
 authentication violation restrict
 mab
 dot1x pae authenticator
 dot1x timeout tx-period 5
 dot1x max-reauth-req 1
 spanning-tree portfast edge
 spanning-tree bpduguard enable&lt;/PRE&gt;&lt;P&gt;They have 2960X with&amp;nbsp;Release 15.2.7E0a (we already tested with newer Releases but i didnt work. we also can not use newer releases cause we ran into some bugs.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok now to the actual problem:&lt;/P&gt;&lt;P&gt;First, with this config mostly everything works fine. But there are about 5 Clients (500 Clients overall) that have strang behaviors. when i configure the interfaces with the config above, the misbehaving client doesnt get a session:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Switch#sho authentication sess int g1/0/12 details 
No sessions match supplied criteria.&lt;/PRE&gt;&lt;P&gt;then i add this to the port:&lt;/P&gt;&lt;PRE&gt;authentication open&lt;/PRE&gt;&lt;P&gt;then the clients gets a session with dhcp IP etc. :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Switchr#sho authentication sess int g1/0/12 details 
            Interface:  GigabitEthernet1/0/12
          MAC Address:  XXXX.XXXX.XXXX
         IPv6 Address:  Unknown
         IPv4 Address:  10.X.X.X
            User-Name:  00-03-05-18-04-22
               Status:  Authorized
               Domain:  DATA
       Oper host mode:  multi-auth
     Oper control dir:  both
      Session timeout:  3600s (server), Remaining: 3220s
       Timeout action:  Reauthenticate
      Restart timeout:  N/A
Periodic Acct timeout:  172800s (local), Remaining: 172421s
       Session Uptime:  392s
    Common Session ID:  0A1E3206000031B4614F1C82
      Acct Session ID:  0x00003168
               Handle:  0xDD000D77
       Current Policy:  POLICY_Gi1/0/12

Local Policies:
	Service Template: DEFAULT_LINKSEC_POLICY_SHOULD_SECURE (priority 150)

Server Policies:
           Vlan Group:  Vlan: 250

Method status list: 
      Method            State 

      dot1x              Stopped
      mab                Authc Success&lt;/PRE&gt;&lt;P&gt;But the client doenst work. i can not ping or get to its http interface, although it got the correct adresse from the dynamic vlan 250.&lt;/P&gt;&lt;P&gt;i have to add&lt;/P&gt;&lt;PRE&gt;switchport access vlan 250&lt;/PRE&gt;&lt;P&gt;Now it works...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other Clients in the same Policy Set etc. with MAB and dynamic vlan 250 are working perfect! just these **** 5 Clients..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anything i dont see?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 09:44:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-6-patch-8-no-session-authentication-open/m-p/4297491#M565701</guid>
      <dc:creator>fabian.kaltenschnee</dc:creator>
      <dc:date>2021-02-25T09:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.6 Patch 8 - No session / authentication open</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-6-patch-8-no-session-authentication-open/m-p/4297556#M565703</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/541132"&gt;@fabian.kaltenschnee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;try the following show/debugs to clarify the case:&lt;/P&gt;&lt;PRE&gt;show mac address table interface &lt;EM&gt;&amp;lt;interface&amp;gt;&lt;/EM&gt;&lt;BR /&gt;debug dot1x all&lt;BR /&gt;debug mab all&lt;BR /&gt;debug mac-notification&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps !!!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 11:38:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-6-patch-8-no-session-authentication-open/m-p/4297556#M565703</guid>
      <dc:creator>Marcelo Morais</dc:creator>
      <dc:date>2021-02-25T11:38:08Z</dc:date>
    </item>
  </channel>
</rss>

