<?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 Device family type not showing up in Site Engine in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/device-family-type-not-showing-up-in-site-engine/m-p/111230#M12257</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to backup a configuration from a Huawei switch by using SCP. By default, the GitHub repo of Extreme only has the TFTP option for Huawei. I have created a new device family type by creating a script named huawei.scp and adding it to the directory&amp;nbsp;/usr/local/Extreme_Networks/NetSight/appdata/InventoryMgr/properties/devicefiles, which is the default.&lt;/P&gt;&lt;P&gt;I have tried both restarting the VM, as well as the NetSight service, and the new device family type (Huawei - SCP) is not appearing under the Inventory Settings for that particular switch. I am providing a copy as well of the script.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;- Use these scripts to manage an Huawei S5720 device
name="Huawei - SCP"
desc="Huawei S5720 SCP Scripts"
protocol=SCP
-----BEGIN SCRIPT "Configuration Upload"-----
save NMS.cfg
y
@receive 8
scp NMS.cfg %SCP_USER%@%TFTP_IP%:%RELATIVE_TARGET_FILE_PATH%
@receive 15
delete flash:/NMS.cfg
y
quit
-----END SCRIPT-----
-----BEGIN SUCCESS "Configuration Upload"-----
Info: Uploaded the file successfully.
-----END SUCCESS-----&lt;/LI-CODE&gt;&lt;P&gt;Can anyone shed some light on what may be going on?&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;</description>
    <pubDate>Fri, 16 Aug 2024 09:30:57 GMT</pubDate>
    <dc:creator>gerivives</dc:creator>
    <dc:date>2024-08-16T09:30:57Z</dc:date>
    <item>
      <title>Device family type not showing up in Site Engine</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/device-family-type-not-showing-up-in-site-engine/m-p/111230#M12257</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to backup a configuration from a Huawei switch by using SCP. By default, the GitHub repo of Extreme only has the TFTP option for Huawei. I have created a new device family type by creating a script named huawei.scp and adding it to the directory&amp;nbsp;/usr/local/Extreme_Networks/NetSight/appdata/InventoryMgr/properties/devicefiles, which is the default.&lt;/P&gt;&lt;P&gt;I have tried both restarting the VM, as well as the NetSight service, and the new device family type (Huawei - SCP) is not appearing under the Inventory Settings for that particular switch. I am providing a copy as well of the script.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;- Use these scripts to manage an Huawei S5720 device
name="Huawei - SCP"
desc="Huawei S5720 SCP Scripts"
protocol=SCP
-----BEGIN SCRIPT "Configuration Upload"-----
save NMS.cfg
y
@receive 8
scp NMS.cfg %SCP_USER%@%TFTP_IP%:%RELATIVE_TARGET_FILE_PATH%
@receive 15
delete flash:/NMS.cfg
y
quit
-----END SCRIPT-----
-----BEGIN SUCCESS "Configuration Upload"-----
Info: Uploaded the file successfully.
-----END SUCCESS-----&lt;/LI-CODE&gt;&lt;P&gt;Can anyone shed some light on what may be going on?&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 09:30:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/device-family-type-not-showing-up-in-site-engine/m-p/111230#M12257</guid>
      <dc:creator>gerivives</dc:creator>
      <dc:date>2024-08-16T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Device family type not showing up in Site Engine</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/device-family-type-not-showing-up-in-site-engine/m-p/111237#M12258</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;The underlying problem is that you have protocol=SCP but you have configure variables for a different transfer method.&lt;BR /&gt;&lt;BR /&gt;Change %TFTP_IP% to %SCP_IP%&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-Ryan&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 18:17:17 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/device-family-type-not-showing-up-in-site-engine/m-p/111237#M12258</guid>
      <dc:creator>Ryan_Yacobucci</dc:creator>
      <dc:date>2024-08-17T18:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Device family type not showing up in Site Engine</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/device-family-type-not-showing-up-in-site-engine/m-p/111415#M12268</link>
      <description>&lt;P&gt;this one works for TFTP:&amp;nbsp;&lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/XMC_XIQ-SE/cfg_backup_scripts/Huawei.txt" target="_blank"&gt;https://github.com/extremenetworks/ExtremeScripting/blob/master/XMC_XIQ-SE/cfg_backup_scripts/Huawei.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try to modify it... THe issue can be with some hidden character or end of the line...&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 14:29:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/device-family-type-not-showing-up-in-site-engine/m-p/111415#M12268</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2024-08-18T14:29:11Z</dc:date>
    </item>
  </channel>
</rss>

