800
Command:dot1x timeout tx-period <seconds>
no dot1x timeout tx-period
Function:
Sets the interval for the supplicant to re-transmit EAP request/identity frame;
the “
no dot1x timeout tx-period
” command restores the default setting.
Parameters:<seconds>
is the interval for re-transmission of EAP request frames, in
seconds; the valid range is 1 to 65535.
Command mode:
Global Mode
Default:
The default value is 30 seconds.
Usage Guide:
Default value is recommended.
Example:
Setting the EAP request frame re-transmission interval to 1200 seconds.
Switch(Config)#dot1x timeout tx-period 1200
20.2.2.16 radius-server accounting host
Command:radius-server accounting host {<ipv4-address>|<ipv6-address>} [port
<port-number>] [primary]
no radius-server accounting host {<ipv4-address>|<ipv6-address>}
Function:
Specifies the IPv4/IPv6 address and listening port number for RADIUS
accounting server; the “
no radius-server authentication host <IPaddress>
“ command
deletes the RADIUS accounting server
Parameters:
<
ipv4-address
>|<
ipv6-address
>
stands for the server IPv4/IPv6 address;
<port-number>
for server listening port number from 0 to 65535;
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 first.
Command mode:
Global Mode
Default:
No RADIUS accounting server is configured by default.
Usage Guide:
This command is used to specify the IPv4/IPv6 address and port number
of the specified RADIUS server for switch accounting, multiple command instances can
be configured. The
<port-number>
parameter is used to specify accounting port number,
which must be the same as the specified accounting port in the RADIUS server; the
default port number is 1813. If this port number is set to 0, accounting port number will be
generated at random and can result in invalid configuration. This 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 100.100.100.60 as the
primary server, with the accounting port number as 3000.