quote:Originally posted by pjbI have a bunch of Fortigate firewalls, and have created templates for them if anyone has the same.Depending on the model you have, change the SystemOID. 100 = 1.3.6.1.4.1.12356.100 1000a = 1.3.6.1.4.1.12356.10001 3000 = 1.3.6.1.4.1.12356.30000<!--SolarWinds Network Management Tools--><!--Copyright 2005 SolarWinds.Net All rights reserved--><Configuration-Management Device="Fortigate 60" SystemOID=" 1.3.6.1.4.1.12356.60"> <Commands> <Command Name="RESET" Value="config system console ${CRLF}set output standard ${CRLF}end"/> <Command Name="Reboot" Value="execute reboot${CRLF}y${CRLF}"/> <Command Name="EnterConfigMode" Value="config "/> <Command Name="ExitConfigMode" Value="end"/> <Command Name="Startup" Value="full-configuration"/> <Command Name="Running" Value=""/> <Command Name="DownloadConfig" Value="show ${ConfigType}"/> <Command Name="UploadConfig" Value="${ConfigText}${CRLF}${ExitConfigMode}"/> <Command Name="DownloadConfigIndirect" Value="execute backup config ${TransferProtocol} ${StorageFilename} ${StorageAddress}${CRLF}${CRLF}${CRLF}"/> <Command Name="UploadConfigIndirect" Value="execute restore config tftp ${StorageFilename} ${StorageAddress}${CRLF}${CRLF}"/> <Command Name="EraseConfig" Value="execute factoryreset${CRLF}y"/> <Command Name="SaveConfig" Value="execute cfg save"/> <Command Name="Version" Value="get system status"/> </Commands></Configuration-Management>