<?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: Upgrade of VDX 6740T and VDX6740 in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95180#M678</link>
    <description>&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;When a switch in a previously established fabric is upgraded and the FW Version is not levelled it will be segmented from the VCS Fabric.&amp;nbsp; This only impacts the Management functionality; config management (any changes to the fabric config will not be communicated) and central point of management (the principle will not "see" the segmented switch).&amp;nbsp; All Layer2/Layer3 traffic will continue to flow over the fabric as it did prior to the upgrade.&lt;/P&gt;&lt;P&gt;My recommendation is to not make ANY changes to your configuration during the upgrade process.&amp;nbsp; Doing so can cause a Config Database mismatch, which presents as an "ESC Mismatch" while looking at the ISLs, and will require the segmented switch to be defaulted in order to rejoin the fabric once the FW is leveled.&amp;nbsp; Additionally, do not leave the device segmented for an extended period (several days).&amp;nbsp; If there is any excessive drift in the database time stamp you can see the same "ESC Mismatch" when no changes were made.&lt;/P&gt;&lt;P&gt;Regarding the output you listed for "show version"; there are two partitions in the VDX (Active and Standby), both of which have a primary and secondary.&amp;nbsp; SW/0 is typically the partition your device is actively running on, and SW/1 is typically the Standby/backup partition that will take over in the case the Active fails.&amp;nbsp; This design also allows the staging of code as well as the ability to not "commit" to a version.;&lt;/P&gt;&lt;P&gt;When issuing the "firmware download" command you should see additional options including:&lt;/P&gt;&lt;P&gt;noactivate Perform Firmwaredownload without Activation on the local.&lt;BR /&gt;nocommit Skip auto-commit after firmwaredownload&lt;/P&gt;&lt;P&gt;"noactivate" will download the code to the "STANDBY", in your case SW/1 only, and will leave the device running on the original code.&lt;/P&gt;&lt;P&gt;"nocommit" will download the code to the "ACTIVE", in your case SW/0 only, and will start running the new code leaving a "backup" of your previous code on the "STANDBY"&lt;/P&gt;&lt;P&gt;Using the "firmware [activate|commit]" command(s) would finish the process by:&lt;/P&gt;&lt;P&gt;"activate" will load the code over to the "ACTIVE" and trigger the device to start using the new code (this is how you can stage code and then initiate an upgrade at the time of your choosing)&lt;/P&gt;&lt;P&gt;"commit" will overwrite the old code on "STANDBY" with the newly upgraded version. (this is how you can test code then choose to commit to it)&lt;/P&gt;&lt;P&gt;These processes can be backed out using the "firmware [recover|restore]" commands.&lt;/P&gt;&lt;P&gt;Hopefully this answers your questions,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2023 13:39:17 GMT</pubDate>
    <dc:creator>Michael_Morey</dc:creator>
    <dc:date>2023-03-15T13:39:17Z</dc:date>
    <item>
      <title>Upgrade of VDX 6740T and VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95163#M676</link>
      <description>&lt;P&gt;Hi, I am about to perform my first Brocade upgrade and I have read several threads from here from other engineers. My environment is made from 6 brocade switches, and all of them are on 7.0.2b version.&lt;/P&gt;&lt;P&gt;Brocade 1 and 3 are copper, Brocade 2,4,5,6 are fibber.&lt;BR /&gt;Brocade 1 is principal.&lt;/P&gt;&lt;P&gt;BR1# show vcs&lt;BR /&gt;Config Mode : Distributed&lt;BR /&gt;VCS Mode : Logical Chassis&lt;/P&gt;&lt;P&gt;I am familiar with upgrade methods. All learned from nos-7.4.1-upgradeguide.pdf&lt;/P&gt;&lt;P&gt;My final destination is upgrade to &lt;STRONG&gt;7.4.1e&lt;/STRONG&gt; via Cold Boot&lt;BR /&gt;path:&lt;BR /&gt;7.0.2b&lt;BR /&gt;&amp;gt;7.1.0b3&lt;BR /&gt;&amp;gt;7.2.0g&lt;BR /&gt;&amp;gt;7.3.0b&lt;BR /&gt;&amp;gt;7.4.0b&lt;BR /&gt;&amp;gt;7.4.1f&lt;/P&gt;&lt;P&gt;All this hops are major so Cold Boot is logical choice.&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;When I finish upgrade of first switch (brocade 6 for example) to 7.0.1b3 switches are no longer software version levelled.&lt;BR /&gt;&lt;STRONG&gt;1. Will this have impact on data flow between switches until all switches get 7.0.1.b3 version (get levelled)? What will happened with chassis when/if software version is not levelled?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. What this part of command output&lt;/STRONG&gt; SHOW VERSION &lt;STRONG&gt;shows&lt;/STRONG&gt;?&lt;STRONG&gt; What are SW/0 and SW/1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Slot Name Primary/Secondary Versions Status&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;---------------------------------------------------------------------------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SW/0 NOS 7.0.2b ACTIVE*&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;7.0.2b&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SW/1 NOS 7.0.2b STANDBY&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;7.0.2b&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thank you for any help.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 07:25:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95163#M676</guid>
      <dc:creator>stefantomasevic</dc:creator>
      <dc:date>2023-03-17T07:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade of VDX 6740T and VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95180#M678</link>
      <description>&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;When a switch in a previously established fabric is upgraded and the FW Version is not levelled it will be segmented from the VCS Fabric.&amp;nbsp; This only impacts the Management functionality; config management (any changes to the fabric config will not be communicated) and central point of management (the principle will not "see" the segmented switch).&amp;nbsp; All Layer2/Layer3 traffic will continue to flow over the fabric as it did prior to the upgrade.&lt;/P&gt;&lt;P&gt;My recommendation is to not make ANY changes to your configuration during the upgrade process.&amp;nbsp; Doing so can cause a Config Database mismatch, which presents as an "ESC Mismatch" while looking at the ISLs, and will require the segmented switch to be defaulted in order to rejoin the fabric once the FW is leveled.&amp;nbsp; Additionally, do not leave the device segmented for an extended period (several days).&amp;nbsp; If there is any excessive drift in the database time stamp you can see the same "ESC Mismatch" when no changes were made.&lt;/P&gt;&lt;P&gt;Regarding the output you listed for "show version"; there are two partitions in the VDX (Active and Standby), both of which have a primary and secondary.&amp;nbsp; SW/0 is typically the partition your device is actively running on, and SW/1 is typically the Standby/backup partition that will take over in the case the Active fails.&amp;nbsp; This design also allows the staging of code as well as the ability to not "commit" to a version.;&lt;/P&gt;&lt;P&gt;When issuing the "firmware download" command you should see additional options including:&lt;/P&gt;&lt;P&gt;noactivate Perform Firmwaredownload without Activation on the local.&lt;BR /&gt;nocommit Skip auto-commit after firmwaredownload&lt;/P&gt;&lt;P&gt;"noactivate" will download the code to the "STANDBY", in your case SW/1 only, and will leave the device running on the original code.&lt;/P&gt;&lt;P&gt;"nocommit" will download the code to the "ACTIVE", in your case SW/0 only, and will start running the new code leaving a "backup" of your previous code on the "STANDBY"&lt;/P&gt;&lt;P&gt;Using the "firmware [activate|commit]" command(s) would finish the process by:&lt;/P&gt;&lt;P&gt;"activate" will load the code over to the "ACTIVE" and trigger the device to start using the new code (this is how you can stage code and then initiate an upgrade at the time of your choosing)&lt;/P&gt;&lt;P&gt;"commit" will overwrite the old code on "STANDBY" with the newly upgraded version. (this is how you can test code then choose to commit to it)&lt;/P&gt;&lt;P&gt;These processes can be backed out using the "firmware [recover|restore]" commands.&lt;/P&gt;&lt;P&gt;Hopefully this answers your questions,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 13:39:17 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95180#M678</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2023-03-15T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade of VDX 6740T and VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95187#M679</link>
      <description>&lt;P&gt;Hi Michael, first thank you for detailed explanation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you did not understand me well or I was not clear with question.&lt;/P&gt;&lt;P&gt;Switches are in&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;Logical Chassis&lt;/STRONG&gt; mode. They are acting &lt;STRONG&gt;like one switch&lt;/STRONG&gt; from 1/0/1 to 6/0/48 ports and software version of all of them are the same, levelled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I start upgrading them, one by one (with attention to the principal switch to be upgraded as last one) version between them will not be the same. I &lt;STRONG&gt;will not perform&lt;/STRONG&gt; any other config changes, &lt;STRONG&gt;ONLY&lt;/STRONG&gt; upgrade:&amp;nbsp;&lt;EM&gt;firmware download interactive&amp;nbsp;&lt;/EM&gt;and then choose, ftp, IP,user,pass, file, cold boot method and so on.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What will happened&amp;nbsp;with with traffic between&amp;nbsp;host on brocade 1 who is trying to communicate with host on brocade 6, who has one hop higher software&amp;nbsp;version then brocade 1,2,3,4 and 5.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Brocade 1: 7.0.2b&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Brocade 2: &lt;SPAN&gt;7.0.2b&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Brocade 3: &lt;SPAN&gt;7.0.2b&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Brocade 4: &lt;SPAN&gt;7.0.2b&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Brocade 5: 7.0.2b&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Brocade 6: 7.1.0b3&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 11:23:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95187#M679</guid>
      <dc:creator>stefantomasevic</dc:creator>
      <dc:date>2023-03-16T11:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade of VDX 6740T and VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95188#M680</link>
      <description>&lt;P&gt;I think I understand you better now, after several reading of your post.&lt;/P&gt;&lt;P&gt;So,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;only management will be impacted,&lt;/LI&gt;&lt;LI&gt;L2 and L3 continue to flow, and&lt;/LI&gt;&lt;LI&gt;DO NO CHANGE any config during upgrade (during upgrade of all 6 switches).&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Do not leave the device segmented for an extended period (several days) BC of&amp;nbsp;drift in the database time stamp that can cause&amp;nbsp;ESC Mismatch even if there is no config changes.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;is that so?&lt;/P&gt;&lt;P&gt;Because all this hops are major, cold boot is recommended method?&lt;/P&gt;&lt;P&gt;About sw/0 and sw/1. I have one test brocade here with me, and I practice downgrading. Before starting it, show version&amp;nbsp; was:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sw0# &lt;STRONG&gt;show version&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;///&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Slot Name Primary/Secondary Versions Status&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;---------------------------------------------------------------------------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SW/0 NOS 7.1.0b3 ACTIVE*&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;7.1.0b3&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SW/1 NOS 7.1.0b3 STANDBY&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;7.1.0b3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then&lt;STRONG&gt; firmware download interactive&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Download to multiple nodes in the cluster? (y/n) [n]: &lt;STRONG&gt;n&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Server name or IP address: &lt;STRONG&gt;10.10.10.20&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;File name: &lt;STRONG&gt;nos7.0.2b&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Protocol (ftp, scp, sftp, tftp) [ftp]: &lt;STRONG&gt;ftp&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;User: &lt;STRONG&gt;admin&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Password: &lt;STRONG&gt;****&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Enter VRF name [mgmt-vrf]:&lt;STRONG&gt;mgmt-vrf&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Select procedure (1=ISSU, 2=coldboot, 3=default-config) [1]:&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Performing system sanity check...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This command will cause a cold/disruptive reboot and will require that existing telnet, secure telnet or SSH sessions be restarted.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Do you want to continue? [y/n]:&lt;STRONG&gt;y&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;30 minutes later, &lt;STRONG&gt;&lt;EM&gt;show version&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;shows both version&lt;EM&gt;:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Slot Name Primary/Secondary Versions Status&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;SW/0 NOS &lt;STRONG&gt;7.0.2b&lt;/STRONG&gt; ACTIVE*&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;7.1.0b3&lt;/STRONG&gt;&lt;BR /&gt;SW/1 NOS &lt;STRONG&gt;7.0.2b&lt;/STRONG&gt; STANDBY&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;&lt;STRONG&gt;7.1.0b3&lt;/STRONG&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;15 minutes later, version became the same.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Slot Name Primary/Secondary Versions Status&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;---------------------------------------------------------------------------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SW/0 NOS &lt;STRONG&gt;7.0.2b&lt;/STRONG&gt; ACTIVE*&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;7.0.2b&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SW/1 NOS &lt;STRONG&gt;7.0.2b&lt;/STRONG&gt; STANDBY&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;7.0.2b&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Is this normal behaviour?&lt;/P&gt;&lt;P&gt;Sorry for long post and amount of questions.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 11:23:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95188#M680</guid>
      <dc:creator>stefantomasevic</dc:creator>
      <dc:date>2023-03-16T11:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade of VDX 6740T and VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95199#M681</link>
      <description>&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;A: For 1-4, yes it seems your understanding is correct.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Q: Because all this hops are major, cold boot is recommended method?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A: If you wish to retain your config, cold boot is the only method to perform a traditional major step upgrade. You could technically jump directly to the latest release, however that would require you to default your configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can review the following article:&amp;nbsp;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000081045" target="_self"&gt;How to perform VCS Fabric Multi-Version Upgrade&lt;/A&gt;&amp;nbsp;which may save you some downtime in your production network.&amp;nbsp; This combines the method of upgrading one switch step by step, thereby retaining the config via cold-boot and then upgrading the rest of the network in a single step (default-config).&amp;nbsp; Once the fabric is formed the defaulted switches will download the retained config from the surrogate principal.&amp;nbsp; &amp;nbsp;The time consuming part of the upgrade can be done beforehand, however it does require the use of a spare switch or taking an existing switch offline to upgrade and then act as a surrogate principal.&amp;nbsp; The article is brief, however the attached&amp;nbsp;&lt;A href="https://extremenetworks2com.sharepoint.com/sites/kcs/External/Forms/AllItems.aspx?id=%2Fsites%2Fkcs%2FExternal%2F000081045%2FNOS%20Multi%2DVersion%20White%20Paper%20Version12%2Epdf&amp;amp;parent=%2Fsites%2Fkcs%2FExternal%2F000081045&amp;amp;p=true&amp;amp;ga=1" target="_self"&gt;White Paper&lt;/A&gt;&amp;nbsp;is very detailed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Q: Is this normal behaviour? (Regarding downgrade and "show version" output)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A: Yes that output and duration is normal for a VDX upgrade/downgrade.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best of luck,&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 13:31:17 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95199#M681</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2023-03-16T13:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade of VDX 6740T and VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95202#M682</link>
      <description>&lt;P&gt;Thank you for time and energy to help.&lt;/P&gt;&lt;P&gt;I have no more question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps: about&amp;nbsp;&lt;SPAN&gt;attached &lt;STRONG&gt;white paper&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;can't be found in the extremenetworks2com.sharepoint.com directory.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 14:43:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/upgrade-of-vdx-6740t-and-vdx6740/m-p/95202#M682</guid>
      <dc:creator>stefantomasevic</dc:creator>
      <dc:date>2023-03-16T14:43:05Z</dc:date>
    </item>
  </channel>
</rss>

