...
...
...
Back to Table of Contents
Back to CLI Configure Mode
Back to Global - CLI
The global security ipsec object allows you to configure system-wide IPSec parameters, the initial IKE retransmission interval and the IKE retransmission count.
Command Syntax
Code Block |
---|
|
% set global security ipsec
ikeRetransmitCount <0-7>
ikeRetransmitInterval <2-10> |
...
% show global security
displaylevel <displaylevel>
ipsec
ikeRetransmitCount
ikeRetransmitInterval
% delete global security ipsec ikeRetransmitCount ikeRetransmitInterval |
Command Parameters
Caption |
---|
0 | Table |
---|
1 | Global Security Parameters |
---|
|
Parameter | Length/Range | Description |
---|
ikeRetransmitCount
| 0-7 | Specifies the Ike Message retransmit count. (default = 5). | ikeRetransmitInterval
| 2-10 | Specifies the Ike Message retransmit interval in seconds. (default = 4). |
|
Command Example
To display the global configuration of all country codes:
Code Block |
---|
|
% show global security
ipsec {
ikeRetransmitInterval 2;
ikeRetransmitCount 2;
} |