<?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 IP Phones 7900 Series in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ip-phones-7900-series/m-p/71340#M18891</link>
    <description>&lt;P&gt;I can’t give you a answer to definitely solve your problem, but a few facts to think about.&lt;/P&gt;&lt;P&gt;AFAIK EXOS 16.x/21.x/22.x don’t support CDPv2. When I’m right the support for that was released in one of the 30.x releases. But I’m not 100% sure. So, I could check your EXOS Version.&lt;/P&gt;&lt;P&gt;Maybe the phones require CDPv2. But I also don’t know if you need to enable or configure cdpv2 separately on the switch.&lt;/P&gt;</description>
    <pubDate>Sat, 22 Aug 2020 16:38:48 GMT</pubDate>
    <dc:creator>PeterK</dc:creator>
    <dc:date>2020-08-22T16:38:48Z</dc:date>
    <item>
      <title>Cisco IP Phones 7900 Series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ip-phones-7900-series/m-p/71339#M18890</link>
      <description>&lt;P&gt;Hello Heroes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;we have a switch X450-G2-24p that need to be use in one of&amp;nbsp;remote sites which has already Cisco IP Phones (8800) and (9712,9740) deployed in their network, so we have configured the switch and apply the needed commands especially for the IP Phones, the 8800 it works fine with no issues, but 9712 and 9740, it shows the following:&lt;BR /&gt;- the port is getting up but showing nothing on the screen .&lt;BR /&gt;- the port speed is 10M instead of 100M as this phones is supported only 10/100...&lt;BR /&gt;so we had some troublshooting as the following:&lt;BR /&gt;- Enable/Configure CDP instead of LLDP (which LLDP is working properly on 8800)&lt;BR /&gt;- Assign Port speed manually (100M) instead of auto .…&lt;/P&gt;&lt;P&gt;anyways here is the configuration of what i had done as the following:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module vlan configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;create vlan "VOICE"&lt;BR /&gt;configure vlan VOICE description "Voice"&amp;nbsp;&lt;BR /&gt;configure vlan VOICE tag 11&lt;BR /&gt;create vlan "DATA"&lt;BR /&gt;configure vlan DATA tag 10&lt;BR /&gt;create vlan "ADMINS"&lt;BR /&gt;configure vlan ADMINS tag 55&lt;BR /&gt;configure ports 25 auto off speed 10000 duplex full&amp;nbsp;&lt;BR /&gt;configure ports 26 auto off speed 10000 duplex full&amp;nbsp;&lt;BR /&gt;configure ports 27 auto off speed 10000 duplex full&amp;nbsp;&lt;BR /&gt;configure ports 28 auto off speed 10000 duplex full&amp;nbsp;&lt;BR /&gt;configure vlan Default add ports 25 tagged &amp;nbsp;&lt;BR /&gt;configure vlan Default add ports 8,19,21-22,26 untagged &amp;nbsp;&lt;BR /&gt;configure vlan VOICE add ports 1-26 tagged &amp;nbsp;&lt;BR /&gt;configure vlan DATA add ports 25 tagged &amp;nbsp;&lt;BR /&gt;configure vlan DATA add ports 1-7,9-18,20,23-24 untagged &amp;nbsp;&lt;BR /&gt;configure vlan ADMINS add ports 25 tagged &amp;nbsp;&lt;BR /&gt;configure vlan Default ipaddress 10.0.0.5 255.255.255.128&lt;BR /&gt;enable ipforwarding vlan Default&lt;BR /&gt;configure vlan Mgmt ipaddress 1.2.3.4 255.255.255.0&lt;BR /&gt;configure vlan ADMINS ipaddress 10.1.1.5 255.255.255.0&lt;BR /&gt;enable ipforwarding vlan ADMINS&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module lldp configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;enable lldp ports all&lt;/P&gt;&lt;P&gt;configure lldp port all advertise vendor-specific dot3 mac-phy&lt;BR /&gt;configure lldp port all advertise vendor-specific med capabilities&lt;BR /&gt;configure lldp port all advertise vendor-specific med policy application voice vlan VOICE dscp 40&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after that, since lldp doesn’t work on 7900 series, i had applied the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;disable lldp ports 17,18&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module edp configuration.&lt;BR /&gt;#&lt;BR /&gt;enable cdp ports 17&lt;BR /&gt;configure cdp power-available advertise port 17&lt;BR /&gt;enable cdp ports 18&lt;BR /&gt;configure cdp power-available advertise port 18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem still same, then i did the following in order to force the interface to get the speed as a 100M:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;configure ports 17 auto off speed 100 duplex full&amp;nbsp;&lt;BR /&gt;configure ports 18 auto off speed 100 duplex full&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the ports didn’t get up at all …. !&lt;/P&gt;&lt;P&gt;so any ideas to solve this problem (some missing CLIs has to be applied, hot-fixes, patches ,etc ....)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 04:05:29 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ip-phones-7900-series/m-p/71339#M18890</guid>
      <dc:creator>thalabi</dc:creator>
      <dc:date>2020-08-18T04:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IP Phones 7900 Series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ip-phones-7900-series/m-p/71340#M18891</link>
      <description>&lt;P&gt;I can’t give you a answer to definitely solve your problem, but a few facts to think about.&lt;/P&gt;&lt;P&gt;AFAIK EXOS 16.x/21.x/22.x don’t support CDPv2. When I’m right the support for that was released in one of the 30.x releases. But I’m not 100% sure. So, I could check your EXOS Version.&lt;/P&gt;&lt;P&gt;Maybe the phones require CDPv2. But I also don’t know if you need to enable or configure cdpv2 separately on the switch.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Aug 2020 16:38:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ip-phones-7900-series/m-p/71340#M18891</guid>
      <dc:creator>PeterK</dc:creator>
      <dc:date>2020-08-22T16:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IP Phones 7900 Series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ip-phones-7900-series/m-p/71341#M18892</link>
      <description>&lt;P&gt;Thank you Peter:&lt;/P&gt;&lt;P&gt;well, the problem had been solved partialy, actually the legacy inline-power ( 802.3af ) has to be enable as per the acticle below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gtacknowledge.extremenetworks.com/pkb_mobile#/articles/en_US/Solution/X440-48p-is-not-powering-up-Cisco-7940-or-Cisco-7910-IP-phones" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/pkb_mobile#/articles/en_US/Solution/X440-48p-is-not-powering-up-Cisco-7940-or-Cisco-7910-IP-phones&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The IP Phone had powered up ,but still is not able to reach to the communication server ….&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2020 02:44:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cisco-ip-phones-7900-series/m-p/71341#M18892</guid>
      <dc:creator>thalabi</dc:creator>
      <dc:date>2020-08-23T02:44:09Z</dc:date>
    </item>
  </channel>
</rss>

