display ipsec proposal (All views)
Parameters
Parameter | Description | Value |
---|---|---|
brief | Displays brief information about IPSec proposals. | - |
name proposal-name | Displays detailed information about an IPSec proposal with a specified name. | The value must be an existing IPSec proposal name. |
Usage Guidelines
You can run the display ipsec proposal command to view the following information:
- Name of the IPSec proposal
- Encapsulation mode
- Security protocol
- Authentication and encryption algorithms defined in the security protocol
If no parameter is specified, this command displays detailed information about all IPSec proposals.
Example
# Display detailed information about all IPSec proposals.
<AC6605> display ipsec proposal Number of proposals: 2 IPSec proposal name: 1 Encapsulation mode: Tunnel Transform : esp-new ESP protocol : Authentication SHA2-HMAC-256 Encryption AES-256 IPSec proposal name: 2 Encapsulation mode: Tunnel Transform : ah-esp-new AH protocol : Authentication SHA2-HMAC-256 ESP protocol : Authentication SHA2-HMAC-256 Encryption AES-256
# Display brief information about all IPSec proposals.
<AC6605> display ipsec proposal brief Current ipsec proposal number: 5 --------------------------------------------------------- Proposal Name Encapsulation mode Transform --------------------------------------------------------- 1 Tunnel esp-new 2 Tunnel ah-esp-new 3 Tunnel ah-esp-new 4 Tunnel esp-new prop1 Tunnel esp-new
Item |
Description |
---|---|
Number of proposals/Current ipsec proposal number | Current total number of IPSec proposals. |
IPSec proposal name/Proposal Name | Name of the IPSec proposal. To configure an IPSec proposal, run the ipsec proposal command. |
Encapsulation mode | Encapsulation mode in the IPSec proposal, which can be transport or tunnel. To configure an encapsulation mode, run the encapsulation-mode command. |
Transform | Security protocol in the IPSec proposal. The value can be:
To configure a security protocol, run the transform command.
|
ESP protocol | Authentication and encryption algorithms used by ESP. To configure authentication and encryption algorithms, run the esp authentication-algorithm and esp encryption-algorithm commands. |