<!-- This device template is better than the default Juniper template in some cases, because the default XML config isn't easily restored to the device-->
<!-- This template uses the "| display set" after the show config statement to change the config format -->
<Configuration-Management Device="Juniper Display set" SystemOID=" 1.3.6.1.4.1.2636">
<Commands>
<Command Name="Reset" Value="set cli complete-on-space off${CRLF}set cli screen-width 0${CRLF}set cli screen-length 0" />
<Command Name="Reboot" Value="request system reboot${CRLF}yes" />
<Command Name="EnterConfigMode" Value="configure" />
<Command Name="ExitConfigMode" Value="commit and-quit" />
<Command Name="DownloadConfig" Value="show configuration | display set" />
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}" />
<Command Name="SaveConfig" Value="${EnterConfigMode}${CRLF}${ExitConfigMode}" />
<Command Name="Version" Value="show version brief" />
<Command Name="Running" Value="" />
<Command Name="Startup" Value="" />
</Commands>
</Configuration-Management>