ONTAP 9.12.1 commands

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

    Modify per-location session limit

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

    Description

    This command allows modification of a per-location management session limit.

    Parameters

    -interface {cli|ontapi|rest} - Interface

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

    -location <text> - Location

    The specified location to which this limit applies. The limit with the location name -default- (in the Default IPspace) is the limit used for any location (in any IPspace) without a specific configured limit.

    [-ipspace <IPspace>] - IPspace of Location

    This identifies the IPspace of the client location. If not specified, changes are made in the Default IPspace.

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

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

    Examples

    The following example illustrates modifying management sessions limits for specific locations.

    cluster1::*> security session limit location modify -interface * -location 10.98.* -max-active-limit 2
    3 entries were modified.
    Top of Page