no

no [komut], 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.

Aşağıdaki örnekte interface ethernet 1/1/4 ile ilgili konfigürasyonların no 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

Last updated