<?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: MAB Issue: Auth Session Immediately Fails MAB Method in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3873747#M24777</link>
    <description>&lt;P&gt;I do not see the following command "aaa server radius dynamic-author"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And If you dont need dot1x for specific ports then remove the flexible authentication.&lt;/P&gt;</description>
    <pubDate>Sun, 16 Jun 2019 12:32:54 GMT</pubDate>
    <dc:creator>ldanny</dc:creator>
    <dc:date>2019-06-16T12:32:54Z</dc:date>
    <item>
      <title>MAB Issue: Auth Session Immediately Fails MAB Method</title>
      <link>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3873382#M24773</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to configure MAB on an access port. The device is a kiosk of sorts, so I have no interest in dot1x, only the MAB component. I believe I have everything configured, but when I&amp;nbsp;&lt;EM&gt;show authentication session interface g1/0/22&amp;nbsp;&lt;/EM&gt;it immediately says the MAB method has failed, and then attempts dot1x.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;LD200LDPSSW1(config-if)#shut
LD200LDPSSW1(config-if)#no shut
LD200LDPSSW1(config-if)#do show auth sess int g1/0/22
            Interface:  GigabitEthernet1/0/22
          MAC Address:  4439.c435.1eaa
           IP Address:  Unknown
            User-Name:  4439c4351eaa
               Status:  Running
               Domain:  UNKNOWN
       Oper host mode:  single-host
     Oper control dir:  both
      Session timeout:  N/A
         Idle timeout:  N/A
    Common Session ID:  0A01C8330000000D31CCD3AE
      Acct Session ID:  0x00000D82
               Handle:  0x5E00000D

Runnable methods list:
       Method   State
       mab      Failed over
       dot1x    Running&lt;/PRE&gt;&lt;P&gt;My radius server shows no traffic from this switch, so I'm guessing the issue is with my config somewhere.&lt;/P&gt;&lt;PRE&gt;Current configuration : 12372 bytes
!
! Last configuration change at 07:24:24 PDT Fri May 24 2019 by 053166
! NVRAM config last updated at 07:24:25 PDT Fri May 24 2019 by 053166
!
version 12.2
no service pad
service tcp-keepalives-out
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname 200SW1
!
boot-start-marker
boot-end-marker
!
logging buffered 52000
enable secret 5 xxxxxxxxxxx
!
username abc secret 5 xxxxxxxxxxx
!
!
aaa new-model
!
!
aaa authentication fail-message ^Failed login. Try again.^
aaa authentication login Use-Radius group radius local
aaa authentication dot1x Use-Radius group radius
aaa authorization network Use-Radius group radius
aaa accounting update newinfo
aaa accounting dot1x Use-Radius start-stop group radius
!
!
!
aaa session-id common
clock timezone PST -8
clock summer-time PDT recurring
switch 1 provision ws-c2960s-24ts-l
authentication mac-move permit
ip subnet-zero
!
!

dot1x system-auth-control
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
!
! &amp;lt;OMITTED&amp;gt;
!
!
interface GigabitEthernet1/0/22
 description PUBLIC
 switchport access vlan 51
 switchport mode access
 switchport voice vlan 95
 authentication event fail action next-method
 authentication event server dead action reinitialize vlan 51
 authentication event server alive action reinitialize
 authentication order mab dot1x
 authentication priority mab dot1x
 authentication port-control auto
 mab
 dot1x pae authenticator
 spanning-tree portfast
!
! &amp;lt;OMITTED&amp;gt;
!
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 attribute 31 mac format unformatted
radius-server dead-criteria time 10 tries 3
radius-server host 172.20.201.47 auth-port 1812 acct-port 1813 key 7 xxxxxxxxxxx
radius-server vsa send accounting
radius-server vsa send authentication
!
!
line con 0
 login authentication Use-Radius
line vty 0 4
 access-class VTY-IN in
 login authentication Use-Radius
line vty 5 15
 access-class VTY-IN in
 login authentication Use-Radius
!
end&lt;/PRE&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 21:07:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3873382#M24773</guid>
      <dc:creator>CDavidson21</dc:creator>
      <dc:date>2019-06-14T21:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: MAB Issue: Auth Session Immediately Fails MAB Method</title>
      <link>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3873656#M24775</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Why didn't you use the default list for aaa commands for dot1x and network?&lt;BR /&gt;Normally it should work but try modifying them with the default list.&lt;BR /&gt;&lt;BR /&gt;Also can you run the following commands and share the output:&lt;BR /&gt;- sh mab all&lt;BR /&gt;- debug authentication&lt;BR /&gt;- debug mab all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Jun 2019 04:11:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3873656#M24775</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2019-06-16T04:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: MAB Issue: Auth Session Immediately Fails MAB Method</title>
      <link>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3873747#M24777</link>
      <description>&lt;P&gt;I do not see the following command "aaa server radius dynamic-author"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And If you dont need dot1x for specific ports then remove the flexible authentication.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 12:32:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3873747#M24777</guid>
      <dc:creator>ldanny</dc:creator>
      <dc:date>2019-06-16T12:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: MAB Issue: Auth Session Immediately Fails MAB Method</title>
      <link>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3873842#M24778</link>
      <description>&lt;P&gt;Please look at the recommendations here as well. It includes a standard config&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.cisco.com/t5/security-documents/ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3641515" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/security-documents/ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3641515&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 19:14:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3873842#M24778</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2019-06-17T19:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: MAB Issue: Auth Session Immediately Fails MAB Method</title>
      <link>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3874500#M24779</link>
      <description>&lt;P&gt;Sorry, I don't understand what you mean by "the default list for aaa commands for dot1x and network"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a standardized config that I'm unaware of?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 18:33:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/mab-issue-auth-session-immediately-fails-mab-method/m-p/3874500#M24779</guid>
      <dc:creator>CDavidson21</dc:creator>
      <dc:date>2019-06-17T18:33:06Z</dc:date>
    </item>
  </channel>
</rss>

