Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Caption | ||||
---|---|---|---|---|
| ||||
Parameter | Length/Range | Description | ||||
---|---|---|---|---|---|---|
| 1-23 | Specifies the name of the address context. The address context is a container of objects that correspond to a specific IP Addressing domain. Must be 1-23 characters. | ||||
| 1-23 | Specifies the name of an IPSec Security Policy Database (SPD) entry. The IPSec SPD is an ordered list of entries ("rules") that specify sets of packets and determine whether or not to permit, deny, or protect packets between the
You can configure up to 4,096 SPD entries. | ||||
| N/A | Action applied when packets processed by IPSec found matching the selectors of this SPD rule.
| ||||
| N/A | Specifies the local IPv4 or IPv6 address of the SPD traffic selector. | ||||
| 0-128 | Specifies the local IP prefix length of the SPD traffic selector. Default value is 0.
| ||||
| 0-65535 | Specifies the local port of the SPD traffic selector. Zero indicates wildcard. Default value is 0. | ||||
| 0-65535 | Evaluation order of this entry. Zero indicates wildcard. | ||||
| 0-255 | Specifies the IP protocol number of the SPD traffic selector. This parameter uses IANA protocol number assignment, that is, protocol number 6 represents TCP, protocol number 17 represents UDP. Zero indicates wildcard. Default value is 0. | ||||
| N/A | Specifies the remote IPv4 or IPv6 address of the SPD traffic selector. Zero indicates wildcard. | ||||
| 0-128 | Specifies the remote IP prefix length of the peer's SPD traffic selector. Zero indicates wildcard. Default value is 0.
| ||||
| 0-65535 | Specifies the remote port of the SPD traffic selector. Zero indicates wildcard. Default value is 0. | ||||
| N/A | Administrative state of this SPD entry.
| ||||
| 1-64 | To display different levels of output information in show commands. |
Code Block | ||
---|---|---|
| ||
% set addressContext default ipsec spd SPD3 localIpAddr 10.16.230.2 localIpPrefixLen 32 remoteIpAddr 10.16.220.2 remoteIpPrefixLen 32 action protect protocol 17 state enabled precedence 102 % show addressContext default ipsec spd SPD3 { state enabled; precedence 102; localIpAddr 10.16.230.2; localIpPrefixLen 32; remoteIpAddr 10.16.220.2; remoteIpPrefixLen 32; protocol 17; action protect; } |