# ping

<mark style="color:red;">`ping`</mark>, tüm prompt bölümlerinde kullanılabilir temel bir CLI komutudur. Targitas'ın belirtilen IP adresine ICMP request paketi göndermesini sağlar. Alınan cevaba göre Targitas ile belirlenen IP adresinde bağlantı durumu ve iletişim gecikme süresi öğrenilebilir.

Doğru syntax kullanımı <mark style="color:red;">`ping [IP/Host]`</mark> şeklindedir. <mark style="color:red;">`ping 8.8.8.8`</mark> veya <mark style="color:red;">`ping targitas.gitbook.io`</mark> şeklinde kullanılabilir. Ayrıca Virtual Routing and Forwarding  (VRF) profili kullanarak ping atılabilmesi <mark style="color:red;">`ping vrf [Name] [IP/Host]`</mark> syntax yapısıyla mümkündür.

Yukarıdaki syntax yapılarına ek olarak \[IP/Host] belirlenmesinin ardından aşağıdaki parametreler kullanılarak ping komutu özelleştirilebilir.

| <mark style="color:blue;">`pattern [0-FFFF]`</mark> | Gönderdiğiniz paketi doldurmak için en fazla 16 "pad" baytı belirleyebilirsiniz. Bu, bir ağdaki verilere bağlı sorunları teşhis etmek için kullanışlıdır. |
| --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <mark style="color:blue;">`repeat [Number]`</mark>  | Belirtilen sayıda ICMP Request paketi gönderilmesini sağlar. Varsayılan değer 5'tir.                                                                      |
| <mark style="color:blue;">`size [36-18024]`</mark>  | Gönderilen ICMP paketinin boyutu bu parametre ile değiştirilebilir.                                                                                       |
| <mark style="color:blue;">`source [IP]`</mark>      | Targitas'ın sahip olduğu başka bir Interface veya IP adresi kaynaklı ICMP paketi gönderilmesini sağlar.                                                   |
| <mark style="color:blue;">`timeout [0-3600]`</mark> | Saniye biriminden gönderilen ICMP paketine verilecek cevap için bekleme süresi belirlenebilir.                                                            |


---

# 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/ping.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.
