Introduction to AAA

AAA is the abbreviation for Authentication, Authorization and Accounting:

System supports the following authentication methods:

System supports the following authorization methods:

External Authentication Procedure

When a user has established a connection from a terminal to a security device and gained access or management privilege, the security device can authenticate the user via the configured RADIUS or LDAP server. The diagram below shows the external authentication procedure:

As shown above, the procedure is:

  1. The user sends username and password to the security device.
  2. The security device receives the username and password, and send an authentication request to the RADIUS/LDAP server.
  3. If the request is legal, the RADIUS/LDAP server performs authentication. If passed, the RADIUS/LDAP server returns the information configured by the user to the security device, otherwise returns denial information. The security between the security device and RADIUS/LDAP server is guaranteed by the shared secret (secret key or cipher text).