1725
encryption-algorithm
Syntax encryption-algorithm { none | { aes-128 | des | 3des }* }
undo encryption-algorithm
View VPN domain view
Parameter none: Specifies not to encrypt control packets.
aes-128: Specifies to adopt AES encryption algorithm, with the key length being
128 bits.
des: Specifies to adopt DES encryption algorithm.
3des: Specifies to adopt 3DES encryption algorithm.
Description Use the encryption-algorithm command to configure the encryption and its
corresponding priority for protocol packets.
Use the undo encryption-algorithm command to restore the default.
By default, AES-128, 3DES and DES are adopted, with their priorities from the
highest to the lowest being AES-128, 3DES, and DES.
Note that:
Priorities of encryption algorithms are decided by their configuration order.
Based on its encryption algorithm configuration, a VAM server negotiates with
a client to determine the encryption algorithm to be used between them.
Related command: vam server vpn.
Example # Specifies to adopt AES-128 and 3DES encryption algorithms in VPN domain 1,
with the priority of AES-128 higher than that of 3DES.
<Sysname> system-view
[Sysname] vam server vpn 1
[Sysname-vam-server-vpn-1] encryption-algorithm aes-128 3des
hub private-ip
Syntax hub private-ip private-ip-address [public-ip public-ip-address ]
undo hub private-ip private-ip-address
View VPN domain view
Parameter private-ip-address: Private IP address of Hub.