The transform command specifies a security protocol used in an IPSec proposal.
The undo transform command restores the default configuration.
By default, an IPSec proposal uses the ESP protocol.
| Parameter | Description | Value |
|---|---|---|
| ah | Indicates that the IPSec proposal uses the Authentication Header (AH) protocol. |
- |
| ah-esp | Indicates that the IPSec proposal encapsulates packets through ESP, then through AH. |
- |
| esp | Indicates that the IPSec proposal uses the ESP protocol. |
- |
Usage Scenario
AH prevents data tampering but cannot prevent data from being listened to, so it applies only to the transmission of non-confidential data. ESP provides authentication service inferior to that of AH, but it can encrypt packet payloads.
Precautions
The IPSec proposals configured on both ends of an IPSec tunnel must use the same security protocol.