OcNOS-RON : Layer 2 Guide : Layer 2 Command Reference : 802.1x Commands : radius-server dot1x host
radius-server dot1x host
Use this command to specify the IP address or host name of the remote radius server host and assign authentication and accounting destination port numbers. Multiple radius-server host commands can be used to specify multiple hosts. The software searches for hosts in the order they are specified. If no host-specific timeout, retransmit, or key values are specified, the global values apply to that host.
If the auth-port parameter is not specified, it will take the default value of the auth-port. If you do not specify the auth-port to unconfigure, and the default value of the auth-port does not match the port you are trying to unconfigure, the specified radius-server host will not be unconfigured.
Use the no form of the command to unconfigure a specified radius-server.
Command Syntax
radius-server dot1x host (A.B.C.D|HOSTNAME|X:X::X:X)(|(key ((0 WORD) | (7 WORD) | (WORD))(|(auth-port <0-65535> (|(timeout <1-60> (|(retransmit <1-100>)))))))
no radius-server dot1x host (A.B.C.D|HOSTNAME|X:X::X:X)(|(key ((0 WORD) | (7 WORD) | (WORD))(|(auth-port <0-65535> (|(timeout (|(retransmit <1-100>)))))))
Parameters
dot1x
IEEE 802.1X Port-Based Access Control.
A.B.C.D
IPv4 address of the RADIUS server.
HOSTNAME
Host name or DNS name of the RADIUS server.
X:X::X:X
IPv6 address of the RADIUS server.
auth-port
RADIUS server's port for authentication.
key
Specify the global shared key.
retransmit
Global RADIUS server retransmit count.
timeout
Specify the RADIUS server timeout(default: 5 seconds).
0
To specify shared key in clear-text form.
7
To specify shared key in encrypted form.
WORD
RADIUS shared secret(clear text) (Max Size 63).
<0-65535>
Port number.
<0-100>
Global RADIUS server retransmit count.
<1-60>
RADIUS server timeout period in seconds.
Default
The default value of auth-port is 1645.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#radius-server dot1x host hostname auth-port 1233 timeout 1 retransmit 2
 
(config)#no radius-server dot1x host hostname auth-port 1233
Last modified date: 07/13/2023