<?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 and 802.1x issues with IP-phone in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/mab-and-802-1x-issues-with-ip-phone/m-p/2186213#M132879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey. Yes, as specified in the last sentence in my post, the phone is placed in the Voice Domain, and both RADIUS and LLDP-MED (network policy profile 1) specifies voice vlan as 90. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The weird thing is that everything works fine if both use 802.1x, and that there is only a problem when phone(using MAB) already has the computer connected to it, when the phone is turned on(connected to PoE-switch). It must be because the computer boots up and authenticates first I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The phones are Snom 821.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 10:21:44 GMT</pubDate>
    <dc:creator>FrodeFlaten</dc:creator>
    <dc:date>2013-04-12T10:21:44Z</dc:date>
    <item>
      <title>MAB and 802.1x issues with IP-phone</title>
      <link>https://community.cisco.com/t5/network-access-control/mab-and-802-1x-issues-with-ip-phone/m-p/2186211#M132799</link>
      <description>&lt;P&gt;I'm trying to use 802.1x to authenticate clients on my network with dynamic VLAN assignment from RADIUS. We have IP-Phones(powered by PoE) that only supports EAP-MD5, and we would rather use MAB(it also uses LLDP-MED for some settings) to authenticate the phones using the MAC-range from the phones vendor. The following scenario works perfect:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Connect the phone and let it boot up(takes a while) and authenticate with MAB.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Connect a computer in the phones data-port and let it authenticate with 802.1x(or fail and reach guest-vlan)&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the following scenario doesn't work:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The computer is already connected to the phone&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;The phone is then connected to the switch&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happends now is that the computer is authenticated using 802.1x before the phone boots up and get's authenticated with MAB. When the phone is ready, it's authenticated with MAB and everything works. However, after a short period(let's say a minute), using `debug authentication all`, we see a "NEW LL MAC: phones mac" message(which is weird since the mac has already been MAB-authenticated), and then we are unable to contact the phone using ping. When I check `show mac address-table` it has now moved the mac from `Port Gi 0/12` to `Port Drop`. However, if I check `show mab interface Gi 0/12` or `show authentication sessions` it lists the phones-mac as `mab auth sucess `.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain why the first scenario works, and not the second?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The switch is a 3560E PoE 24p with IOS 12.2.58SE2. Sample of the switch-config:&lt;/P&gt;&lt;P&gt;network-policy profile 1&lt;BR /&gt;voice vlan 90&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/12&lt;BR /&gt;switchport mode access&lt;BR /&gt;network-policy 1&lt;BR /&gt;authentication control-direction in&lt;BR /&gt;authentication event fail retry 1 action authorize vlan 60&lt;BR /&gt;authentication event server dead action authorize vlan 60&lt;BR /&gt;authentication event no-response action authorize vlan 60&lt;BR /&gt;authentication event server alive action reinitialize&lt;BR /&gt;authentication host-mode multi-domain&lt;BR /&gt;authentication order mab dot1x&lt;BR /&gt;authentication priority mab dot1x&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication violation replace&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout tx-period 5&lt;BR /&gt;dot1x max-reauth-req 1&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, when we tried authenticating the phones using 802.1x too (EAP-MD5), there are NO problems in any of the scenarios. However, we want to use MAB instead of 802.1x to avoid the requirement of configuring the phones with a username and password. The RADIUS response was the same when using 802.1x as it is with MAB for the phones (including device-traffic-class=voice AV-pair).&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:17:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/mab-and-802-1x-issues-with-ip-phone/m-p/2186211#M132799</guid>
      <dc:creator>FrodeFlaten</dc:creator>
      <dc:date>2019-03-11T03:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: MAB and 802.1x issues with IP-phone</title>
      <link>https://community.cisco.com/t5/network-access-control/mab-and-802-1x-issues-with-ip-phone/m-p/2186212#M132817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remember there is a RADIUS attribute you configure so that RADIUS assigns the authenticated phone to the voice VLAN, not to the data vlan when they connect using MAB. are you configuring that attribute?&lt;BR /&gt;Btw, what is the vendor for the phones? Cisco?&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 10:17:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/mab-and-802-1x-issues-with-ip-phone/m-p/2186212#M132817</guid>
      <dc:creator>Amjad Abdullah</dc:creator>
      <dc:date>2013-04-12T10:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: MAB and 802.1x issues with IP-phone</title>
      <link>https://community.cisco.com/t5/network-access-control/mab-and-802-1x-issues-with-ip-phone/m-p/2186213#M132879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey. Yes, as specified in the last sentence in my post, the phone is placed in the Voice Domain, and both RADIUS and LLDP-MED (network policy profile 1) specifies voice vlan as 90. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The weird thing is that everything works fine if both use 802.1x, and that there is only a problem when phone(using MAB) already has the computer connected to it, when the phone is turned on(connected to PoE-switch). It must be because the computer boots up and authenticates first I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The phones are Snom 821.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 10:21:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/mab-and-802-1x-issues-with-ip-phone/m-p/2186213#M132879</guid>
      <dc:creator>FrodeFlaten</dc:creator>
      <dc:date>2013-04-12T10:21:44Z</dc:date>
    </item>
  </channel>
</rss>

