Use the test aaa group command to check load-balancing transactions.Note
How to Configure RADIUS Server Load Balancing
Enabling Load Balancing for a Named RADIUS Server Group
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
radius-server host {hostname | ip-address} [test username name] [auth-port number]
[ignore-auth-port] [acct-port number] [ignore-acct-port] [idle-time seconds]
4.
aaa group server radius group-name
5.
load-balance method least-outstanding [batch-size number] [ignore-preferred-server]
6.
end
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Enables RADIUS automated testing.
radius-server host {hostname | ip-address} [test username
name] [auth-port number] [ignore-auth-port] [acct-port number]
[ignore-acct-port] [idle-time seconds]
Step 3
Example:
Device(config)# radius-server host 192.0.2.1 test
username test1 idle-time 1
Enters server group configuration mode.
aaa group server radius group-name
Example:
Device(config)# aaa group server radius rad-sg
Step 4
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
948
How to Configure RADIUS Server Load Balancing