
C613-50186-01 Rev B
Command Reference for AR2050V
1907
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
AAA C
OMMANDS
AAA
AUTHENTICATION
OPENVPN
aaa authentication openvpn
Overview
This command enables RADIUS authentication of OpenVPN tunnels globally. It is
automatically applied to every OpenVPN tunnel interface.
Use the
no
variant of this command to globally disable RADIUS authentication of
OpenVPN tunnels.
Syntax
aaa authentication openvpn default group {<
group-name
>|radius}
no aaa authentication openvpn default
Default
RADIUS authentication of OpenVPN tunnels is disabled by default.
Mode
Global Configuration
Usage
Use the
no
variant of this command to reset the default authentication method for
OpenVPN tunnels, to its default, that is, to use the group
radius
, containing all
RADIUS servers configured by the
radius-server host
command.
Note that if the default authentication method is used, all OpenVPN tunnels will
use the group
radius
, containing all RADIUS servers.
There are two ways to define servers where RADIUS accounting messages are sent:
•
group radius
: use all RADIUS servers configured by
command
•
group <
group-name>
: use the specified RADIUS server group configured
command
Examples
To enable RADIUS authentication of OpenVPN tunnels globally and use all
available RADIUS servers, use the commands:
awplus#
configure terminal
awplus(config)#
aaa authentication openvpn default group radius
To disable RADIUS authentication of OpenVPN tunnels, use the commands:
awplus#
configure terminal
awplus(config)#
no aaa authentication openvpn default
Related
Commands
Parameter
Description
radius
Use all RADIUS servers.
<
group-name
>
Server group name.