Rockwell Automation 1783-WAPxxx Stratix 5100 Wireless Access Point User Manual User Manual

Page 413

Advertising
background image

Rockwell Automation Publication 1783-UM006A-EN-P - May 2014

413

Configuring RADIUS and TACACS+ Servers

Chapter 14

The SSID can consist of up to 32 alphanumeric characters. SSIDs are case
sensitive.

dot11 ssid ssid-string

5. Enable RADIUS accounting for this SSID. For list-name, specify the

accounting method list.

See

http://www.cisco.com/univercd/cc/td/doc/product/software/

ios122/122cgcr/fsecur_c/fsaaa/scfacct.htm#xtocid2

for more

information on method lists.

accounting list-name

6. Return to privileged EXEC mode.

end

7. Verify your entries.

show running-config

8. (Optional) Save your entries in the configuration file.

copy running-config startup-config

To remove the specified RADIUS server, use the

no radius-server

host hostname | ip-address

global configuration command.

This example shows how to configure one RADIUS server to be used for
authentication and another to be used for accounting:

AP(config)# radius-server host 172.29.36.49 auth-

port 1612 key rad1

AP(config)# radius-server host 172.20.36.50 acct-

port 1618 key rad2

This example shows how to configure an SSID for

RADIUS accounting:

AP(config)# dot11 ssid batman

AP(config-ssid)# accounting accounting-method-list

This example shows how to configure host1 as the

RADIUS server and to use the default ports for both

authentication and accounting:

AP(config)# radius-server host host1

TIP

To enable accounting for an SSID, you must include the accounting command in the
SSID configuration. For a detailed description of the SSID configuration mode
accounting command:

http://www.cisco.com/en/US/products/hw/wireless/ps4570/
products_command_reference_chapter09186a008041757f.html#wp2449819

.

Advertising