NETGEAR L3 Switch User Manual


 
7000 Series L3 Managed Switch Reference Manual for Software v2.0
7-66 Switching Commands
config radius server remove
This command removes the configured RADIUS server. The specified IP address must match that
of a previously configured RADIUS server. When a server is removed all configuration for the
server is erased including the shared secret. If the removed server was the primary server, one of
the remaining configured servers will be used as the RADIUS server for future RADIUS requests.
Format config radius server remove <ipaddr>
config radius server secret
This command configures on the client the shared secret between the RADIUS client and the
RADIUS server. Each configured server requires a secret to be configured. The server is specified
by the IP address. When this command is issued, the secret will be prompted. The secret must be
an alphanumeric value of 20 characters or less.
Format config radius server secret <ipaddr>
config radius server primary
This command specifies which configured server should be the primary server for this RADIUS
client. The primary is the server that is used by default for handling RADIUS requests. The
remaining configured servers are used only if the primary server cannot be reached. A maximum
of three servers can be configured on each client. Only one server can be configured as the
primary server. If a primary server is currently configured and this command is issued, the server
specified by the IP address used in this command will become the new primary server. The IP
address specified must match that of a configured server.
Format config radius server primary <ipaddr>
config radius server msgauth
This command enables or disables the message authenticator attribute for the specified RADIUS
server. Enabling the message authenticator attribute provides additional security in the connection
between the RADIUS client and the RADIUS server. Some RADIUS servers require the
enablement of the message authenticator attribute for authentication requests from the RADIUS
client to be accepted. The IP address specified must match that of a configured server.
Format config radius server msgauth <ipaddr> <enable/dis-
able>