Configuration Guide 623
Configuring Network Security
AAA Configuration
8.2.3 Configuring Server Groups
The switch has two built-in server groups, one for RADIUS and the other for . The
servers running the same protocol are automatically added to the default server group.
You can add new server groups as needed.
The two default server groups cannot be deleted or edited. Follow these steps to add a
server group:
Step 1
configure
Enter global configuration mode.
Step 2
aaa group {
radius | tacacs
}
group-name
Create a server group.
radius | tacacs:
Specify the group type.
group-name
:
Specify a name for the group.
Step 3
server
ip-address
Add the existing servers to the server group.
ip-address
:
Specify IP address of the server to be added to the group.
Step 4
show aaa group
[
group-name
]
Verify the configuration of server group.
Step 5
end
Return to privileged EXEC mode.
Step 6
copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to create a RADIUS server group named RADIUS1 and
add the existing two RADIUS servers whose IP address is 192.168.0.10 and 192.168.0.20
to the group.
Switch#configure
Switch(config)#aaa group
radius
RADIUS1
Switch(aaa-group)#server
192.168.0.10
Switch(aaa-group)#server
192.168.0.20
Switch(aaa-group)#show aaa group
RADIUS1
192.168.0.10
192.168.0.20
Summary of Contents for T2500G-10MPS
Page 1: ...User Guide T2500G 10MPS 1910012405 REV1 0 1 April 2018...
Page 24: ...Using the CLI 767 Appendix Default Parameters 773...
Page 145: ...Part 5 Monitoring Traffic CHAPTERS 1 Traffic Monitor 2 Appendix Default Parameters...
Page 172: ...Part 7 Configuring DDM CHAPTERS 1 Overview 2 DDM Configuration 3 Appendix Default Parameters...