<?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: Cisco ISE 1.2 : Problem with 802.1x authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528651#M536662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have "authentication open" enabled.&amp;nbsp; Authentication open means that even if 802.1x fails, connectivity (like getting an IP address) is still possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fay-Ann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2016 13:33:21 GMT</pubDate>
    <dc:creator>faylee</dc:creator>
    <dc:date>2016-12-21T13:33:21Z</dc:date>
    <item>
      <title>Cisco ISE 1.2 : Problem with 802.1x authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528650#M536661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;Hi everyone&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;I have a problem with 802.1x. Here is my topology :&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;&lt;IMG alt="Topology" class="jive-image" height="346" src="https://s30.postimg.org/w12zn7eoh/screenshot.png" style="height: 345.822px; width: 742px;" width="742" /&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;DHCP address : 192.168.11.1&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;ISE address : 192.168.11.69&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;I configure on Switch like this :&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;ena&lt;BR /&gt;conf t&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;lin con 0&lt;BR /&gt;logg syn&lt;BR /&gt;exit&lt;BR /&gt;hostname PSN&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;ip routing&lt;BR /&gt;vlan 139&lt;BR /&gt;name EVNUSER&lt;BR /&gt;vlan 150&lt;BR /&gt;name SERVER&lt;BR /&gt;vlan 1250&lt;BR /&gt;name NOC&lt;BR /&gt;exit&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;int vlan 139&lt;BR /&gt;ip add 10.137.4.1 255.255.255.0&lt;BR /&gt;ip helper-address 192.168.11.69&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;ip helper-address 192.168.11.1&lt;BR /&gt;no shut&lt;BR /&gt;int vlan 150&lt;BR /&gt;ip add 192.168.11.2 255.255.255.0&lt;BR /&gt;no shut&lt;BR /&gt;int e0/1&lt;BR /&gt;switchport access vlan 139&lt;BR /&gt;int e0/0&lt;BR /&gt;switchport access vlan 150&lt;BR /&gt;int e0/2&lt;BR /&gt;switchport access vlan 150&lt;BR /&gt;exit&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;ip domain-name hcmpc.com.vn&lt;BR /&gt;username admin priv 15 sec evnhcmpc&lt;BR /&gt;enable secret evnhcmpc&lt;BR /&gt;crypto key generate rsa gen modulus 1024&lt;BR /&gt;aaa new-model&lt;BR /&gt;aaa authentication login default local&lt;BR /&gt;aaa authentication dot1x default group radius &lt;BR /&gt;aaa authorization network default group radius &lt;BR /&gt;aaa accounting dot1x default start-stop group radius&lt;BR /&gt;aaa accounting update periodic 5 &lt;BR /&gt;radius-server host 192.168.11.69 auth-port 1812 acct-port 1813 key evnhcmpc&lt;BR /&gt;radius-server dead-crite ti 30 tries 3&lt;BR /&gt;radius-server vsa send account&lt;BR /&gt;radius-server vsa send authentication&lt;BR /&gt;radius-server attribute 6 on-for-login-auth&lt;BR /&gt;radius-server attribute 6 support-multiple &lt;BR /&gt;radius-server attribute 8 include-in-access-req&lt;BR /&gt;radius-server attribute 25 access-request include &lt;BR /&gt;ip radius source-interface vlan139&lt;BR /&gt;aaa server radius dynamic-author &lt;BR /&gt;client 192.168.11.69 server-key evnhcmpc&lt;BR /&gt;exit&lt;BR /&gt;dot1x system-auth-control&lt;BR /&gt;ip device tracking&lt;BR /&gt;int e0/1&lt;BR /&gt;switchp host&lt;BR /&gt;switchp acce vlan 139&lt;BR /&gt;switchport mode access&lt;BR /&gt;authentication event fail action next-method&lt;BR /&gt;authentication host-mode multi-auth&lt;BR /&gt;authentication open&lt;BR /&gt;authentication order dot1x&lt;BR /&gt;authentication priority dot1x&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication violation restrict&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout tx-period 10&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;spanning-tree bpduguard enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;Cause i only want user that enable 802.1x can access to network so i don't use mab&lt;BR /&gt;It work fine when i turn on 802.1x on user-win7. Only valid username and password can access.&lt;BR /&gt;But when i turn off 802.1x on user-win7. It still can receive IP from DHCP and can access to network.&lt;BR /&gt;Here is my policy :&lt;BR /&gt;Authentication :&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name : 802.1x-ONLY If Radius:NAS-Port-Type EQUALS Ethernet Allow Protocols : Default Network Access&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default : use Internal Users&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default Rule (If no match) : Allow Protocols : Default Network Access and use : DenyAccess&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;&lt;BR /&gt;Authorization :&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 802.1x-ONLY if IT-User AND (Radius:NAS-Port-Type EQUALS Ethernet AND Network Access:AuthenticationStatus EQUALS AuthenticationPassed ) then PermitAccess&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default if no matches, then DenyAccess&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;I don't why user-computer that not enable 802.1x can receive IP from DHCP Server and access to network&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;I think may be it cause&amp;nbsp; i type : ip helper-address 192.168.11.1 (DHCP server address)&lt;/P&gt;&lt;P style="margin-bottom: 1.4em; color: #333333; font-family: Arial, sans-serif; font-size: 14.4px;"&gt;But when i don't type it even coputer enable 802.1x and valid username/password still can't receive IP from DHCP aithough thay receive authorization success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:37:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528650#M536661</guid>
      <dc:creator>quangle1993</dc:creator>
      <dc:date>2016-12-21T09:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE 1.2 : Problem with 802.1x authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528651#M536662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have "authentication open" enabled.&amp;nbsp; Authentication open means that even if 802.1x fails, connectivity (like getting an IP address) is still possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fay-Ann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 13:33:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528651#M536662</guid>
      <dc:creator>faylee</dc:creator>
      <dc:date>2016-12-21T13:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE 1.2 : Problem with 802.1x authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528652#M536663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider removing authentication open from your configuration if you don’t want any traffic besides 802.1x through before authentication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 19:14:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528652#M536663</guid>
      <dc:creator>gbekmezi-DD</dc:creator>
      <dc:date>2016-12-21T19:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE 1.2 : Problem with 802.1x authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528653#M536664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank for your answer but even when i remove "authentication open". ordinary pc still can access and recieve ip from dhcp.&lt;/P&gt;&lt;P&gt;I think the problem is in int vlan 139 which i use to define on ISE. The config of interface vlan 139 below :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;interface Vlan139&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; ip address 10.137.4.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip helper-address 192.168.11.69&lt;/P&gt;&lt;P&gt; ip helper-address 192.168.11.1&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use "&lt;SPAN style="font-size: 13.3333px;"&gt;p helper-address &lt;/SPAN&gt;" point to ISE and DHCP server. Because if i only point to ISE, even USer have authentication 802.1x success still can receive ip address from DHCP. But if i point to DHCP, then any pc can receive ip. What i should do now ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Dec 2016 16:39:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528653#M536664</guid>
      <dc:creator>quangle1993</dc:creator>
      <dc:date>2016-12-25T16:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE 1.2 : Problem with 802.1x authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528654#M536665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi, thank for your answer but even when i remove "authentication open". ordinary pc still can access and recieve ip from dhcp.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I think the problem is in int vlan 139 which i use to define on ISE. The config of interface vlan 139 below :&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;interface Vlan139&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; ip address 10.137.4.1 255.255.255.0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; ip helper-address 192.168.11.69&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; ip helper-address 192.168.11.1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;end&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i use "&lt;SPAN style="font-size: 13.3333px;"&gt;p helper-address &lt;/SPAN&gt;" point to ISE and DHCP server. Because if i only point to ISE, even USer have authentication 802.1x success still can receive ip address from DHCP. But if i point to DHCP, then any pc can receive ip. What i should do now ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Dec 2016 16:40:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528654#M536665</guid>
      <dc:creator>quangle1993</dc:creator>
      <dc:date>2016-12-25T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE 1.2 : Problem with 802.1x authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528655#M536666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DHCP could be allowed in some pre-auth ACL. For example, 3560CG running Cisco IOS 15.2.xE has a pre-defined pre-auth ACL, which applied to the session when no pre-auth downloadable ACL given:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14829646012569145" jivemacro_uid="_14829646012569145"&gt;
&lt;P&gt;Extended IP access list preauth_ipv4_acl (per-user)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 permit udp any any eq domain&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 permit tcp any any eq domain&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 permit udp any eq bootps any&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40 permit udp any any eq bootpc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50 permit udp any eq bootpc any&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60 deny ip any any&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to seek support with our Cisco platform teams by specifying the switch model and Cisco IOS train version, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 22:36:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-1-2-problem-with-802-1x-authentication/m-p/3528655#M536666</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2016-12-28T22:36:54Z</dc:date>
    </item>
  </channel>
</rss>

