Enabling RADIUS Authentication Allow Parameter
Use the following configuration to enable allow-auth in the RADIUS server.
config
profile radius
enable-allow-auth
end
NOTES:
-
profile radius : Enter the RADIUS configuration mode.
-
enable-allow-auth : If allow-auth is enabled in the configuration, it allows the ongoing call to continue irrespective of authentication being successful, timed out, or any error message received. The default value is false, configuration is required to enable the allow-auth.
Use the following configuration to enable allow-auth in the RADIUS server group.
config
profile radius
server-group group_name
enable-allow-auth
end
NOTES:
-
profile radius : Enter the RADIUS configuration mode.
-
server-group group_name : Enter the server group on which you want to enable the allow-auth.
-
enable-allow-auth : If allow-auth is enabled in the configuration, it allows the ongoing call to continue irrespective of authentication being successful, timed out, or any error message received. The default value is false, configuration is required to enable the allow-auth..