<?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: VDX6940-port configuration in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx6940-port-configuration/m-p/70797#M382</link>
    <description>Goldtel,&lt;BR /&gt;
&lt;BR /&gt;
This is done within the "dpod" configuration.  To release a dynamic port license, first ensure that the port is shutdown and then use the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;conf t&lt;BR /&gt;dpod [port_number]&lt;BR /&gt;release&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
To manually reserve a port, use the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;conf t&lt;BR /&gt;dpod [port_number]&lt;BR /&gt;reserve&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
example:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sw0# show run&lt;BR /&gt;...&lt;BR /&gt;dpod 3/0/1&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/2&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/3&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/4&lt;BR /&gt;!&lt;BR /&gt;sw0# conf t&lt;BR /&gt;Entering configuration mode terminal&lt;BR /&gt;sw0(config)# int te 3/0/2&lt;BR /&gt;sw0(conf-if-te-3/0/2)# shutdown&lt;BR /&gt;2019/04/17-14:13:18, [NSM-1020], 80814, SW/0 | Active | DCE, INFO, sw0,  Interface TenGigabitEthernet 3/0/2 is administratively down.&lt;BR /&gt;2019/04/17-14:13:18, [NSM-1003], 80815, SW/0 | Active | DCE, INFO, sw0,  Interface TenGigabitEthernet 3/0/2 is link down. &lt;BR /&gt;sw0(conf-if-te-3/0/2)# exit&lt;BR /&gt;sw0(config)# dpod 3/0/2&lt;BR /&gt;sw0(config-dpod-3/0/2)# release&lt;BR /&gt;sw0(config-dpod-3/0/2)# exit&lt;BR /&gt;sw0(config)# dpod 3/0/4&lt;BR /&gt;sw0(config-dpod-3/0/4)# reserve&lt;BR /&gt;sw0(config-dpod-3/0/4)# end&lt;BR /&gt;sw0# show run&lt;BR /&gt;...&lt;BR /&gt;dpod 3/0/1&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/2&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/3&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/4&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
I hope this addresses your issue.&lt;BR /&gt;
&lt;BR /&gt;
Mike Morey</description>
    <pubDate>Wed, 17 Apr 2019 21:21:53 GMT</pubDate>
    <dc:creator>Michael_Morey</dc:creator>
    <dc:date>2019-04-17T21:21:53Z</dc:date>
    <item>
      <title>VDX6940-port configuration</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx6940-port-configuration/m-p/70796#M381</link>
      <description>My customer has a VDX6940-64s and the 10gig ports were activated when they activated the port, how do you unassign a license from a port and reassign it to a different port?</description>
      <pubDate>Wed, 17 Apr 2019 21:11:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx6940-port-configuration/m-p/70796#M381</guid>
      <dc:creator>goldtel</dc:creator>
      <dc:date>2019-04-17T21:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: VDX6940-port configuration</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx6940-port-configuration/m-p/70797#M382</link>
      <description>Goldtel,&lt;BR /&gt;
&lt;BR /&gt;
This is done within the "dpod" configuration.  To release a dynamic port license, first ensure that the port is shutdown and then use the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;conf t&lt;BR /&gt;dpod [port_number]&lt;BR /&gt;release&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
To manually reserve a port, use the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;conf t&lt;BR /&gt;dpod [port_number]&lt;BR /&gt;reserve&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
example:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sw0# show run&lt;BR /&gt;...&lt;BR /&gt;dpod 3/0/1&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/2&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/3&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/4&lt;BR /&gt;!&lt;BR /&gt;sw0# conf t&lt;BR /&gt;Entering configuration mode terminal&lt;BR /&gt;sw0(config)# int te 3/0/2&lt;BR /&gt;sw0(conf-if-te-3/0/2)# shutdown&lt;BR /&gt;2019/04/17-14:13:18, [NSM-1020], 80814, SW/0 | Active | DCE, INFO, sw0,  Interface TenGigabitEthernet 3/0/2 is administratively down.&lt;BR /&gt;2019/04/17-14:13:18, [NSM-1003], 80815, SW/0 | Active | DCE, INFO, sw0,  Interface TenGigabitEthernet 3/0/2 is link down. &lt;BR /&gt;sw0(conf-if-te-3/0/2)# exit&lt;BR /&gt;sw0(config)# dpod 3/0/2&lt;BR /&gt;sw0(config-dpod-3/0/2)# release&lt;BR /&gt;sw0(config-dpod-3/0/2)# exit&lt;BR /&gt;sw0(config)# dpod 3/0/4&lt;BR /&gt;sw0(config-dpod-3/0/4)# reserve&lt;BR /&gt;sw0(config-dpod-3/0/4)# end&lt;BR /&gt;sw0# show run&lt;BR /&gt;...&lt;BR /&gt;dpod 3/0/1&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/2&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/3&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;dpod 3/0/4&lt;BR /&gt; reserve&lt;BR /&gt;!&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
I hope this addresses your issue.&lt;BR /&gt;
&lt;BR /&gt;
Mike Morey</description>
      <pubDate>Wed, 17 Apr 2019 21:21:53 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx6940-port-configuration/m-p/70797#M382</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2019-04-17T21:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: VDX6940-port configuration</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx6940-port-configuration/m-p/70798#M383</link>
      <description>Mike, &lt;BR /&gt;
	thank you for the help, this worked and the customer is up an running, it is appreciated.</description>
      <pubDate>Wed, 17 Apr 2019 22:19:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx6940-port-configuration/m-p/70798#M383</guid>
      <dc:creator>goldtel</dc:creator>
      <dc:date>2019-04-17T22:19:08Z</dc:date>
    </item>
  </channel>
</rss>

