Specifications

DGS-3048 Layer 2 Switch CLI Reference Manual
122
config radius add
Purpose Used to configure the settings the Switch will use to communicate with a
RADIUS server.
Syntax
config radius add [ <server_ip> ][ key <passwd 32>] [default |
{auth_port <udp_port_number 1-65535> | acct_port
<udp_port_number 1-65535>}]
Description
The config radius add command is used to configure the settings the
Switch will use to communicate with a RADIUS server.
Parameters
<server_ip> The IP address of the RADIUS server.
key Specifies that a password and encryption key will be used between
the Switch and the RADIUS server.
<passwd 32> The shared-secret key used by the RADIUS server
and the Switch. Up to 32 characters can be used.
default Returns all of the ports in the range to their default RADIUS
settings.
auth_port <udp_port_number 1-65535> The UDP port number for
authentication requests. The default is 1812.
acct_port <udp_port_number 1-65535> The UDP port number for
accounting requests. The default is 1813.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure RADIUS server communication settings:
DGS3048#config radius add 10.48.74.121 key tomato default
Command: config radius add 10.48.74.121 key tomato default
Success.
DGS3048#
config radius delete
Purpose Used to delete a previously entered RADIUS server configuration.
Syntax
config radius delete <server_ip>
Description
The config radius delete command is used to delete a previously entered
RADIUS server configuration.
Parameters
<server_ip> The IP address of the RADIUS server.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete previously configured RADIUS server communication settings:
DGS3048#config radius delete 10.48.74.121