Cisco Router ve Switch Temel Konfigürasyonları

![]() ![]() Cisco basic configuration Cisco Router ve Switch Temel Konfigürasyonları |
–> Şifre ayarlarıRouter(config)# line con 0 Router(config)#line vty 0 4 Şifre kullanmak Router(config)#enable password cisco Secret pssword intelnet komutu Router(config)#enable secret intelnet interface enable yapmak Router(config-if)#no shutdown Interface disable yapma Router(config-if)#shutdown Router için clock rate düzenlemesi (64K) Router(config-if)clock rate 64000 Serial interface için bir logical bandwidth atamasi (64K) Router(config-if)bandwidth 64 İnterface için IP adresi tanımalamak Router(config-if)#ip addr 10.1.1.1 255.255.255.0 172.14.0.0 li tüm interface için RIP i enable yaomak Router(config)#router rip RIP i disable işlemi Router(config)#no router rip Tüm Interface’lerde IGRP yi enable yapmak Router(config)#router igrp 200 IGRP – disable yapmak Router(config)#no router igrp 200 Statik route tanımlamak
Router(config)#ip route 172.14.1.0 255.255.255.0 CDP yi disable yapmak Router(config)#no cdp run Tüm router için CDP yi enable yapmak Router(config)#cdp run Interface de CDP yi disable yapmak Router(config-if)#no cdp enable Show KomutlarıVersion detayları : show version Yapılan Tüm Configuration a bakmak için show running-config Startup configuration için (NVRAM) show startup-config IOS dosyasını ve flash alanını görmek show flash Bellekteki bütün log ları görmek show log Interface e0’ın mevcut durumu show interface e0 Router ın bütün interface lerini görmek show ip interfaces brief s0 – serial kablo türünü görme show controllers s 0 Bağlı CDP aygıtlarını görme show cdp neighbor Bütün aygıtlar hakkında detaylı bilgi almak show cdp entry * Mevcut routing protokollerini görme show ip protocols IP routing tablosunu görüntüleme Access-list leri görme show access-lists ISDN switch i gören router ı görmek show isdn status Frame Relay PVC bağlantılarını kontrol etme show frame-relay pvc lmi trafik durumushow frame-relay lmi Copy KomutlarıMevcut (Current) configuration DRAM dan NVRAM a kopyalamak copy running-config startup-config NVRAM configuration DRAM’a merge etmek (kopyalama) copy startup-config running-config DRAM configuration bir TFTP server a kopyalamak copy runing-config tftp TFTP configuration DRAM’da duran mevcut copy tftp runing-config IOS u bir TFTP server a yedeklemek copy flash tftp Router IOS u bir TFTP server’dan upgrade etmek copy tftp flash |