[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Setting Memory and Session Limits

Although you cannot create application signatures, you can configure sensor settings to limit the number of sessions running application identification and also limit memory usage for application identification.

Before You Begin

  1. For background information, read:
  2. Establish basic connectivity. See the Getting Started Guide for your device.
  3. Configure network interfaces. See the JUNOS Software Interfaces and Routing Configuration Guide.
  4. Download the signature database. See Updating the Signature Database Manually

In the configuration instructions for this example, you configure the limit so that only 600 sessions can run application identification at the same time. You also configure 5000 memory bytes as the maximum amount of memory that can be used for saving packets for application identification for one TCP session.

You can use either J-Web or the CLI configuration editor to configure memory and session limits for application identification.

This topic contains:

CLI Configuration

To configure memory and session limits for application identification:

  1. Specify the session limit for application identification. In the following statement you set the maximum number of sessions that can run application identification at the same time as 600:
    user@host# set security idp sensor-configuration application-identification max-sessions 600
  2. Specify the memory limit for application identification. In the following statement you configure a maximum of 5000 memory bytes to save packets for application identification:
    user@host# set security idp sensor-configuration application-identification max-tcp-session-packet-memory 5000
  3. If you are finished configuring the router, commit the configuration.
  4. From configuration mode in the CLI, enter the show security idp command to verify the configuration. For more information, see the JUNOS Software CLI Reference.

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]