<?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: IBNS 2.0 no-match result-type method dot1x in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3764748#M487621</link>
    <description>&lt;P&gt;That is correct. The debug should evaluate each statement in the class.&lt;/P&gt;
&lt;P&gt;no-match ... none should result in success. no-match ... success should also be success. For both mab and dot1x. I don't have web-auth in my actual class map. So ALL-FAILED needs to match for my policy to work.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2018 04:54:11 GMT</pubDate>
    <dc:creator>Garry Cross</dc:creator>
    <dc:date>2018-12-17T04:54:11Z</dc:date>
    <item>
      <title>IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3755493#M487581</link>
      <description>&lt;P&gt;I am having trouble making something work.&lt;/P&gt;
&lt;P&gt;I want to apply a service-template only if mab and dot1x both fail.&lt;/P&gt;
&lt;P&gt;I am trying to use concurrent authentication.&lt;/P&gt;
&lt;P&gt;I used a class that is listed as an example in the&lt;/P&gt;
&lt;P&gt;&lt;A title="Cisco IOS Identity-Based Networking Services Command Reference " href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ibns/command/ibns-cr-book.html" target="_blank"&gt;Cisco IOS Identity-Based Networking Services Command Reference &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This example is listed under the command match result-type&lt;/P&gt;
&lt;PRE class="codeblock"&gt;class-map type subscriber control match-all ALL-FAILED
 no-match result-type method dot1x none
 no-match result-type method dot1x success
 no-match result-type method mab none
 no-match result-type method mab success
 no-match result-type method webauth none
 no-match result-type method webauth success&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Here is a debug after mab fails and followed by dot1x failed. &lt;/P&gt;
&lt;P&gt;Nov 29 15:49:19: %DOT1X-5-FAIL: Authentication failed for client (001b.78f6.0aed) on Interface Gi1/0/1 AuditSessionID 0A3D011E0000006886626E6C&lt;BR /&gt;Nov 29 15:49:19: [PRE:RULE:EVENT:2F000038] Executing policy-map type control subscriber User_Test&lt;BR /&gt;Nov 29 15:49:19: [PRE:RULE:EVENT:2F000038]&amp;nbsp;&amp;nbsp; event (id:1 name:authentication-failure) match-first&lt;BR /&gt;Nov 29 15:49:19: [PRE:RULE:EVENT:2F000038]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class ALL-FAILED do-until-failure policy instance 0x990200E4&lt;BR /&gt;Nov 29 15:49:19: [PRE:RULE:EVENT:2F000038] Evaluate: class-map type control match-all subscriber ALL-FAILED&lt;BR /&gt;Nov 29 15:49:19: [PRE:RULE:EVENT:2F000038]&amp;nbsp;&amp;nbsp; no-match result-type method dot1x none :failure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I expect that the method would be dot1x and the result type would be authoritative. So why do I not get a success on the no-match&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope somebody can shed some light on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 21:09:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3755493#M487581</guid>
      <dc:creator>Garry Cross</dc:creator>
      <dc:date>2018-11-29T21:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3764463#M487583</link>
      <description>&lt;P&gt;Please start with&amp;nbsp;&lt;A href="https://community.cisco.com/t5/security-documents/cisco-ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3641515" target="_blank"&gt;ISE Secure Wired Access Prescriptive Deployment Guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;match-all means all needing to be matched, I believe.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 04:36:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3764463#M487583</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-12-16T04:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3764748#M487621</link>
      <description>&lt;P&gt;That is correct. The debug should evaluate each statement in the class.&lt;/P&gt;
&lt;P&gt;no-match ... none should result in success. no-match ... success should also be success. For both mab and dot1x. I don't have web-auth in my actual class map. So ALL-FAILED needs to match for my policy to work.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 04:54:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3764748#M487621</guid>
      <dc:creator>Garry Cross</dc:creator>
      <dc:date>2018-12-17T04:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765037#M487623</link>
      <description>&lt;P&gt;I am no expert on IBNS 2.0 but using negative against negative would be problematic and leads to un-expected results. Please use the guide I pointed out and see how things work.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 13:38:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765037#M487623</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-12-17T13:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765045#M487624</link>
      <description>&lt;P&gt;How is match-all against four no-match statements a double negative.&lt;/P&gt;
&lt;P&gt;The example is listed in the command reference. I will review the guide again. Am currently on a mobile, so that will have to be later.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 13:50:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765045#M487624</guid>
      <dc:creator>Garry Cross</dc:creator>
      <dc:date>2018-12-17T13:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765165#M487625</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="codeblock"&gt;no-match result-type method dot1x none&lt;/PRE&gt;
&lt;P&gt;Somehow it failed for this so it does not continue. I have no idea what it means exactly but&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;none&lt;/SPAN&gt;&lt;/SPAN&gt;—No result.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I guest no-match a no-result is negative against negative. hehe.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-documents/cisco-ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3641515" target="_blank"&gt;ISE Secure Wired Access Prescriptive Deployment Guide&lt;/A&gt;&amp;nbsp;gives working examples. If any specific not working, please let &lt;A href="https://community.cisco.com/t5/user/viewprofilepage/user-id/356770" target="_blank"&gt;mnagired&lt;/A&gt;&amp;nbsp;know as he took it over from&amp;nbsp;&lt;A href="https://community.cisco.com/t5/user/viewprofilepage/user-id/125003" target="_blank"&gt;hariholla&lt;/A&gt;&amp;nbsp;as the owner of this guide.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 16:14:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765165#M487625</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-12-17T16:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765384#M487626</link>
      <description>&lt;P&gt;I looked through the guide, there isn't any reference to concurrent authentication nor to match/no-match result-type none.&lt;/P&gt;
&lt;P&gt;One need to ensure that both mab and dot1x have completed. In other words the result-type is not success and not none.&lt;/P&gt;
&lt;P&gt;I expect that if the result type is none, then the method is either never been started, is running, or has been terminated. There might be a result-type other than none after being terminated, but should be reset back to none if started again.&lt;/P&gt;
&lt;P&gt;I believe this to be a bug. I have a case open with no feedback as of yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 22:04:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765384#M487626</guid>
      <dc:creator>Garry Cross</dc:creator>
      <dc:date>2018-12-17T22:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765443#M487627</link>
      <description>&lt;P&gt;Please do not use concurrent DOT1X and MAB with ISE. At present, ISE is expecting the endpoint session either in DOT1X or in MAB at one time or another but not at the same time.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 23:06:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765443#M487627</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-12-17T23:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765481#M487628</link>
      <description>Well its documented in these two links. The session number for MAB and dot1x are different. Are you telling me and my customer that you can't do this even though you document it. More fuel to the fire in my customers bad experiences so far.&lt;BR /&gt;IBNS 2.0 Deployment Guide - Cisco&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/identity-based-networking-services/whitepaper_C11-729965.html#_Toc404649482" target="_blank"&gt;https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/identity-based-networking-services/whitepaper_C11-729965.html#_Toc404649482&lt;/A&gt;&lt;BR /&gt;Configuring Identity Control Policies&lt;BR /&gt;&lt;A href="https://www.cisco.com/en/US/docs/ios-xml/ios/san/configuration/xe-3se/3850/san-cntrl-pol.html#GUID-5D90F0D3-E498-4DE9-8153-C46695F8B7C2" target="_blank"&gt;https://www.cisco.com/en/US/docs/ios-xml/ios/san/configuration/xe-3se/3850/san-cntrl-pol.html#GUID-5D90F0D3-E498-4DE9-8153-C46695F8B7C2&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Dec 2018 00:50:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3765481#M487628</guid>
      <dc:creator>Garry Cross</dc:creator>
      <dc:date>2018-12-18T00:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3766005#M487629</link>
      <description>&lt;P&gt;Unfortunately that is where we stand for now. See&amp;nbsp;CSCuy05270&lt;/P&gt;
&lt;P&gt;It would work if DOT1X and MAB requests are sent to two distinct&amp;nbsp;ISE deployments.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:41:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3766005#M487629</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-12-18T16:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3821845#M487630</link>
      <description>&lt;P&gt;Hi Hslai,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry to comment on this discussion since it is already marked as solved.&lt;/P&gt;
&lt;P&gt;But isn't one of the buzzing marketing for using IBNS v2.0 is because of the concurrent Flexauth that it reduces time for endpoint to join the network compared to sequential Flexauth?&lt;/P&gt;
&lt;P&gt;To be honest i find this IBNS v2.0 complex and not offering so much advantage over the IBNS v1.0 which is more clear.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 09:20:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3821845#M487630</guid>
      <dc:creator>bern81</dc:creator>
      <dc:date>2019-03-19T09:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 no-match result-type method dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3821919#M487631</link>
      <description>&lt;P&gt;Hsing,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The bug you posted was referencing failed MAB attempts.&amp;nbsp; As I have posted in other posts we never have a failed MAB condition in our setups.&amp;nbsp; We probably have 500k+ switch ports across our customers running simultaneous MAB/Dot1x with IBNS 2.0.&amp;nbsp; Has the BU done any research to isolate the cause for that bug to see if the issue is really around the MAB failures?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In our setups MAB is successful in all cases immediately then Dot1x follows in a few second later.&amp;nbsp; The switch properly implements the priority for Dot1x and moves the client to Dot1x.&amp;nbsp; Works perfectly.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 11:40:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-no-match-result-type-method-dot1x/m-p/3821919#M487631</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2019-03-19T11:40:12Z</dc:date>
    </item>
  </channel>
</rss>

