ES-2024 Series User’s Guide
233 Chapter 32 Configuration Mode Commands
where
An example is shown next.
• Specify RADIUS server 1 with IP address 10.10.10.1, port 1890 and the string
secretKey as the password. See Section 32.11.1 on page 231 for more information on
RADIUS server commands.
• Specify the timeout period of 30 seconds that the switch will wait for a response from the
RADIUS server.
• Enable port authentication on ports 4 to12.
• Activate reauthentication on the ports.
• Specify 1800 seconds as the interval for client reauthentication.
port-access-authenticator
= Enables port authentication on the switch.
port-access-authenticator
<port-list>
= Specifies which ports require authentication.
reauthenticate
= Enables reauthentication on the port.
reauth-period <reauth-
period>
= Specifies how often a client has to re-enter his or her
username and password to stay connected to the port.
sysname(config)# radius-server host 1 10.10.10.1 auth-port 1890 key secretKey
sysname(config)# radius-server timeout 30
sysname(config)# port-access-authenticator
sysname(config)# port-access-authenticator 4-12
sysname(config)# port-access-authenticator 4-12 reauthenticate
sysname(config)# port-access-authenticator 4-12 reauth-period 1800