Parameter | Description | Value |
---|---|---|
name proposal-name |
Specifies the name of a security proposal. |
The value is a string of 1 to 15 case-sensitive characters. Except the question mark (?) and space. However, when quotation marks (") are used around the password, spaces are allowed in the password. |
brief |
Specifies to display the brief information about security proposals. |
- |
Usage Scenario
IPsec ensures security using the security proposal. You can run the display ipsec proposal command to view the following information:
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display ipsec proposal name p1
IPsec proposal name: p1
encapsulation mode: tunnel
transform: esp-new
ESP protocol: authentication SHA2-HMAC-256, encryption 192-AES
applied to policy: pol1-1-isakmp
<HUAWEI> display ipsec proposal brief
current ipsec proposal number: 1
-----------------------------------------------------
Proposal Name Encapsulation Mode Transform
-----------------------------------------------------
1 tunnel esp-new
<HUAWEI> display ipsec proposal
Total IPsec proposal number: 2
IPsec proposal name: p2
encapsulation mode: transport
transform: esp-new
ESP protocol: authentication SHA2-HMAC-256, encryption 256-aes
IPsec proposal name: p4
encapsulation mode: tunnel
transform: ah-new
AH protocol: authentication SHA2-HMAC-256
Item | Description |
---|---|
IPsec proposal name | Name of a security proposal. |
encapsulation mode | Encapsulation mode. |
ESP protocol | ESP configuration. |
applied to policy | IPsec policy to which the IPsec proposal is applied. |
current ipsec proposal number | Number of current security proposals. |
Total IPsec proposal number | Number of security proposals created. |
AH protocol | AH configuration. |
transform | Security protocol defined in the security proposal:
|