Configuring a RADIUS dynamic-server client

About this task

Configure a client to allow processing of dynamic session changes.

Before you begin

You must enable EAPOL globally and at the port level.

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Configure values for client IP address, port, and secret key:

    Switch:1(config)#radius dynamic-server client WORD<0-46> 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-46>

Specifies the client address.

enable

Enable processing of dynamic session changes.

port <1024-65535>

Specifies the port value.

secret WORD<0-32>

Specifies a value for secret key.