JUNIPER SSG550M (1.3.6.1.4.1.3224.1.51) Template

Device: JUNIPER SSG550M

OID: 1.3.6.1.4.1.3224.1.51

Status: verified and tested

The following command template enables you to:

  1. Download config via "indirect tftp method" to a tftp server
  2. Upload config via "indirect tftp method" from a tftp server
  3. Download the config via "direct ssh method"
  4. Reset the firewall after uploading the config via tftp in order for it to be activated

Remarks:

It is sometimes necessary to tell the firewall to use a different source interface. This can be achieved by adding the keyword "from interface", i.e. " from bgroup5/0.1"

<!--SolarWinds Network Management Tools-->

<!--Copyright 2007 SolarWinds.Net All rights reserved-->

<!--created by Patrick Sigrist-->

<Configuration-Management Device="Juniper Netscreen Devices" SystemOID=" 1.3.6.1.4.1.3224.1.51">

  <Commands>

  <Command Name="MenuBased" Value="false"/>

  <Command Name="VirtualPrompt" Value="->"/>

  <Command Name="Reset" Value="set console page 0"/>

  <Command Name="Reboot" Value="reset${ENTER}ny" Delay="300" />

  <Command Name="Startup" Value="config"/>

  <Command Name="Running" Value="config"/>

  <Command Name="DownloadConfig" Value="get config"/>

  <Command Name="UploadConfigIndirect" Value="save ${ConfigType} from tftp ${StorageAddress} ${StorageFilename} to flash from bgroup5/0.1"/>

  <Command Name="Version" Value="get system"/>

  <Command Name="DownloadConfigIndirect" Value="save ${ConfigType} from flash to tftp ${StorageAddress} ${StorageFilename} from bgroup5/0.1"/>

  <!-- Juniper NetScreen Devices do not like Psuedo Terminal being allocated during SSH, so turn it off. -->

  <Command Name="AllocatePty" Value="False"/>

  </Commands>

</Configuration-Management>