> For the complete documentation index, see [llms.txt](https://docs.targitas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.targitas.com/targitas-kullanim-rehberi/targitas-cli-arayuzune-giris/cli-temel-komutlari/no.md).

# 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

```
