Chapter 11: RADIUS Authentication Server Commands
180 Section II: Switch Management
ADD RADIUSSERVER SERVER
Syntax
add radiusserver server=
ip_address
order=1|2 [secret=secret]
[port=
port_number
] [accport=
port_number
]
Parameters
ip_address
Specifies the IPv4 address of the RADIUS server.
order
Specifies the priority for the RADIUS server, 1 or 2. The priority 1 is
higher than the priority 2.
secret
Specifies the password to communicate with the RADIUS server.
port
Specifies the UDP port for the RADIUS server for authentication.
By default, the port is 1812.
accport
Specifies the UDP port for the RADIUS server for accounting. By
default, the port is 1813.
port_number
Specifies the UDP port. The port number is from 1 to 65535.
Description
Use this command to add a RADIUS server to the authentication server
list.
Confirmation Command
“SHOW AUTHENTICATION” on page 188
Example
The following command adds a RADIUS server of 192.168.1.208, the
priority 1, and the password radius:
Manager > add radiusserver server=192.168.1.208 order=1
secret=radius