1176
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
RADIUS C
OMMANDS
RADIUS
-
SERVER
HOST
included in the predefined RADIUS server group radius, which may be used by AAA
authentication, authorization and accounting commands. The client transmits
(and retransmits, according to the
retransmit
and
timeout
parameters) RADIUS
authentication or accounting requests to the servers in the order you specify them,
until it gets a response.
Examples
To add the RADIUS server
10.0.0.20
, use the following commands:
awplus#
configure terminal
awplus(config)#
radius-server host 10.0.0.20
To set the secret key to
allied
on the RADIUS server
10.0.0.20
, use the following
commands:
awplus#
configure terminal
awplus(config)#
radius-server host 10.0.0.20 key allied
To delete the RADIUS server
10.0.0.20
, use the following commands:
awplus#
configure terminal
awplus(config)#
no radius-server host 10.0.0.20
To configure
rad1.company.com
for authentication only, use the following
commands:
awplus#
configure terminal
awplus(config)#
radius-server host rad1.company.com acct-port 0
To remove the RADIUS server
rad1.company.com
configured for
authentication only, use the following commands:
awplus#
configure terminal
awplus(config)#
no radius-server host rad1.company.com
acct-port 0
To configure
rad2.company.com
for accounting only, use the following
commands:
awplus#
configure terminal
awplus(config)#
radius-server host rad2.company.com auth-port 0
To configure 192.168.1.1 with authentication port 1000, accounting port 1001 and
retransmit count 5, use the following commands:
awplus#
configure terminal
awplus(config)#
radius-server host 192.168.1.1 auth-port 1000
acct-port 1001 retransmit 5
Related
Commands
aaa group server
radius-server key
radius-server retransmit
radius-server timeout
show radius statistics