<?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 3850 802.1x new style, multi domain err-disable random in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/3850-802-1x-new-style-multi-domain-err-disable-random/m-p/2799288#M56321</link>
    <description>&lt;P&gt;Good morning,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am wondering if anyone could tell me what is wrong here :&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We have deployed the new style 802.1x policy on our 3850 but we have some strange behaviour where the port go into err-disable for security violation.&lt;/P&gt;
&lt;P&gt;The port are either connected to a PC, to an ip phone that is not 802.1x aware but support passthrough and sometimes with an usb docking station.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The switch config is as follow :&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;service-template GUEST_VLAN&lt;BR /&gt; vlan 99&lt;BR /&gt;service-template CRIT_VLAN&lt;BR /&gt; vlan 99&lt;BR /&gt;service-template REM_VLAN&lt;BR /&gt; vlan 99&lt;BR /&gt;service-template CRIT_VLAN_IDR&lt;BR /&gt; vlan 118&lt;/P&gt;
&lt;P&gt;class-map type control subscriber match-all AAA_SVR_DOWN_AUTHD_HOST&lt;BR /&gt; match result-type aaa-timeout&lt;BR /&gt; match authorization-status authorized&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all AAA_SVR_DOWN_UNAUTHD_HOST&lt;BR /&gt; match result-type aaa-timeout&lt;BR /&gt; match authorization-status unauthorized&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X&lt;BR /&gt; match method dot1x&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X_FAILED&lt;BR /&gt; match method dot1x&lt;BR /&gt; match result-type method dot1x authoritative&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X_MEDIUM_PRIO&lt;BR /&gt; match authorizing-method-priority gt 20&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X_NO_RESP&lt;BR /&gt; match method dot1x&lt;BR /&gt; match result-type method dot1x agent-not-found&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X_TIMEOUT&lt;BR /&gt; match method dot1x&lt;BR /&gt; match result-type method dot1x method-timeout&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;policy-map type control subscriber IDR&lt;BR /&gt; event session-started match-all&lt;BR /&gt; 10 class always do-until-failure&lt;BR /&gt; 10 authenticate using dot1x retries 2 retry-time 0 priority 10&lt;BR /&gt; event authentication-failure match-first&lt;BR /&gt; 10 class AAA_SVR_DOWN_UNAUTHD_HOST do-until-failure&lt;BR /&gt; 10 activate service-template CRIT_VLAN_IDR&lt;BR /&gt; 20 authorize&lt;BR /&gt; 30 pause reauthentication&lt;BR /&gt; 20 class AAA_SVR_DOWN_AUTHD_HOST do-until-failure&lt;BR /&gt; 10 pause reauthentication&lt;BR /&gt; 20 authorize&lt;BR /&gt; 30 class DOT1X_TIMEOUT do-until-failure&lt;BR /&gt; 10 terminate dot1x&lt;BR /&gt; 20 activate service-template REM_VLAN&lt;BR /&gt; 30 authorize&lt;BR /&gt; 40 class DOT1X_NO_RESP do-until-failure&lt;BR /&gt; 10 terminate dot1x&lt;BR /&gt; 20 activate service-template GUEST_VLAN&lt;BR /&gt; 30 authorize&lt;BR /&gt; 50 class DOT1X_FAILED do-until-failure&lt;BR /&gt; 10 activate service-template REM_VLAN&lt;BR /&gt; 20 authorize&lt;BR /&gt; 60 class always do-until-failure&lt;BR /&gt; 10 terminate dot1x&lt;BR /&gt; 20 authentication-restart 20&lt;BR /&gt; event agent-found match-all&lt;BR /&gt; 10 class always do-until-failure&lt;BR /&gt; 10 authenticate using dot1x retries 2 retry-time 0 priority 10&lt;BR /&gt; event authentication-success match-all&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet3/0/1&lt;BR /&gt; description #USR#IDR&lt;BR /&gt; switchport access vlan 118&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport nonegotiate&lt;BR /&gt; switchport voice vlan 213&lt;BR /&gt; switchport port-security maximum 10&lt;BR /&gt; authentication periodic&lt;BR /&gt; authentication timer reauthenticate 1800&lt;BR /&gt; access-session host-mode multi-domain&lt;BR /&gt; access-session port-control auto&lt;BR /&gt; ipv6 traffic-filter HOST_PACL in&lt;BR /&gt; dot1x pae authenticator&lt;BR /&gt; dot1x timeout quiet-period 20&lt;BR /&gt; dot1x timeout server-timeout 30&lt;BR /&gt; dot1x timeout held-period 30&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt; service-policy type control subscriber IDR&lt;/P&gt;
&lt;P&gt;If we put the port in multi-auth, the phone is locked in booting as the switch let him go in the voice vlan but put the port in drop.&lt;/P&gt;
&lt;P&gt;in single-host, well the security violation is triggered as soon as we havee phone and pc in the are connected but it is expected.&lt;/P&gt;
&lt;P&gt;multi host is not an option as it is seen as unsecure.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;any hint of what could be the culprit would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;switch is running&amp;nbsp;03.03.05SE but we tried with version 3.6 and it is the same behaviour.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 06:25:49 GMT</pubDate>
    <dc:creator>csco10387876</dc:creator>
    <dc:date>2019-03-11T06:25:49Z</dc:date>
    <item>
      <title>3850 802.1x new style, multi domain err-disable random</title>
      <link>https://community.cisco.com/t5/network-access-control/3850-802-1x-new-style-multi-domain-err-disable-random/m-p/2799288#M56321</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am wondering if anyone could tell me what is wrong here :&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We have deployed the new style 802.1x policy on our 3850 but we have some strange behaviour where the port go into err-disable for security violation.&lt;/P&gt;
&lt;P&gt;The port are either connected to a PC, to an ip phone that is not 802.1x aware but support passthrough and sometimes with an usb docking station.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The switch config is as follow :&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;service-template GUEST_VLAN&lt;BR /&gt; vlan 99&lt;BR /&gt;service-template CRIT_VLAN&lt;BR /&gt; vlan 99&lt;BR /&gt;service-template REM_VLAN&lt;BR /&gt; vlan 99&lt;BR /&gt;service-template CRIT_VLAN_IDR&lt;BR /&gt; vlan 118&lt;/P&gt;
&lt;P&gt;class-map type control subscriber match-all AAA_SVR_DOWN_AUTHD_HOST&lt;BR /&gt; match result-type aaa-timeout&lt;BR /&gt; match authorization-status authorized&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all AAA_SVR_DOWN_UNAUTHD_HOST&lt;BR /&gt; match result-type aaa-timeout&lt;BR /&gt; match authorization-status unauthorized&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X&lt;BR /&gt; match method dot1x&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X_FAILED&lt;BR /&gt; match method dot1x&lt;BR /&gt; match result-type method dot1x authoritative&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X_MEDIUM_PRIO&lt;BR /&gt; match authorizing-method-priority gt 20&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X_NO_RESP&lt;BR /&gt; match method dot1x&lt;BR /&gt; match result-type method dot1x agent-not-found&lt;BR /&gt;!&lt;BR /&gt;class-map type control subscriber match-all DOT1X_TIMEOUT&lt;BR /&gt; match method dot1x&lt;BR /&gt; match result-type method dot1x method-timeout&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;policy-map type control subscriber IDR&lt;BR /&gt; event session-started match-all&lt;BR /&gt; 10 class always do-until-failure&lt;BR /&gt; 10 authenticate using dot1x retries 2 retry-time 0 priority 10&lt;BR /&gt; event authentication-failure match-first&lt;BR /&gt; 10 class AAA_SVR_DOWN_UNAUTHD_HOST do-until-failure&lt;BR /&gt; 10 activate service-template CRIT_VLAN_IDR&lt;BR /&gt; 20 authorize&lt;BR /&gt; 30 pause reauthentication&lt;BR /&gt; 20 class AAA_SVR_DOWN_AUTHD_HOST do-until-failure&lt;BR /&gt; 10 pause reauthentication&lt;BR /&gt; 20 authorize&lt;BR /&gt; 30 class DOT1X_TIMEOUT do-until-failure&lt;BR /&gt; 10 terminate dot1x&lt;BR /&gt; 20 activate service-template REM_VLAN&lt;BR /&gt; 30 authorize&lt;BR /&gt; 40 class DOT1X_NO_RESP do-until-failure&lt;BR /&gt; 10 terminate dot1x&lt;BR /&gt; 20 activate service-template GUEST_VLAN&lt;BR /&gt; 30 authorize&lt;BR /&gt; 50 class DOT1X_FAILED do-until-failure&lt;BR /&gt; 10 activate service-template REM_VLAN&lt;BR /&gt; 20 authorize&lt;BR /&gt; 60 class always do-until-failure&lt;BR /&gt; 10 terminate dot1x&lt;BR /&gt; 20 authentication-restart 20&lt;BR /&gt; event agent-found match-all&lt;BR /&gt; 10 class always do-until-failure&lt;BR /&gt; 10 authenticate using dot1x retries 2 retry-time 0 priority 10&lt;BR /&gt; event authentication-success match-all&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet3/0/1&lt;BR /&gt; description #USR#IDR&lt;BR /&gt; switchport access vlan 118&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport nonegotiate&lt;BR /&gt; switchport voice vlan 213&lt;BR /&gt; switchport port-security maximum 10&lt;BR /&gt; authentication periodic&lt;BR /&gt; authentication timer reauthenticate 1800&lt;BR /&gt; access-session host-mode multi-domain&lt;BR /&gt; access-session port-control auto&lt;BR /&gt; ipv6 traffic-filter HOST_PACL in&lt;BR /&gt; dot1x pae authenticator&lt;BR /&gt; dot1x timeout quiet-period 20&lt;BR /&gt; dot1x timeout server-timeout 30&lt;BR /&gt; dot1x timeout held-period 30&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt; service-policy type control subscriber IDR&lt;/P&gt;
&lt;P&gt;If we put the port in multi-auth, the phone is locked in booting as the switch let him go in the voice vlan but put the port in drop.&lt;/P&gt;
&lt;P&gt;in single-host, well the security violation is triggered as soon as we havee phone and pc in the are connected but it is expected.&lt;/P&gt;
&lt;P&gt;multi host is not an option as it is seen as unsecure.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;any hint of what could be the culprit would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;switch is running&amp;nbsp;03.03.05SE but we tried with version 3.6 and it is the same behaviour.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 06:25:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/3850-802-1x-new-style-multi-domain-err-disable-random/m-p/2799288#M56321</guid>
      <dc:creator>csco10387876</dc:creator>
      <dc:date>2019-03-11T06:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: 3850 802.1x new style, multi domain err-disable random</title>
      <link>https://community.cisco.com/t5/network-access-control/3850-802-1x-new-style-multi-domain-err-disable-random/m-p/3338785#M56325</link>
      <description>&lt;P&gt;Hi...Any Luck in Solving such issues As i am suffering from a very Similar one&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Below is the&amp;nbsp;associated discussion&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;************************&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://supportforums.cisco.com/t5/lan-switching-and-routing/catalyst-45-series-sup8e-802-1x-ports-getting-error-disabled/m-p/3338773#M406548" target="_blank"&gt;https://supportforums.cisco.com/t5/lan-switching-and-routing/catalyst-45-series-sup8e-802-1x-ports-getting-error-disabled/m-p/3338773#M406548&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;***************************&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Bregards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 14:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/3850-802-1x-new-style-multi-domain-err-disable-random/m-p/3338785#M56325</guid>
      <dc:creator>MEB</dc:creator>
      <dc:date>2018-02-27T14:41:53Z</dc:date>
    </item>
  </channel>
</rss>

