# aaa

<mark style="color:red;">`hostname(config)#`</mark> konfigürasyon prompt bölümündeki kullanılabilir <mark style="color:red;">`aaa`</mark> komutuyla AAA(Authentication - Authorization - Accounting) ile ilgili konfigürasyon işlemlerinin gerçekleştirilebileceği <mark style="color:red;">`hostname(config-aaa)#`</mark> bölümüne geçiş yapılır. Bu bölümde web arayüzde [**Configuration -> AAA**](https://docs.targitas.com/configuration/aaa) sekmesinde  ve [**Maintenance -> System -> Administrator** ](https://docs.targitas.com/maintenance/system/administrator)sekmesinde gerçekleştirilebilen konfigürasyonların karşılığı olan CLI komutları bulunur.

```
parta_Document(config)# aaa
parta_Document(config-aaa)# ?
local-user               Local user
mgmt-user                Local user
nac                      Authentication Authorization Accounting Nac
sms-user                 SMS User username
parta_Document(config-aaa)# local-user [Username] password [Password] 
parta_Document(local-user-[Username])# ?
email                    Email Address
end-date                 Local User End Date
ip-address               Local User IP Address
local-user               Local user
name                     Local User Name
sms-user                 SMS User username
start-date               Local User Start Date
surname                  Local User Surname
vlan-id                  Local User Vlan ID
parta_Document(local-user-[Username])# exit
parta_Document(config-aaa)# mgmt-user [Username] password [Password] 
parta_Document(mgmt-user-[Username])# ?
disable                  Disable mgmt-user
email                    Email Address
enable                   Enable mgmt-user
language                 Language
logout-time              Logout Time
mgmt-user                Local user
name                     Local User Name
organization             Show Organization for Analytics Appliances for this user
phone                    Phone Number
privilege-level          Role Based Privilege Level
profile-logo             Base64 Profile Logo
service-type             Service types for authorized user(s)
sms-user                 SMS User username
surname                  Local User Surname
parta_Document(mgmt-user-[Username])# exit
parta_Document(config-aaa)# nac
parta_Document(config-aaa-nac)# ?
acct-port                Port Number
auth-mode                Set Auth Mode
auth-order               Authentication Order
auth-port                Port Number
certificate-profile      Certificate Profile
dot1x-client             Dot1X Client Name
enable                   Enable NAC service
listen                   Listen Address
mac-auth                 Listen Address
nfv-mode                 Mode of NFV
nfv-profile              NFV Profile
policy                   NAC Policy for authentication
restricted-vlan-id       Set restricted vlan ID if authentication failed
parta_Document(config-aaa-nac)# exit


```

###

|                                             |   |
| ------------------------------------------- | - |
| local-user \[Username] password \[Password] |   |
| mgmt-user \[Username] password \[Password]  |   |
| nac                                         |   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.targitas.com/targitas-kullanim-rehberi/targitas-cli-arayuzune-giris/cli-konfigurasyon-komutlari/aaa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
