set user-awareness advanced-settings

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Prerequisite

Enable User Awareness and configure at lease one authentication method for User Awareness.

Description

Configures the advanced settings for the User Awareness Software Blade.

See:

In WebUI, this corresponds to:

  1. Click the Device view > Advanced section > Advanced Settings page.

  2. Search for the parameter name:

    User Awareness

  3. Double-click the parameter name.

  4. Configure the required setting.

  5. Click Save.

Syntax

set user-awareness advanced-settings

      association-timeout <Timeout>

      assume-single-user {true | false}

      use-ntlmv2 {true | false}

Parameters

Parameter

Description

association-timeout

Configures the association timeout (in minutes) for caching an association between a user and an IP address.

Range: 1 - 4294967295

Default: 720

assume-single-user

Configures the single-user mode (only the last logged in user is identified for an IP address):

  • true - Enables the single-user mode (this is the default)

  • false - Disables the single-user mode

use-ntlmv2

Configures the NTLM protocol for Active Directory Queries:

  • true - NTLMv2

  • false - NTLMv1 (this is the default)

Example Commands

set user-awareness advanced-settings association-timeout 60

set user-awareness advanced-settings assume-single-user false

set user-awareness advanced-settings use-ntlmv2 true