Security Configuration Procedures
Page 64 7705 SAR OS System Management Guide
The following example displays the RADIUS authentication configuration:
ALU-1>config>system>security# info
----------------------------------------------
retry 5
timeout 5
server 1 address 10.10.10.103 secret "test1"
server 2 address 10.10.0.1 secret "test2"
server 3 address 10.10.0.2 secret "test3"
server 4 address 10.10.0.3 secret "test4"
...
----------------------------------------
ALU-1>config>system>security#
Configuring RADIUS Authorization
In order for RADIUS authorization to function, RADIUS authentication must be enabled
first. See Configuring RADIUS Authentication on page 63.
In addition to the local configuration requirements, VSAs must be configured on the
RADIUS server. See Vendor-Specific Attributes (VSAs) on page 37.
On the local router, use the following CLI commands to configure RADIUS authorization:
CLI Syntax: config>system>security
radius
authorization
The following example displays the CLI syntax usage:
Example: config>system>security>
config>system>security# radius
config>system>security>radius# authorization
The following example displays the RADIUS authorization configuration:
ALU-1>config>system>security# info
----------------------------------------------
...
radius
authorization
retry 5
timeout 5
server 1 address 10.10.10.103 secret "test1"
server 2 address 10.10.0.1 secret "test2"
server 3 address 10.10.0.2 secret "test3"
server 4 address 10.10.0.3 secret "test4"
exit
...
----------------------------------------------
ALU-1>config>system>security#