12 radius-server authentication host, Radius, Server authentication host – PLANET WGSW-50040 User Manual

Page 386

Advertising
background image



command can be used repeatedly to configure multiple RADIUS servers communicating with the

switch, the switch will send accounting packets to all the configured accounting servers, and all the

accounting servers can be backup servers for each other. If primary is specified, then the specified

RADIUS server will be the primary server.

Example:

Sets the RADIUS accounting server of IP address to 2004:1:2:3::2, as the primary server, with the

accounting port number as 3000.

Switch(config)#radius-server accounting host 2004:1:2:3::2 port 3000 primary

27.12 radius-server authentication host

Command:

radius-server authentication host {<ipv4-address >|<ipv6-address>} [port <port-number>]

[key <string>] [primary] [access-mode {dot1x|telnet}]

no radius-server authentication host {<ipv4-address >|<ipv6-address>}

Function:

Specifies the IP address and listening port number, cipher key, whether be primary server or not and

access mode for the RADIUS server; the no command deletes the RADIUS authentication server.

Parameters:

<ipv4-address >|<ipv6-address> stands for the server IPv4/IPv6 address;

<port-number> for listening port number, from 0 to 65535, where 0 stands for non-authentication

server usage;

<string> is cipher key string;

primary for primary server. Multiple RADIUS Sever can be configured and would be available.

RADIUS Server will be searched by the configured order if primary is not configured, otherwise, the

specified RADIUS server will be used last.

[access-mode {dot1x|telnet}] designates the current RADIUS server only use 802.1x

authentication or telnet authentication, all services can use current RADIUS server by default.

Command mode:

Global Mode

Default:

No RADIUS authentication server is configured by default.

Usage Guide:

This command is used to specify the IPv4/IPv6 address and port number, cipher key string and

access mode of the specified RADIUS server for switch authentication, multiple command

Advertising