# no

<mark style="color:red;">`no [komut]`</mark>, tüm prompt bölümlerinde kullanılabilir temel bir CLI komutudur. Bu komut sayesinde gerçekleştirilen bir konfigürasyon varsayılan değerine döndürülebilir.&#x20;

Aşağıdaki örnekte interface ethernet 1/1/4 ile ilgili konfigürasyonların <mark style="color:red;">`no`</mark> komutuyla nasıl silinebileceğini inceleyebilirsiniz.

```
parta_Document(config-ethernet-1/1/4)# show this
interface ethernet 1/1/4
 ip address 192.168.1.1/24
 name exampleDocument
 mpls
parta_Document(config-ethernet-1/1/4)# no ip address 192.168.1.1/24
parta_Document(config-ethernet-1/1/4)# no name
parta_Document(config-ethernet-1/1/4)# no mpls
parta_Document(config-ethernet-1/1/4)# show this
interface ethernet 1/1/4

```


---

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