# 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

```
