Configure a RADIUS Dynamic Client

Before you begin

You must enable EAPOL globally and at the port level.

About this task

Configure a client to enable processing of dynamic session changes.

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Configure client values:

    radius dynamic-server client WORD<0-255> [port <1024-65535>] [secret WORD<0-32>] enable

Example

Switch:1>enable
Switch:1#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch:1(config)#radius dynamic-server client 192.0.2.15 port 1025 secret 123 enable

Variable Definitions

The following table defines parameters for the radius dynamic-server command.

Variable

Value

client WORD<0-255>

Specifies the client address or fully qualified domain name (FQDN). If you use an FQDN, you must also configure the switch to use DNS.

enable

Enable processing of dynamic session changes.

port <1024-65535>

Specifies the port value.

secret WORD<0-32>

Specifies a value for secret key.