security session limit location create
Create per-location session limit
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
This command allows creation of a per-location management session limit that does not yet exist.
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 creating a CLI limit for specific location.
cluster1::*> security session limit location create -interface cli -location 10.98.16.164 -max-active-limit 1
Give documentation feedback