
C613-50186-01 Rev B
Command Reference for AR2050V
2775
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
O
PEN
VPN C
OMMANDS
TUNNEL
OPENVPN
AUTHENTICATION
tunnel openvpn authentication
Overview
Use this command to configure the data channel authentication digest for an
OpenVPN tunnel.
Use the
no
variant of this command to set the data channel authentication digest
for an OpenVPN tunnel to its default value of SHA1.
Syntax
tunnel openvpn authentication {sha1|sha256}
no tunnel openvpn authentication
Default
SHA1
Mode
Interface configuration
Usage
You need to configure the client to use the same setting as the server. To do this,
include one of the following lines in your client’s OpenVPN configuration (.ovpn)
file:
Example
To configure tunnel 5, which is an OpenVPN tunnel, to use SHA256 data channel
authentication, use the commands:
awplus#
configure terminal
awplus(config)#
interface tunnel5
awplus(config-if)#
tunnel openvpn authentication SHA256
Related
Commands
Command
changes
Version 5.4.7-0.1: command added
Parameter
Description
aes128
Use Secure Hash Standard with 160-bit digest size as the data
channel authentication digest.
aes256
Use Secure Hash Standard with 256-bit digest size as the data
channel authentication digest.
Setting
Line
SHA1
auth SHA1
SHA256
auth SHA256