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
Give documentation feedback