FireBrick Updates: Difference between revisions

From AAISP Support Site
Line 29: Line 29:


This will only update software (level beta) between 1am and 5am on any day.
This will only update software (level beta) between 1am and 5am on any day.

You can test the status of a profile, eg from telnet:
<pre>
brick> show profiles
updates INACTIVE outside time profile
</pre>

Revision as of 11:10, 21 February 2011

Software updates for the FireBrick are free, they are available from: [1] - Click your product on the left (eg 2700) and then 'Software Updates' on the right.

Auto Updates

The 2500/2700 will by default update itself for new factory releases.

Settings:

Auto update is controlled in the <system... /> settings. The default (ie, with no sw-update value set, is to update to the latest factory software. Other settings are:

  • false Do no auto load
  • factory Load factory releases
  • beta Load beta test releases
  • alpha Load test releases

Example: Disable auto-updates

set:

  <system name="My FireBrick" contact="Bob" sw-update="false" comment="Disabling auto updates"/>

Example: Enable Beta software updates overnight only

updating the software will reboot the FireBrick, and will mean a short amount of down time. A FireBrick reboots in less than 1 second, but then may take a few more seconds to bring up PPPoE. You can set a time profile, in which updates will only be applied, for example:

  <system name="My FireBrick" contact="Bob" sw-update="beta" sw-update-profile="updates"/>
  <profile name="updates" comment="Profile for updates overnight only">
    <time start="01:00:00" stop="05:00:00"/>
  </profile>

This will only update software (level beta) between 1am and 5am on any day.

You can test the status of a profile, eg from telnet:

brick> show profiles
updates              INACTIVE outside time profile