<?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: Naming FA created VLANs in ExtremeControl</title>
    <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90945#M267</link>
    <description>&lt;P&gt;Hi Mark.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The VLAN name can be defined in the Site or in the Service. The following API calls will help you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;get Site ID based on the deviceIP&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;varQuery = '''query{network {device(ip:"%s") {siteId}}}''' % emc_vars["deviceIP"]&lt;BR /&gt;varSiteID = emc_nbi.query(varQuery)['network']['device']['siteId']&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Get Service ID&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;varQuery = '''query{network{sites{siteId,parentId,fabricServiceDefinitionId}}}'''&lt;BR /&gt;varResult = emc_nbi.query(varQuery)['network']['sites']&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Get VLANs for the Service&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;varQuery = '''{network{serviceDefinition(id:%s){serviceApplicationConfig{serviceVlanData{name,vlanId}}}}}''' %varServiceId&lt;BR /&gt;varApps = emc_nbi.query(varQuery)['network']['serviceDefinition']['serviceApplicationConfig']&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Get VLANs based on Site where the device is assigned&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;varQuery='''query{network{device(ip:"%s"){siteData{vlans{name,vid}}}}}''' % emc_vars["deviceIP"]&lt;BR /&gt;varResult = emc_nbi.query(varQuery)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess you can re-use the workflow mentioned above, just delete lines calling functions: AddCommandCreateVlan (lines 105,127), AddCommandDeleteVlan (line 132)&amp;nbsp;…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Z.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Dec 2020 00:45:03 GMT</pubDate>
    <dc:creator>Zdeněk_Pala</dc:creator>
    <dc:date>2020-12-29T00:45:03Z</dc:date>
    <item>
      <title>Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90935#M257</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to somehow choose the name of VLANs that are dynmically assigned by Control? I am using FA and control to assign the VLANs and the VLAN will always be named SYS_VLAN_&lt;EM&gt;Number.&amp;nbsp;&lt;/EM&gt;If I am using different VLANs for voice per stack, I would like those to be named VOICE on the stack, so if&amp;nbsp;push lldp med policy commands, I just have to specificy the vlan name “VOICE”?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 21:49:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90935#M257</guid>
      <dc:creator>Jay2009</dc:creator>
      <dc:date>2020-12-18T21:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90936#M258</link>
      <description>&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;What is the target platform?&lt;/P&gt;&lt;P&gt;ERS, VSP or EXOS?&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 21:51:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90936#M258</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-12-18T21:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90937#M259</link>
      <description>&lt;P&gt;EXOS&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 21:58:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90937#M259</guid>
      <dc:creator>Jay2009</dc:creator>
      <dc:date>2020-12-18T21:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90938#M260</link>
      <description>&lt;P&gt;You should specify this in the radius attributes to be sent to the switches:&lt;/P&gt;&lt;P&gt;Tunnel-Private-Group-Id=%VLAN_NAME% or this:&amp;nbsp;&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="cc1e75e8aa3043738450f48d394ded75_0d3752fd-0ffe-4557-bdce-b24303a49a97.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4107iF5341E304CFA9726/image-size/large?v=v2&amp;amp;px=999" role="button" title="cc1e75e8aa3043738450f48d394ded75_0d3752fd-0ffe-4557-bdce-b24303a49a97.png" alt="cc1e75e8aa3043738450f48d394ded75_0d3752fd-0ffe-4557-bdce-b24303a49a97.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;I never tested this on EXOS switches but on ERS you can send the name of the VLAN, as it is RFC compliant, it should be ok.&lt;/P&gt;&lt;P&gt;To be checked, what are the attributes you are sending to specify the VLAN?&lt;/P&gt;&lt;P&gt;Could you share a screenshot of the policy mapping entry?&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 22:11:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90938#M260</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-12-18T22:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90939#M261</link>
      <description>&lt;P&gt;I have ERS as well, so I can test on both.&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a8a9cddba9d2410e86d78af37299e308_5a814e73-1bc3-4d5d-9b12-6065c0241d75.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2975iFC55373EF7A74B65/image-size/large?v=v2&amp;amp;px=999" role="button" title="a8a9cddba9d2410e86d78af37299e308_5a814e73-1bc3-4d5d-9b12-6065c0241d75.png" alt="a8a9cddba9d2410e86d78af37299e308_5a814e73-1bc3-4d5d-9b12-6065c0241d75.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;So I need this?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 22:32:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90939#M261</guid>
      <dc:creator>Jay2009</dc:creator>
      <dc:date>2020-12-18T22:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90940#M262</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Jay,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m not sure of the use case… Tunnel-Private-Group-Id with VLAN name is to assign to a port&amp;nbsp;a VLAN by its name instead of VLAN-Id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the VLAN doesn’t exists, this has no sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the VLAN is specific per switch, you can create it manually and assign an i-sid.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can then provision it by its name without the need to use FA-xx attributes (just for the voice VLAN)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 22:42:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90940#M262</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-12-18T22:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90941#M263</link>
      <description>&lt;P&gt;The use case is when the VLAN is dynaically created through FA that it name it what I want insted of the system generated name.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 22:49:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90941#M263</guid>
      <dc:creator>Jay2009</dc:creator>
      <dc:date>2020-12-18T22:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90942#M264</link>
      <description>&lt;P&gt;There was a script on github page for ERS switches that took the vlan names and numbers for xmc and gave the name of the matching id to the switch. I can’t find it at the moment on github but &lt;USER-MENTION data-id="6370292"&gt;@Zdenek Pala&lt;/USER-MENTION&gt;&amp;nbsp;can give as a hint ?&amp;nbsp;&lt;BR /&gt;i was looking for the same but toen for ERS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 04:46:20 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90942#M264</guid>
      <dc:creator>Mark_van_Strien</dc:creator>
      <dc:date>2020-12-24T04:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90943#M265</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can sync VLANs from XMC (soon to be called XIQ Site Engine) to ERS by &lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/Netsight/oneview_workflows/xwf/Synchronize_Vlans_on_ERS-8.4.1.23v20.xwf?raw=true" target="_blank" rel="nofollow noreferrer noopener"&gt;Synchronize Vlans on ERS&lt;/A&gt;&amp;nbsp;workflow. there very similar workflows for Catalyst, ISW, HPE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This workflow creates VLANs on the ERS switch based on a combination of Site and Services VLAN configuration. The workflow deletes VLANs from the switch if the VLAN does not exist in the Site nor the Services definition. The workflow renames the VLAN name to match the Site or Services.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2020 23:44:16 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90943#M265</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2020-12-27T23:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90944#M266</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi &lt;USER-MENTION data-id="6370292"&gt;@Zdenek Pala&lt;/USER-MENTION&gt; ,&lt;/P&gt;&lt;P&gt;this workflow creates the vlan on the switches as well.&lt;BR /&gt;I was looking for a way to only change the name of a “existing” vlan.&lt;BR /&gt;the switch is connected via Fabric Attach and vlan’s are created with names like “VLAN #&amp;lt;id&amp;gt;” for troubleshooting a name is better.&lt;BR /&gt;so a script running every day with query the vlan id and names from XMC and changing the names on the ERS for the vlan that are there will do the trick.&lt;/P&gt;&lt;P&gt;Is there a way to query the vlan id and name from XMC ?&lt;BR /&gt;than i will try to creat the ERS part.&lt;/P&gt;&lt;P&gt;Kind regards&lt;BR /&gt;Mark van Strien&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 20:46:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90944#M266</guid>
      <dc:creator>Mark_van_Strien</dc:creator>
      <dc:date>2020-12-28T20:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90945#M267</link>
      <description>&lt;P&gt;Hi Mark.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The VLAN name can be defined in the Site or in the Service. The following API calls will help you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;get Site ID based on the deviceIP&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;varQuery = '''query{network {device(ip:"%s") {siteId}}}''' % emc_vars["deviceIP"]&lt;BR /&gt;varSiteID = emc_nbi.query(varQuery)['network']['device']['siteId']&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Get Service ID&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;varQuery = '''query{network{sites{siteId,parentId,fabricServiceDefinitionId}}}'''&lt;BR /&gt;varResult = emc_nbi.query(varQuery)['network']['sites']&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Get VLANs for the Service&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;varQuery = '''{network{serviceDefinition(id:%s){serviceApplicationConfig{serviceVlanData{name,vlanId}}}}}''' %varServiceId&lt;BR /&gt;varApps = emc_nbi.query(varQuery)['network']['serviceDefinition']['serviceApplicationConfig']&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Get VLANs based on Site where the device is assigned&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;varQuery='''query{network{device(ip:"%s"){siteData{vlans{name,vid}}}}}''' % emc_vars["deviceIP"]&lt;BR /&gt;varResult = emc_nbi.query(varQuery)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess you can re-use the workflow mentioned above, just delete lines calling functions: AddCommandCreateVlan (lines 105,127), AddCommandDeleteVlan (line 132)&amp;nbsp;…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Z.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 00:45:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90945#M267</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2020-12-29T00:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Naming FA created VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90946#M268</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;created a simple script for setting the correct names on FA vlan’s. In the script you can give the ip address of the source/uplink switch. The script queries the local switch and queries the XMC data for the vlans of the uplink switch and changes the name of the vlans if they are not the same as the source/uplink switch.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;from xmclib import cli&lt;BR /&gt;from device import api&lt;BR /&gt;from xmclib import logger&lt;BR /&gt;from xmclib import emc_vars&lt;BR /&gt;import re&lt;BR /&gt;&lt;BR /&gt;## Script for setting vlan names on ERS FA switches.&lt;BR /&gt;&lt;BR /&gt;def sendConfigCmds(cmds): &lt;BR /&gt;    for cmd in cmds:&lt;BR /&gt;        cli_results = emc_cli.send( cmd )&lt;BR /&gt;        if cli_results.isSuccess() is False:&lt;BR /&gt;            print 'CLI-ERROR: ' + cli_results.getError()&lt;BR /&gt;            wf_error("CLI ERROR EXECUTING CLI COMMANDS")&lt;BR /&gt;            status = emc_results.Status;&lt;BR /&gt;            emc_results.setStatus( status.ERROR )&lt;BR /&gt;    cli_lines = cli_results.getOutput()&lt;BR /&gt;    return cli_lines&lt;BR /&gt;&lt;BR /&gt;def AddCommandChangeVlan (vlanName,vlanID):&lt;BR /&gt;    global varCMDS&lt;BR /&gt;    varCMDS.append('vlan name %s "%s"' % (vlanID,vlanName))&lt;BR /&gt;    return&lt;BR /&gt;&lt;BR /&gt;## Ip of the uplink switch ( core or datacentre )&lt;BR /&gt;varUplink_SW = "SET IP OF UPLINK/SOURCE SWITCH"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## Get local vlans of the switch&lt;BR /&gt;varCMDS = []&lt;BR /&gt;varCMDS.append('enable')&lt;BR /&gt;varCMDS.append('sh vlan type port')&lt;BR /&gt;varCli_result = sendConfigCmds(varCMDS)&lt;BR /&gt;&lt;BR /&gt;regex = re.compile(r"(\d+) +(.+?)\s+Port +None")&lt;BR /&gt;try:&lt;BR /&gt;    varVlans = regex.findall(varCli_result)&lt;BR /&gt;except:&lt;BR /&gt;    wf_error("Unexpected CLI response.")&lt;BR /&gt;else:&lt;BR /&gt;    varX = range (len(varVlans))&lt;BR /&gt;    varVlanIDs=[]&lt;BR /&gt;    varVlanNames=[]&lt;BR /&gt;    for varI in varX:&lt;BR /&gt;        varVlanIDs.append(varVlans[varI][0])&lt;BR /&gt;        varVlanNames.append(varVlans[varI][1])&lt;BR /&gt;&lt;BR /&gt;    varCMDS = []&lt;BR /&gt;    varCMDS.append('configure terminal')&lt;BR /&gt;&lt;BR /&gt;## Get vlans of the uplink switch.&lt;BR /&gt;&lt;BR /&gt;var_query = '''query{network{device(ip: "%s"){deviceData{vlans{name,vid}}}}}''' %varUplink_SW&lt;BR /&gt;var_Result = emc_nbi.query(var_query)&lt;BR /&gt;vlans_id = var_Result['network']['device']['deviceData']['vlans']&lt;BR /&gt;&lt;BR /&gt;## loop the local vpn and replace name is not correct.&lt;BR /&gt;&lt;BR /&gt;for varVlan in var_Result['network']['device']['deviceData']['vlans']:&lt;BR /&gt;        if str(varVlan['vid']) in varVlanIDs:&lt;BR /&gt;            if str(varVlan['name']) in varVlanNames:&lt;BR /&gt;                varVlanNames.remove(str(varVlan['name']))&lt;BR /&gt;                varVlanIDs.remove(str(varVlan['vid']))&lt;BR /&gt;            else:&lt;BR /&gt;                #vlan name does not match&lt;BR /&gt;                if str(varVlan['vid']) != "1":&lt;BR /&gt;                    AddCommandChangeVlan (varVlan['name'],varVlan['vid']) &lt;BR /&gt;                    print varCMDS&lt;BR /&gt;                    varChanged=True&lt;BR /&gt;                del varVlanNames[varVlanIDs.index(str(varVlan['vid']))]&lt;BR /&gt;                varVlanIDs.remove(str(varVlan['vid']))&lt;BR /&gt;&lt;BR /&gt;## send commands to the switch.&lt;BR /&gt;if varChanged:&lt;BR /&gt;    varCli_result = sendConfigCmds(varCMDS)&lt;BR /&gt;    emc_results.put("ChangedVlan","true")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;print "end"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thought I shared it with you all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Planning to run this script two times a day to my switches. Or do you see away to run it after a vlan is added to the switch via fa ?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Mark van Strien&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 18:36:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecontrol/naming-fa-created-vlans/m-p/90946#M268</guid>
      <dc:creator>Mark_van_Strien</dc:creator>
      <dc:date>2021-01-06T18:36:38Z</dc:date>
    </item>
  </channel>
</rss>

