set protocols dot1x aaa radius authentication server-ip consecutive-detect-num
The set protocols dot1x aaa radius authentication server-ip consecutive-detect-num command configures the number of Test Radius Request messages that the switch consecutively sends to the AAA server to detect the server reachability.
Command Syntax
set protocols dot1x aaa radius authentication server-ip <ipv4-address> consecutive-detect-num <detect-num>
Parameter
Parameter | Description |
server-ip <ipv4-address> | Specifies IPv4 address of AAA server. |
consecutive-detect-num <detect-num> | Specifies the number of Test Radius Request message that the switch consecutively sends to the server. The value is an integer that ranges from 1 to 10. The default value is 3. |
Usage Guidelines
The AAA server is considered to be reachable only when every Test Radius Request message consecutively sent by the switch receives a RADIUS access-accept message reply from the AAA server, otherwise the server is considered unreachable. The switch will continue to send the Test Radius Request message until the server is reachable.
Example
- Configure the number of Test Radius Request messages that the switch consecutively sends.
admin@Xorplus# set protocols dot1x aaa radius authentication server-ip 10.10.10.1 consecutive-detect-num 5 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.