ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security session limit modify

    Modify default session limit

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    This command allows modification of a default management session limit.

    Parameters

    -interface {cli|ontapi|rest} - Interface

    The interface (CLI, ONTAPI, or REST) to which the limit applies.

    -category {application|location|request|user|vserver} - Category

    The session type for this default limit. The following categories are supported: application, location, request, user, Vserver.

    [-max-active-limit <integer>] - Max-Active Limit

    The maximum number of concurrent sessions allowed for this interface and category.

    Examples

    The following example illustrates modifying the default limit for CLI management sessions from the same location.

    cluster1::> security session limit modify -interface cli -category location -max-active-limit 4
    Top of Page