İP UÇLARI

Router'a İsim Tanımlanması

Router(config)#hostname RouterAdi

 

DNS Sorugusu Yapılmasının Engellenmesi

Router(config)#no ip domain-lookup


Router Interface'e IP Tanımlanması

Router(config)#int fa0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shut

 

Router’a PC’den Telnet İle Bağlantı Kurulması

Router(config)#username admin privilege 15 secret cisco

Router(config)#line vty 0 15
Router(config-line)#login local

 

Kosol Bağlantısı İçin Şifre Atanması

Router(config)#line con 0   
Router(config-line)#password consolesifre

 

Router’a Şifre Atanması

Router(config)#enable password RouterSifre