Ju
ne
20
18
362 Legrand PDU User Guide
config:#
authentication radius add <host> <rds_type> <auth_port> <acct_port> <timeout>
<retries>
Variables:
<host> is the IP address or host name of the Radius server.
<rds_type> is one of the Radius authentication types:
pap, chap, msChapV2
.
Type
Description
chap
CHAP
pap
PAP
msChapV2
MSCHAP v2
<auth_port> is the authentication port number.
<acct_port> is the accounting port number.
<timeout> is the timeout value in seconds. It ranges between 1 to 10 seconds.
<retries> is the number of retries. It ranges between 0 to 5.
To enter the shared secret:
1. After executing the above Radius command, the system automatically prompts you to enter the shared
secret.
2. Type the secret and press Enter.
3. Re-type the same secret and press Enter.
Example:
config:#
authentication radius add 192.168.7.99 chap 1812 1813 10 3
Modifying an Existing Radius Server
You can modify one or multiple parameters of an existing Radius server, or change the priority or sequence
of existing servers in the server list.
Change the IP address or host name:
config:#
authentication radius modify <server_num> host <host>
Change the Radius authentication type:
config:#
authentication radius modify <server_num> authType <rds_type>
Change the authentication port:
config:#
authentication radius modify <server_num> authPort <auth_port>
Change the accounting port:
config:#
authentication radius modify <server_num> accountPort <acct_port>
Change the timeout value:
config:#
authentication radius modify <server_num> timeout <timeout>
Change the number of retries: