# apropos

<mark style="color:red;">`apropos`</mark> , tüm prompt bölümlerinde kullanılabilir temel bir CLI komutudur. Komut Satır arayüzünde kullanılabilir komutlar arasında arama işlemi yapılmasını sağlar.&#x20;

<mark style="color:red;">`apropos [Word]`</mark>syntax yapısıyla kullanılır ve verilen parametreyi  içeren komutları listeler.&#x20;

Kullanım örnekleri:

* <mark style="color:red;">`apropos vlan`</mark> komutu içinde vlan geçen tüm komutları aşağıdaki gibi listeler.

```
parta_Document# apropos vlan
vlan-id
vlan-id [ID]
vlan                                                           
vlan [ID]
restricted-vlan-id                                             
restricted-vlan-id [ID]
native-vlan                                                    
native-vlan ethernet
native-vlan ethernet [Interface Name]                          
native-vlan ethernet [Interface Name] to
native-vlan ethernet [Interface Name] to [Interface Name]      
mac-auth [Name] mac [MAC] vlan-id
mac-auth [Name] mac [MAC] vlan-id [ID]                         
mac-auth [Name] oui [OUI] vlan-id
mac-auth [Name] oui [OUI] vlan-id [ID]                         
depend vlan
depend vlan [ID]                                               
show mac-address vlan
show mac-address vlan [ID]                                     
show running-config interfaces vlan
show running-config interfaces vlan [ID]                       
show running-config interfaces svlan
show running-config interfaces svlan [ID]                      
show vlan
show interface svlan                                           
show interface svlan [ID]
show interface transceiver vlan                                
show interface transceiver vlan [ID]
show interface vlan                                            
show interface vlan [ID]
show interface stats vlan                                      
show interface stats vlan [ID]
show interface stats svlan                                     
show interface stats svlan [ID]
show ip ospf vrf [Name] fib interface vlan                     
show ip ospf vrf [Name] fib interface vlan [ID]
show ip ospf fib interface vlan                                
show ip ospf fib interface vlan [ID]
ad-object [Username/Group] vlan                                
ad-object [Username/Group] vlan [ID]
ad-object [Username/Group] vlan [ID] id                        
ad-object [Username/Group] vlan [ID] id [ID]
ad-object [Username/Group] vlan [ID] ip                        
ad-object [Username/Group] vlan [ID] ip [Address/Network]
ad-object [Username/Group] vlan [ID] ip [Address/Network] id   
ad-object [Username/Group] vlan [ID] ip [Address/Network] id [ID]
tagged svlan                                                   
tagged svlan [ID]

```

* <mark style="color:red;">`apropos sd-wan`</mark> komutu içinde sd-wan geçen tüm komutları aşağıdaki gibi listeler.

```
parta_Document# apropos sd-wan
show sd-wan
show sd-wan topology
show sd-wan change-logs                                        
sd-wan

```


---

# 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-temel-komutlari/apropos.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.
