ONTAP 9.12.1 commands

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

    Show default session limits

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

    Description

    This command shows the default management session limits that have been configured for each interface and category.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-interface {cli|ontapi|rest}] - Interface

    Selects the sessions that match this parameter value. This identifies the interface (CLI, ONTAPI, or REST) to which the limit applies.

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

    Selects the sessions that match this parameter value. This identifies the category for the limit. The following categories are supported: application, location, request, user, and Vserver.

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

    Selects the sessions that match this parameter value. This identifies the configured limit that is used to throttle or reject requests.

    Examples

    The following example illustrates displaying the default limits for management sessions.

    cluster1::> security session limit show
    Interface Category    Max-Active
    --------- ----------- ----------
    cli       user                 2
    cli       vserver              4
    ontapi    vserver              2
    3 entries were displayed.
    Top of Page