set deviceconfig setting management
Focus
Focus
Advanced WildFire

set deviceconfig setting management

Table of Contents

set deviceconfig setting management

Description

Configure administrative management session settings on the WildFire appliance. You can configure timeouts to end administrative sessions if they are idle too long and how many login retries (failed login attempts) it takes to lock out an administrator.

Hierarchy Location

set deviceconfig setting

Syntax

management { idle-timeout {0 | <value>} admin-lockout { failed-attempts <value> lockout-time <value> } }

Options

+ idle-timeout
— Default administrative session idle timeout in minutes. Configure an idle timeout from 1-1440 minutes, or set the timeout value to 0 (zero) to never timeout the session.
> admin-lockout
— Configure the number of
failed-attempts
to login to the appliance before the administrator is locked out of the system (0-10), and the
lockout-time
in minutes (0-60) to lock out an administrator if the administrator crosses the
failed-attempts
threshold.

Sample Output

management { idle-timeout 0; admin-lockout { failed-attempts 3; lockout-time 5; } }

Recommended For You