Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring System Log Messages on the AX411 Access Point

This topic includes the following sections:

Configuring System Log Messages on the AX411 Access Point (CLI Procedure)

To configure system log messages on the AX411 Access Point:

  1. Navigate to the top of the configuration hierarchy in the CLI configuration editor and enter
    [edit]user@host# set wlan syslog-options
  2. Enter the following options:
    • log-size — Maximum size of each system log file that can be stored on an access point. Range: 4 to 1024 kilobytes.
    • period — Specifies the interval, in seconds, between retrieving and storing syslog messages on the SRX Series device. Range: 60 to 86,400 seconds.

    For example:

    [edit]user@host# set wlan syslog-options log-size 64 period 360
  3. If you are finished configuring the system log options, commit the configuration.
    [edit]user@host# commit

Configuring System Log Messages on Individual Access Points (CLI Procedure)

Table 1 provides information on the AX411 Access Point supported configuration parameters that are required for configuring system log messages.

Table 1: Access Point Configuration Parameters for System Log Messages

Parameters

Description

log-level

Defines the severity levels of system messages. This parameter provides 8 levels of severity numbered 0–7. A higher number indicates a higher level of severity.

enable-persistent

Specifies that an access point stores all persistent log events to internal flash memory and the remote server or services gateway periodically fetches these system log messages files from all Access Points.

enable-remote

Specifies that system log message files are not stored on internal flash and will be sent to the remote log server directly.

log-server-address

Specifies the IP address of the remote log server.

log-server-port

Specifies the port of the remote log server.

To configure system log messages on individual access points:

  1. Navigate to the top of the configuration hierarchy in the CLI configuration editor and enter
    [edit]user@host# set wlan access-point access-point name logging-options
  2. Enter the options as given in Table 1.

    For example, to configure persistent logging:

    [edit]user@host# set wlan access-point ap1 logging-options log-level 7 enable-persistent

    For example, to configure remote logging:

    [edit]user@host# set wlan access-point ap1 logging-options log-level 7 enable-remote log-server-address 10.100.37.178 log-server-port 514
  3. If you are finished configuring the system log options, commit the configuration.
    [edit]user@host# commit

Published: 2014-05-22