<?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: 9200L switchs and Alcatel phones in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460788#M569556</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1168717"&gt;@AdrianDessaigne2301&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I don't see you are mentioning anywhere, and I remember that I had to enable LLDP in order to be able to cascade phone and PC behind same port (on Awaya, but I believe it should be same on all non-Cisco phones which can't talk CDP). By using LLDP, phone and switch are negotiating about configured data and voice VLANs.&lt;/P&gt;&lt;P&gt;With authorization result that &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt; is mentioning, you are simply instructing switch to place this device in Voice VLAN. AFAIK, it is mandatory to return attribute &lt;STRONG&gt;&lt;U&gt;device-traffic-class = voice&lt;/U&gt;&lt;/STRONG&gt; if you want to cascade devices.&lt;/P&gt;&lt;P&gt;You can check it with 'show lldp traffic' or 'show lldp interface' to see if it is running. If not, you can enable it with global configuration command 'lldp run'&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Milos&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 06:30:46 GMT</pubDate>
    <dc:creator>Milos_Jovanovic</dc:creator>
    <dc:date>2021-09-07T06:30:46Z</dc:date>
    <item>
      <title>9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460474#M569525</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently migrating old switches to new 9200L ones. On other places we have recent 2960X switches with working 802.1X authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before installing the 9200L switches, I'm doing a preconfiguration and testing it. I pasted our 2960X configuration into the 9200L switches and have a small issue to make it work with alcatel phones. (Note : Alcatel Phones + Computers on the same port work perfectly with the 2960X switches).&lt;/P&gt;&lt;P&gt;Switch version :&lt;/P&gt;&lt;P&gt;Switch&amp;nbsp; &amp;nbsp;Ports&amp;nbsp; &amp;nbsp;Model&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SW Version&amp;nbsp; &amp;nbsp; SW Image&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Mode&lt;BR /&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; &amp;nbsp; &amp;nbsp; ----&lt;BR /&gt;* 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;28&amp;nbsp; &amp;nbsp; &amp;nbsp; C9200L-24P-4G 17.03.03&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CAT9K_LITE_IOSXE INSTALL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the AAA and RADIUS configuration :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;dot1x system-auth-control&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius packetfence&lt;BR /&gt;server name pfnac&lt;BR /&gt;server name pfbackup&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default local&lt;BR /&gt;aaa authentication dot1x default group packetfence&lt;BR /&gt;aaa authorization network default group packetfence&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;radius server pfnac&lt;BR /&gt;address ipv4 10.X.X.X auth-port 1812 acct-port 1813&lt;BR /&gt;automate-tester username dummy ignore-acct-port idle-time 3&lt;BR /&gt;key 7 secret&lt;BR /&gt;!&lt;BR /&gt;radius server pfbackup&lt;BR /&gt;address ipv4 10.X.X.Y auth-port 1812 acct-port 1813&lt;BR /&gt;automate-tester username dummy ignore-acct-port idle-time 3&lt;BR /&gt;key 7 secret&lt;BR /&gt;!&lt;BR /&gt;aaa server radius dynamic-author&lt;BR /&gt;client 10.X.X.X server-key 7 secret&lt;BR /&gt;client 10.X.X.Y server-key 7 secret&lt;BR /&gt;port 3799&lt;BR /&gt;!&lt;/PRE&gt;&lt;P&gt;Then, here is the port configuration :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport voice vlan 2&lt;BR /&gt;authentication control-direction in&lt;BR /&gt;authentication host-mode multi-auth&lt;BR /&gt;authentication order dot1x mab&lt;BR /&gt;authentication priority dot1x mab&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate 28800&lt;BR /&gt;authentication timer restart 5&lt;BR /&gt;authentication violation replace&lt;BR /&gt;mab&lt;BR /&gt;no snmp trap link-status&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout quiet-period 50&lt;BR /&gt;dot1x timeout tx-period 2&lt;BR /&gt;dot1x max-req 4&lt;BR /&gt;macro description cisco-desktop&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;spanning-tree bpduguard enable&lt;/PRE&gt;&lt;P&gt;But the phone don't work.&lt;/P&gt;&lt;P&gt;I've tested with many cases :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;With multi-auth and multi domain&lt;/LI&gt;&lt;LI&gt;By using the trunk method&lt;/LI&gt;&lt;LI&gt;In both case, disabling 802.1X with&amp;nbsp;authentication port-control force-authorized make the phone working&lt;/LI&gt;&lt;LI&gt;In our RADIUS server, I've set the device as a phone and "normal". Both have the same result.&lt;/LI&gt;&lt;LI&gt;Even if the auth session is in DATA or VOICE, the phone still don't work.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;As soon I disable 802.1X, it work. I've also copy pasted the same configuration in a 2960X test switch and it work perfectly fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do you think my issue come from ? Or do I miss a new configuration ? Do you have any command to make checks ?&lt;/P&gt;&lt;P&gt;I can provide more infos if needed.&lt;/P&gt;&lt;P&gt;Thanks a lot for your answers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 15:02:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460474#M569525</guid>
      <dc:creator>AdrianDessaigne2301</dc:creator>
      <dc:date>2021-09-06T15:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460482#M569527</link>
      <description>&lt;P&gt;here is the one of the tested config from my testing with Avaya phones (on cat 9300)&amp;nbsp; - it is genris should work most of the time, you can add top of it. make sure you enable LLDP and CDP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernetx/x&lt;BR /&gt;switchport access vlan XXX &amp;lt;--- DHCP VLAN&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport voice vlan VVV &amp;lt;-- Voice VLAN&lt;BR /&gt;no logging event link-status&lt;BR /&gt;authentication host-mode multi-domain&lt;BR /&gt;authentication open&lt;BR /&gt;authentication order mab dot1x&lt;BR /&gt;authentication priority dot1x mab&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate server&lt;BR /&gt;mab&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;end&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test and advice.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 15:20:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460482#M569527</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-09-06T15:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460484#M569528</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is happening on the phone? Is it getting powered or not? If&lt;BR /&gt;its getting power, then what is failing?&lt;BR /&gt;&lt;BR /&gt;**** please remember to rate useful posts&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2021 15:26:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460484#M569528</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2021-09-06T15:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460582#M569536</link>
      <description>&lt;P&gt;Hi !&amp;nbsp;&lt;/P&gt;&lt;P&gt;The phone just don't get the DHCP and the overall connexion of the VLAN 2 network.&lt;/P&gt;&lt;P&gt;Without the 802.1X authentication it work. With it it don't. The auth session tell me it succeed it and I even see the auth in the RADIUS server.&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 20:32:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460582#M569536</guid>
      <dc:creator>AdrianDessaigne2301</dc:creator>
      <dc:date>2021-09-06T20:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460584#M569537</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1168717"&gt;@AdrianDessaigne2301&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you configured ISE to send the Cisco vendor-specific attribute (VSA) that includes the string &lt;STRONG&gt;&lt;U&gt;device-traffic-class = voice?&lt;/U&gt;&lt;/STRONG&gt; This VSA tells the switch that the device that just authenticated is a phone and should be allowed access to the voice VLAN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Though I'm not sure if it applies to Alcatel phones or just Cisco phones.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer to this post for more information:-&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/network-access-control/can-you-use-ise-to-force-a-device-to-voice-vlan/td-p/3683431" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/network-access-control/can-you-use-ise-to-force-a-device-to-voice-vlan/td-p/3683431&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 21:01:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460584#M569537</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2021-09-06T21:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460585#M569538</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;Unfortunatly, it didn't changed anything. I tryed multi-host and&amp;nbsp;&lt;SPAN&gt;multi-domain but I&amp;nbsp; get the same result. Phone is still unable to connect on the VLAN 2 network&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adrian.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 20:43:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460585#M569538</guid>
      <dc:creator>AdrianDessaigne2301</dc:creator>
      <dc:date>2021-09-06T20:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460631#M569545</link>
      <description>&lt;PRE&gt;The auth session tell me it succeed it and I even see the auth in the RADIUS server.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Looks for me something is missing on ISE config, Do you complete Logs in ISE Side&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 23:31:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460631#M569545</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-09-06T23:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460666#M569549</link>
      <description>Can you try this to see if it works?&lt;BR /&gt;&lt;BR /&gt;inter x/x&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;switchport trunk encap dot1&lt;BR /&gt;switchport trunk native vlan 1&lt;BR /&gt;switchport trunk allowed vlan 1,2&lt;BR /&gt;&lt;BR /&gt;See if this works along with dot1x configuration.&lt;BR /&gt;&lt;BR /&gt;**** please remember to rate useful posts&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2021 02:29:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460666#M569549</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2021-09-07T02:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460788#M569556</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1168717"&gt;@AdrianDessaigne2301&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I don't see you are mentioning anywhere, and I remember that I had to enable LLDP in order to be able to cascade phone and PC behind same port (on Awaya, but I believe it should be same on all non-Cisco phones which can't talk CDP). By using LLDP, phone and switch are negotiating about configured data and voice VLANs.&lt;/P&gt;&lt;P&gt;With authorization result that &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt; is mentioning, you are simply instructing switch to place this device in Voice VLAN. AFAIK, it is mandatory to return attribute &lt;STRONG&gt;&lt;U&gt;device-traffic-class = voice&lt;/U&gt;&lt;/STRONG&gt; if you want to cascade devices.&lt;/P&gt;&lt;P&gt;You can check it with 'show lldp traffic' or 'show lldp interface' to see if it is running. If not, you can enable it with global configuration command 'lldp run'&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Milos&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 06:30:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460788#M569556</guid>
      <dc:creator>Milos_Jovanovic</dc:creator>
      <dc:date>2021-09-07T06:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460843#M569562</link>
      <description>&lt;P&gt;Thanks everyone for replying.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did find a solution wich was a missing configuration from my RADIUS server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I'd like to thanks everyone for answering my thread since it brought new configuration to make it cleaner.&lt;/P&gt;&lt;P&gt;If anyone is intersted in my configuration, it work with 2960X and 9200L swtich and Alcatel Lucent IP Phones with PCs behind.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit : To be more precise, I used the wrong configuration in PacketFence (RADIUS Server). Since they don't have the 9000 series model yet, I took the Cisco Standard one. But you have to use the 2960 model to make it work.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 08:34:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460843#M569562</guid>
      <dc:creator>AdrianDessaigne2301</dc:creator>
      <dc:date>2021-09-07T08:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460874#M569563</link>
      <description>&lt;P&gt;Good to know it got resolve, it will be helpful other community members what was the fix ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 08:27:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460874#M569563</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-09-07T08:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460887#M569564</link>
      <description>&lt;P&gt;I did an edit on my answer solution with the detail &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 08:35:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4460887#M569564</guid>
      <dc:creator>AdrianDessaigne2301</dc:creator>
      <dc:date>2021-09-07T08:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: 9200L switchs and Alcatel phones</title>
      <link>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4575196#M573567</link>
      <description>&lt;P&gt;Can you share your configuration please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 15:58:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9200l-switchs-and-alcatel-phones/m-p/4575196#M573567</guid>
      <dc:creator>armand.assemian</dc:creator>
      <dc:date>2022-03-21T15:58:56Z</dc:date>
    </item>
  </channel>
</rss>

