Chapter 12
Tunneling and VPNs
RUGGEDCOM ROX II
CLI User Guide
418 Adding an ESP Algorithm
esp algorithm aes256 sha1
!
!
!
!
If no algorithms have been configured, add algorithms as needed. For more information, refer to Section12.8.8.3,
“Adding an ESP Algorithm”.
Section12.8.8.3
Adding an ESP Algorithm
To add a new algorithm for the Encapsulated Security Payload (ESP) protocol, do the following:
1. Make sure the CLI is in Configuration mode.
2. Add the algorithm by typing:
tunnel ipsec connection connection esp algorithm cipher method
Where:
• connection is the name of the connection.
• cipher is the cipher algorithm. Options include 3des, aes, aes128, aes192, aes256 and any. The
default is aes. The option any selects the default.
• method is the hash method. Options include any, md5, sha1 and sha2. The default is sha1. The option
any selects the default.
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section12.8.8.4
Deleting an ESP Algorithm
To delete an algorithm for the Encapsulated Security Payload (ESP) protocol, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the algorithm by typing:
no tunnel ipsec connection connection esp algorithm cipher method
Where:
• connection is the name of the connection
• cipher is the cipher algorithm. Options include 3des, aes, aes128, aes192, aes256 and any. The
default is aes. The option any selects the default.
• method is the hash method. Options include any, md5, sha1 and sha2. The default is sha1. The option
any selects the default.
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.