Configuring RADIUS Accounting
Page 90 7450 ESS System Mangement Guide
Configuring 802.1x RADIUS Policies
Use the following CLI commands to configure generic authentication parameters for clients using 
802.1x EAPOL. Additional parameters are configured per Ethernet port. Refer to the 7450 ESS 
Interface Configuration Guide.
To configure generic parameters for 802.1x authentication, enter the following CLI syntax.
CLI Syntax: config>system>security
dot1x
radius-plcy policy-name 
server server-index address ip-address secret key [port 
port]
source-address ip-address
no shutdown
The following displays a 802.1x configuration example:
A:ALA-1>config>system>security# info
----------------------------------------------
            dot1x
                radius-plcy "dot1x_plcy" create
                   server 1 address 1.1.1.1 port 65535 secret "a"
                   server 2 address 1.1.1.2 port 6555 secret "a"
                   source-address 1.1.1.255
                no shutdown
...
----------------------------------------------
A:ALA-1>config>system#