C613-50170-01 Rev B
Command Reference for x510 Series
1871
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
AAA C
OMMANDS
SERVER
MUTUAL
-
AUTHENTICATION
server mutual-authentication
Overview
This command enables or disables mutual certificate authentication for all
RadSecProxy servers. When enabled, the RadSecProxy AAA application will send a
local X.509 certificate to the server when establishing a TLS connection.
Use the
no
variant of this command to disable mutual certificate validation
causing the RadSecProxy AAA application to not transmit a certificate to the server.
NOTE
:
If mutual authentication is disabled on the client (AAA) application but enabled
on the server, a connection will not be established.
Syntax
server mutual-authentication
no server mutual-authentication
Default
Mutual authentication is enabled by default.
Mode
RadSecProxy AAA Configuration Mode
Example
Disable mutual certificate validation with the following command:
awplus#
configure terminal
awplus(config)#
radius-secure-proxy aaa
awplus(config-radsecproxy-aaa)#
no server
mutual-authentication
Related
Commands
Command
changes
Version 5.4.6-2.1: command added