<?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: Failed to convert interface vlan in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119319#M3004</link>
    <description>&lt;P&gt;I tried in GNS3 with 8.10.1 and it works without an error. It only prompts to say an IP is required beforehand. The onboarding VLAN 4048 is the Mgmt VLAN by default in my case. I used convert vlan 4046 and it create the VLAN in running-config and changes the mgmt VLAN from 4048 to 4046 and keeps same IP. Is your problem because ARP ports exist? And by trying once the ARP ports are removed and the second attempt works?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2025 15:37:27 GMT</pubDate>
    <dc:creator>RobertD1</dc:creator>
    <dc:date>2025-07-17T15:37:27Z</dc:date>
    <item>
      <title>Failed to convert interface vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119314#M3001</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Maybe I'm missing sth obvious, is this "normal"? :&lt;/P&gt;&lt;PRE&gt;Test_BEB:1(mgmt:vlan)#convert vlan 4046
WARNING: The existing mgmt &lt;SPAN class=""&gt;interface&lt;/SPAN&gt; will be deleted and re-created with the given parameters, please reconnect to the &lt;SPAN class=""&gt;switch&lt;/SPAN&gt; and issue &lt;SPAN class=""&gt;'mgmt convert-commit'&lt;/SPAN&gt; command before the 120 second rollback timer expires.
Continue with &lt;SPAN class=""&gt;this&lt;/SPAN&gt; operation (y/n) ? y
Failed to convert &lt;SPAN class=""&gt;interface&lt;/SPAN&gt; vlan&lt;/PRE&gt;&lt;P&gt;It's creating vlan 4046 ("vlan create 4046 type port-mstprstp 0") but neither attaching it to an i-sid nor converting it to mgmt. (previous platform vlan is 4047)&lt;/P&gt;&lt;P&gt;Tried this on 5320-24P-8XE (FE 9.0.4), 5320-24P-8XE (FE 9.2.0), 5520-48P (FE 8.10.3.0), behavior is the same "failed to convert"&lt;/P&gt;&lt;P&gt;Are there any prerequisites for this to work?&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 08:14:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119314#M3001</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2025-07-17T08:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to convert interface vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119317#M3002</link>
      <description>&lt;P&gt;Just specify all the required paraemters within the convert command - it' much more than just a VLAN-ID, that is required:&lt;/P&gt;&lt;P&gt;for example&amp;nbsp;(mgmt:vlan)#convert vlan 1 i-sid 111 ip 1.1.1.1/24 gateway 1.1.1.254&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 13:28:44 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119317#M3002</guid>
      <dc:creator>gfriedl</dc:creator>
      <dc:date>2025-07-17T13:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to convert interface vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119318#M3003</link>
      <description>&lt;P&gt;Well, that's not really the issue. You actually just have to run it twice, as shown below. It will keep the other settings. The first time there is an error, the second time it works / does the rest.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;BEB2:1(mgmt:vlan)#convert vlan 4045
WARNING: The existing mgmt interface will be deleted and re-created with the given parameters, please reconnect to the switch and issue 'mgmt convert-commit' command before the 120 second rollback timer expires.
Continue with this operation (y/n) ? y
Failed to convert interface vlan
BEB2:1(mgmt:vlan)#1 2025-07-17T17:06:50.495+02:00 BEB2 CP1 - 0x003c867f - 00000000 Mgmt NLS_BASE ERROR Convert on mgmt vlan instance: Mgmt convert error: Could not add some ARP ports to vlan

BEB2:1(mgmt:vlan)#convert vlan 4045
WARNING: The existing mgmt interface will be deleted and re-created with the given parameters, please reconnect to the switch and issue 'mgmt convert-commit' command before the 120 second rollback timer expires.
Continue with this operation (y/n) ? y
BEB2:1(mgmt:vlan)#1 2025-07-17T17:06:54.652+02:00 BEB2 CP1 - 0x000c85a6 - 00000000 Mgmt SW INFO NTP is enabled and all mgmt instances were deleted! NTP won't be able to operate correctly!
1 2025-07-17T17:06:54.653+02:00 BEB2 CP1 - 0x003c8672 - 00000000 GlobalRouter NLS_BASE INFO Mgmt convert: existing mgmt vlan instance deleted successfully
1 2025-07-17T17:06:54.878+02:00 BEB2 CP1 - 0x003c8673 - 00000000 GlobalRouter NLS_BASE INFO Mgmt convert: new mgmt vlan instance created successfully with IP address 192.168.84.103/21

1 2025-07-17T17:06:54.922+02:00 BEB2 CP1 - 0x003c8676 - 00000000 GlobalRouter NLS_BASE INFO Mgmt convert: re-adding static route 0.0.0.0/0 with next-hop 192.168.80.1 to mgmt vlan instance
1 2025-07-17T17:06:54.922+02:00 BEB2 CP1 - 0x003c867e - 00000000 Mgmt NLS_BASE INFO Convert on mgmt vlan instance: Mgmt convert executed successfully&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;But all that won't work if you have the PVLAN attached to an i-sid which you want to just keep the same.&lt;BR /&gt;a) if you don't specify an i-sid it will only swap the vlan&lt;BR /&gt;b) if you specify the same i-sid it will error out&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 15:10:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119318#M3003</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2025-07-17T15:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to convert interface vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119319#M3004</link>
      <description>&lt;P&gt;I tried in GNS3 with 8.10.1 and it works without an error. It only prompts to say an IP is required beforehand. The onboarding VLAN 4048 is the Mgmt VLAN by default in my case. I used convert vlan 4046 and it create the VLAN in running-config and changes the mgmt VLAN from 4048 to 4046 and keeps same IP. Is your problem because ARP ports exist? And by trying once the ARP ports are removed and the second attempt works?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 15:37:27 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119319#M3004</guid>
      <dc:creator>RobertD1</dc:creator>
      <dc:date>2025-07-17T15:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to convert interface vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119320#M3005</link>
      <description>&lt;P&gt;I tested on 9.2.0.0 and 9.0.4.0.&lt;/P&gt;&lt;P&gt;I do not do anything else not shown between first and second run of command.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 15:39:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119320#M3005</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2025-07-17T15:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to convert interface vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119321#M3006</link>
      <description>&lt;P&gt;Can you specify a new I-SID and then change it back afterwards?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 15:56:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119321#M3006</guid>
      <dc:creator>RobertD1</dc:creator>
      <dc:date>2025-07-17T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to convert interface vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119323#M3007</link>
      <description>&lt;P&gt;Not possible, reason for using convert command is that it works in one go.&lt;/P&gt;&lt;P&gt;Change i-sid attached to mgmt vlan and you're disconnected.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 16:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119323#M3007</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2025-07-17T16:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to convert interface vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119324#M3008</link>
      <description>&lt;P&gt;I see. I don't know why it behaves this way or did work before so will have to give way to Extreme to assist you. Sometimes scripts are useful to make changes that will complete all lines you want when doing it line at a time on CLI can cut you off.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 16:34:52 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/failed-to-convert-interface-vlan/m-p/119324#M3008</guid>
      <dc:creator>RobertD1</dc:creator>
      <dc:date>2025-07-17T16:34:52Z</dc:date>
    </item>
  </channel>
</rss>

