<?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 Monitor Mode Only in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-monitor-mode-only/m-p/3604141#M538905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, we recommend IOS-XE 3.6.3 with 3.6.4 most likely to be the new recommended version once ISE 2.1 is available.&amp;nbsp; I'm pretty sure 3.7.3 would work as well since it contains a lot of identity related fixes that are in 3.6.3 and 3.6.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 13:40:08 GMT</pubDate>
    <dc:creator>Timothy Abbott</dc:creator>
    <dc:date>2016-05-12T13:40:08Z</dc:date>
    <item>
      <title>IBNS 2.0 Monitor Mode Only</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-monitor-mode-only/m-p/3604138#M538902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I maybe have a stupid question, but I did not find any useful way for my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My customer ist using 3850 access switches. He want to enable monitor mode in first phase to do the inventory of all connected endpoints. Second phase he wants to move to low impact mode. However, I simply started with IBNS 1.0 open mode, which worked fine so far. Then I used one switch and upgraded tp 3.6.4 and changed to "new style". Unfortunatly the monitor configuration seams not to be converted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my initial configuration:&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/13&lt;/P&gt;&lt;P&gt; ...&lt;/P&gt;&lt;P&gt; switchport access vlan 10&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport voice vlan 20&lt;/P&gt;&lt;P&gt; ip access-group ACL-ALLOW in&lt;/P&gt;&lt;P&gt; authentication event fail action next-method&lt;/P&gt;&lt;P&gt; authentication event server dead action authorize vlan 10&lt;/P&gt;&lt;P&gt; authentication event server dead action authorize voice&lt;/P&gt;&lt;P&gt; authentication host-mode multi-auth&lt;/P&gt;&lt;P&gt; authentication open&lt;/P&gt;&lt;P&gt; authentication order dot1x mab&lt;/P&gt;&lt;P&gt; authentication priority dot1x mab&lt;/P&gt;&lt;P&gt; authentication port-control auto&lt;/P&gt;&lt;P&gt; authentication periodic&lt;/P&gt;&lt;P&gt; authentication timer reauthenticate server&lt;/P&gt;&lt;P&gt; mab&lt;/P&gt;&lt;P&gt; no snmp trap link-status&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x timeout tx-period 10&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the convertion I had the following config:&lt;/P&gt;&lt;P&gt;service-template CRITICAL_AUTH_VLAN_105&lt;/P&gt;&lt;P&gt; vlan 105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type control subscriber DEFAULT_POLICY&lt;/P&gt;&lt;P&gt; event session-started match-all&lt;/P&gt;&lt;P&gt;&amp;nbsp; 10 class always do-until-failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 authenticate using dot1x retries 2 retry-time 0 priority 10&lt;/P&gt;&lt;P&gt; event authentication-failure match-first&lt;/P&gt;&lt;P&gt;&amp;nbsp; 5 class DOT1X_FAILED do-until-failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 terminate dot1x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20 authenticate using mab priority 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; 10 class AAA_SVR_DOWN_UNAUTHD_HOST do-until-failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 activate service-template CRITICAL_AUTH_VLAN_10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20 activate service-template DEFAULT_CRITICAL_VOICE_TEMPLATE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 30 authorize&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 40 pause reauthentication&lt;/P&gt;&lt;P&gt;&amp;nbsp; 20 class AAA_SVR_DOWN_AUTHD_HOST do-until-failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 pause reauthentication&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20 authorize&lt;/P&gt;&lt;P&gt;&amp;nbsp; 30 class DOT1X_NO_RESP do-until-failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 terminate dot1x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20 authenticate using mab priority 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; 40 class MAB_FAILED do-until-failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 terminate mab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20 authentication-restart 60&lt;/P&gt;&lt;P&gt;&amp;nbsp; 60 class always do-until-failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 terminate dot1x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20 terminate mab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 30 authentication-restart 60&lt;/P&gt;&lt;P&gt; event agent-found match-all&lt;/P&gt;&lt;P&gt;&amp;nbsp; 10 class always do-until-failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 terminate mab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20 authenticate using dot1x retries 2 retry-time 0 priority 10&lt;/P&gt;&lt;P&gt; event authentication-success match-all&lt;/P&gt;&lt;P&gt;&amp;nbsp; 10 class always do-until-failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 activate service-template DEFAULT_LINKSEC_POLICY_SHOULD_SECURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/13&lt;/P&gt;&lt;P&gt; service-policy type control subscriber DEFAULT_POLICY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it true, that the "authentication open" command does not get converted? &lt;/P&gt;&lt;P&gt;Or is the monitor mode simply not supported with IBNS 2.0? Even when I trie to add the commands to the "old style" interface again, it did not work at all. Any hints are highly welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 21:22:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-monitor-mode-only/m-p/3604138#M538902</guid>
      <dc:creator>mstraessle</dc:creator>
      <dc:date>2016-05-11T21:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 Monitor Mode Only</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-monitor-mode-only/m-p/3604139#M538903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco, with IBNS 2.0, the open mode is the default whereas with IBNS 1.0, closed mode was the default setting. So what you are seeing is expected. Even though you are not seeing the command, the interface will operate in open mode. You can run 'show run all' to see the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IBNS 2.0:&lt;/P&gt;&lt;P&gt;Open mode (Default): no access-session closed&lt;/P&gt;&lt;P&gt;Closed mode: access-session closed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IBNS 1.0&lt;/P&gt;&lt;P&gt;Open mode: authentication open&lt;/P&gt;&lt;P&gt;Closed mode (Default): no authentication open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hosuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 21:36:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-monitor-mode-only/m-p/3604139#M538903</guid>
      <dc:creator>howon</dc:creator>
      <dc:date>2016-05-11T21:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 Monitor Mode Only</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-monitor-mode-only/m-p/3604140#M538904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hosuk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this clarification. In this case I have to check the software Version. Since even when I go back to old-style, the switch did not work as expected (to be honest I not checked before change to "new style"!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any experience with 3850 IOS XE 3.6.4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next week I will check another IOS Version, maybe 3.7.3 or any other suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 21:47:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-monitor-mode-only/m-p/3604140#M538904</guid>
      <dc:creator>mstraessle</dc:creator>
      <dc:date>2016-05-11T21:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: IBNS 2.0 Monitor Mode Only</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-monitor-mode-only/m-p/3604141#M538905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, we recommend IOS-XE 3.6.3 with 3.6.4 most likely to be the new recommended version once ISE 2.1 is available.&amp;nbsp; I'm pretty sure 3.7.3 would work as well since it contains a lot of identity related fixes that are in 3.6.3 and 3.6.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 13:40:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-monitor-mode-only/m-p/3604141#M538905</guid>
      <dc:creator>Timothy Abbott</dc:creator>
      <dc:date>2016-05-12T13:40:08Z</dc:date>
    </item>
  </channel>
</rss>

