Create and Configure a RADIUS Secure Profile

About this task

Note

Note

This procedure does not apply to VSP 8600 Series.

You configure RADIUS secure profiles with certificate information, certificate key information, and password information, which enables RADSec peers to establish connections.

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Configure a name for the RADIUS profile:

    radius secure-profile WORD<1-16>

  3. Configure the full file path of the certificate authority (CA) certificate for the RADIUS secure profile:

    radius secure-profile WORD<1-16> CA-cert-file WORD<0-128> [WORD<1-128>]

  4. Configure the full path of the server certificate for the RADIUS secure profile:

    radius secure-profile WORD<1-16> cert-file WORD<0-128> [WORD<1-128>]

  5. Configure the full path of the private key file for the RADIUS secure profile:

    radius secure-profile WORD<1-16> key-file WORD<0-128> [WORD<1-128>]

  6. Configure the private key password for the RADIUS secure profile:

    radius secure-profile WORD<1-16> key-pwd WORD<0-255>

Variable Definitions

The following table defines parameters for the radius secure-profile command.

Variable Value
WORD<1-16> Specifies the RADIUS secure profile name.
CA-cert-file WORD<0-128> Specifies the full file path of the certificate authority (CA) certificate.
cert-file WORD<0-128> Specifies the full file path of the server certificate.
key-file WORD<0-128> Specifies the full file path of the private key file.
WORD<1-128> Specifies the file name.
key-pwd WORD<0-255> Specifies the private key password.