The tsm-server shared-key command sets a shared key for a Agile Controller server.
The undo tsm-server shared-key command deletes a shared key for a Agile Controller server.
tsm-server [ encryption-mode { 3des | aes128 [ enhanced ] } ] shared-key shared-key
undo tsm-server shared-key
| Parameter | Description | Value |
|---|---|---|
| encryption-mode 3des | Specifies the encryption algorithm to 3DES. | - |
| encryption-mode aes128 | Specifies the encryption algorithm to AES128. AES128 is securer than 3DES. | - |
| encryption-mode aes128 enhanced | Uses AES128 enhanced encryption. | - |
| shared-key | Specifies the shared key of a Agile Controller server. |
|
By default, the algorithm for encrypting the pre-shared key is AES128.
The packets transmitted between the FW and the Agile Controller server are encrypted through 3DES or AES128. 3DES and AES128 are symmetric encryption algorithms, and therefore the encryption modes and shared keys specified on the two ends must be the same.
When AES128 is used as the encryption algorithm, you can specify the enhanced keyword to use AES128 enhanced encryption which is more secure.
Each Agile Controller version may support different encryption modes. Before configuration, confirm whether the Agile Controller version supports the encryption mode and ensure that the encryption modes on both ends are the same.