Configuring the primary and secondary, Radius servers – Dell POWEREDGE M1000E User Manual

Page 231

Advertising
background image

Controlling Management Access

231

5 Verify the management ACL configuration.

console#show management access-list

mgmt_ACL

--------

permit ip-source 10.27.65.0 mask 255.255.255.0

vlan 1 priority 1

permit ip-source 10.27.65.0 mask 255.255.255.0

Gi1/0/9 priority 2

! (Note: all other access implicitly denied)

6 Verify that the configured management ACL is in use.

console#show management access-class

Management access-class is enabled, using access

list mgmt_ACL.

Configuring the Primary and Secondary RADIUS Servers

The commands in this example configure primary and secondary RADIUS

servers that the switch will use to authenticate access. The RADIUS servers

belong to the same named server group (Dell-RADIUS) and use the same

RADIUS secret (test1234). A third RADIUS server is configured as an

accounting server, and RADIUS accounting is globally enabled.
To configure the switch:

1 Configure the primary RADIUS server.

console#configure

console(config)#radius-server host auth

10.27.65.103

console(Config-auth-radius)#primary

console(Config-auth-radius)#name Dell-RADIUS

console(Config-auth-radius)#key test1234

console(Config-auth-radius)#exit

Advertising