security ipsec config modify
Modify IPsec config
Availability: This command is available to cluster administrators at the admin privilege level.
Description
This command modifies IPsec configuration parameters.
Parameters
- [-is-enabled {true|false}] - Is IPsec Enabled
- This parameter enables and disables IPsec on the storage system.
- [-log-level <IPsec Log Level>] - IPsec Logging Level
- This parameter sets the IPsec logging level, where logging level 0 means no logging, and logging level 5 is most verbose. Default value is 2.
- [-replay-window <IPsec Replay Window Size>] - IPsec Replay Window Size
- This parameter sets the IPsec replay window size. The possible values are 0, 64, 128, 256, 512 and 1024. Default value is 0.
Examples
The following example enables IPsec:
cluster-1::> security ipsec config modify -is-enabled true
The following example sets the IPsec logging level to 4:
cluster-1::> security ipsec config modify -log-level 4
The following example sets the IPsec replay window size to 64:
cluster-1::> security ipsec config modify -replay-window 64
Give documentation feedback