Skip to main content
jasonhong
Staff & Editor
Staff & Editor
December 4, 2024

Troubleshooting Tip: FortiManager ADOM revision best practice

  • December 4, 2024
  • 0 replies
  • 1252 views
Description

This article provides the FortiManager ADOM revision best practice.

Scope

FortiManager.

Solution

Below are the guidelines to implement best practices for FortiManager ADOM revision.

 

  1. ADOM revision should only be used for significant changes. ADOM revision can be enabled when using the install wizard: Installing policy packages and device settings
  2. The number of ADOM revisions to be kept within FortiManager should be limited. The default value is 120 ADOM revisions.

 

FMG# config system global

FMG# set adom-rev-max-revisions <integer>

FMG# end

 

  1. Implement an ADOM revision deletion policy to limit the number of ADOM revisions retained. The ADOM revision deletion policy can be either by the number of days or by the number of revisions.

 

FMG# config system global

FMG# set adom-rev-max-days <integer>

FMG# set adom-rev-auto-delete by-days [Auto delete ADOM revisions by maximum days.]

FMG# end

 

FMG# config system global

FMG# set adom-rev-max-revisions <integer>

FMG# set adom-rev-auto-delete by-revisions [Auto delete ADOM revisions by maximum number of revisions (default).]

FMG# end