Specifications

330 ExtremeWare XOS 10.1 Command Reference Guide
Security Commands
configure radius server
configure radius [primary | secondary] server [<ipaddress> | <hostname>]
{<udp_port>} client-ip [<ipaddress>] {vr <vr_name>}
Description
Configures the primary and secondary RADIUS authentication server.
Syntax Description
Default
The default UDP port setting is 1812. The default virtual router is VR-0, the management virtual router.
Usage Guidelines
Use this command to specify RADIUS server information.
Use of the <hostname> parameter requires that DNS be enabled.
The RADIUS server defined by this command is used for user name authentication and CLI command
authentication.
Example
The following command configures the primary RADIUS server on host radius1 using the default UDP
port (1812) for use by the RADIUS client on switch 10.10.20.30 using a virtual router interface of VR-2:
configure radius primary server radius1 client-ip 10.10.20.30 vr vr-2
primary Configures the primary RADIUS authentication server.
secondary Configures the secondary RADIUS authentication server.
ipaddress The IP address of the server being configured.
hostname The host name of the server being configured.
udp_port The UDP port to use to contact the RADIUS authentication server.
ipaddress The IP address used by the switch to identify itself when communicating with
the RADIUS authentication server.
vr_name Specifies the virtual router on which the client IP is located