<?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: Error: MED Capabilities LV is not enabled in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71284#M18884</link>
    <description>&lt;P&gt;That’s a great link, indeed!&amp;nbsp; Thank you very much.&amp;nbsp; The one command I was missing initially was the following, which resolved my issue in this new code version.&amp;nbsp; Previously, I had never had to add that on any of our other switches.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure lldp port all advertise vendor-specific med capabilities&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I appreciate the quick help!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 05:53:13 GMT</pubDate>
    <dc:creator>Rory_Schmitz</dc:creator>
    <dc:date>2021-01-20T05:53:13Z</dc:date>
    <item>
      <title>Error: MED Capabilities LV is not enabled</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71279#M18879</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;New 5520’s in a stack running 31.1.1.3 patch1-1&lt;/P&gt;&lt;P&gt;I’m trying to add all of the lldp commands I typically run on our previous gen switches, but getting stuck on the error mentioned in the title.&amp;nbsp; Here are the commands I am copying and pasting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure lldp port 1:1-48,2:1-48,3:1-48 advertise port-description power-via-mdi&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1:1-48,2:1-48,3:1-48 advertise system-name&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1:1-48,2:1-48,3:1-48 advertise system-capabilities&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1:1-48,2:1-48,3:1-48 advertise management-address&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1:1-48,2:1-48,3:1-48 advertise vendor-specific dot3 mac-phy&lt;BR /&gt;&lt;BR /&gt;configure lldp port 1:1-48,2:1-48,3:1-48 advertise vendor-specific med power-via-mdi&lt;BR /&gt;Error: MED Capabilities TLV is not enabled.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I’ve even done the following:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;enable lldp ports 1:1-48,2:1-48,3:1-48&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any idea how I can enable MED Capabilities TLV?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: Cleaned up command format&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:06:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71279#M18879</guid>
      <dc:creator>Rory_Schmitz</dc:creator>
      <dc:date>2021-01-20T05:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error: MED Capabilities LV is not enabled</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71280#M18880</link>
      <description>&lt;P&gt;Hi Rory,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe the sequence order is important.&lt;/P&gt;&lt;P&gt;Here what I hae in my cheat sheet:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;'LLDP-MED&lt;BR /&gt;&lt;BR /&gt;configure lldp port &amp;lt;port number&amp;gt; advertise vendor-specific med&lt;BR /&gt;&lt;BR /&gt;capabilities&lt;BR /&gt;&lt;BR /&gt;configure lldp port &amp;lt;port number&amp;gt; advertise vendor-specific dot1 vlan-name&lt;BR /&gt;&lt;BR /&gt;vlan &amp;lt;VOIP vlan&amp;gt;&lt;BR /&gt;&lt;BR /&gt;configure lldp port &amp;lt;port number&amp;gt; advertise vendor-specific med&lt;BR /&gt;&lt;BR /&gt;power-via-mdi&lt;BR /&gt;&lt;BR /&gt;configure lldp port &amp;lt;port number&amp;gt; advertise vendor-specific med policy&lt;BR /&gt;&lt;BR /&gt;application voice vlan &amp;lt;VOIP vlan&amp;gt; dscp 46&lt;BR /&gt;&lt;BR /&gt;Configure lldp port &amp;lt;port number&amp;gt; advertise vendor-specific dot1&lt;BR /&gt;&lt;BR /&gt;port-protocol-vlan-id vlan &amp;lt;VOIP vlan&amp;gt;&lt;BR /&gt;&lt;BR /&gt;enable lldp ports all&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:15:52 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71280#M18880</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-01-20T05:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error: MED Capabilities LV is not enabled</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71281#M18881</link>
      <description>&lt;P&gt;&lt;USER-MENTION data-id="9728928"&gt;@Miguel-Angel RODRIGUEZ-GARCIA&lt;/USER-MENTION&gt;&amp;nbsp;Thanks for the quick reply.&amp;nbsp; I arranged the commands differently and it appears it’s only happening after&amp;nbsp;this command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure lldp port 1:1-48,2:1-48,3:1-48 advertise vendor-specific med power-via-mdi&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The other commands execute fine.&amp;nbsp; One thing I’ve never&amp;nbsp;had to add is that VOIP VLAN command you listed here:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure lldp port &amp;lt;port number&amp;gt; advertise vendor-specific dot1 vlan-name&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:28:20 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71281#M18881</guid>
      <dc:creator>Rory_Schmitz</dc:creator>
      <dc:date>2021-01-20T05:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error: MED Capabilities LV is not enabled</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71282#M18882</link>
      <description>&lt;P&gt;Rory,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m able to get this on an X435:&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="fe10eee0e51f45e58146e7c54d2a9773_f7f82a51-79e9-40e2-8635-8786deb9c75b.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4879i3B9E0B3AB660A487/image-size/large?v=v2&amp;amp;px=999" role="button" title="fe10eee0e51f45e58146e7c54d2a9773_f7f82a51-79e9-40e2-8635-8786deb9c75b.png" alt="fe10eee0e51f45e58146e7c54d2a9773_f7f82a51-79e9-40e2-8635-8786deb9c75b.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;Have a look at the following topic replacing “...lldp port advertise...” by “...lldp port &amp;lt;port number&amp;gt; advertise...”:&lt;/P&gt;&lt;OEMBED url="https://community.extremenetworks.com/network-architecture-design-233214/dhcp-server-not-working-correctly-on-summit-x440-switch-7034494"&gt;&lt;/OEMBED&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:42:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71282#M18882</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-01-20T05:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error: MED Capabilities LV is not enabled</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71283#M18883</link>
      <description>&lt;P&gt;And this well done page: &lt;A href="https://infra.engineer/miscellaneous/25-configure-lldp-on-extreme-exos-switching" target="_blank" rel="nofollow noreferrer noopener"&gt;https://infra.engineer/miscellaneous/25-configure-lldp-on-extreme-exos-switching&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:42:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71283#M18883</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-01-20T05:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error: MED Capabilities LV is not enabled</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71284#M18884</link>
      <description>&lt;P&gt;That’s a great link, indeed!&amp;nbsp; Thank you very much.&amp;nbsp; The one command I was missing initially was the following, which resolved my issue in this new code version.&amp;nbsp; Previously, I had never had to add that on any of our other switches.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure lldp port all advertise vendor-specific med capabilities&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I appreciate the quick help!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:53:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71284#M18884</guid>
      <dc:creator>Rory_Schmitz</dc:creator>
      <dc:date>2021-01-20T05:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error: MED Capabilities LV is not enabled</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71285#M18885</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="55267460a2874b2281300277187c5b6b_1f44c.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4938i79F55FD1D4FCA5CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="55267460a2874b2281300277187c5b6b_1f44c.png" alt="55267460a2874b2281300277187c5b6b_1f44c.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:56:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-med-capabilities-lv-is-not-enabled/m-p/71285#M18885</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-01-20T05:56:25Z</dc:date>
    </item>
  </channel>
</rss>

