<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bozbuga.Com - Hosting ve Sunucu Hakkında Bilgiler &#187; router komut</title>
	<atom:link href="http://www.bozbuga.com/tag/router-komut/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bozbuga.com</link>
	<description>Teknoloji Günlüğü</description>
	<lastBuildDate>Fri, 14 Jan 2011 15:47:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cisco Komutları</title>
		<link>http://www.bozbuga.com/cisco-komutlari.html</link>
		<comments>http://www.bozbuga.com/cisco-komutlari.html#comments</comments>
		<pubDate>Sat, 27 Jun 2009 10:05:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco Router & Switch]]></category>
		<category><![CDATA[cisco komutları]]></category>
		<category><![CDATA[router komut]]></category>

		<guid isPermaLink="false">http://www.bozbuga.com/?p=30</guid>
		<description><![CDATA[TEMEL IŞLEMLER Gereksinim: Privileged moda geçmek enable Gereksinim: Privileged modan user moda dönmek disable Gereksinim: Router’dan çıkmak Logout exit quit Gereksinim: Son komuta geri dönmek Yukarı ok ya da &#60;Ctrl-P&#62; Gereksinim: Bir sonraki komuta gitmek Aşağı ok ya da &#60;Ctrl-N&#62; Gereksinim: Bekletmek ya da çıkmak &#60;Shift&#62; +&#60;Ctrl&#62; +6 then x Gereksinim: Çıktı ekranını tazelemek &#60;Ctrl-R&#62; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>TEMEL IŞLEMLER</strong></p>
<p><strong>Gereksinim: Privileged moda geçmek</strong></p>
<p>enable</p>
<p><strong>Gereksinim: Privileged modan user moda dönmek</strong></p>
<p>disable</p>
<p><strong>Gereksinim: Router’dan çıkmak</strong></p>
<p>Logout</p>
<p>exit</p>
<p>quit</p>
<p><strong>Gereksinim: Son komuta geri dönmek</strong></p>
<p>Yukarı ok ya da &lt;Ctrl-P&gt;</p>
<p><strong>Gereksinim: Bir sonraki komuta gitmek</strong></p>
<p>Aşağı ok ya da &lt;Ctrl-N&gt;</p>
<p><strong>Gereksinim: Bekletmek ya da çıkmak</strong></p>
<p>&lt;Shift&gt; +&lt;Ctrl&gt; +6 then x</p>
<p><strong>Gereksinim: Çıktı ekranını tazelemek</strong></p>
<p>&lt;Ctrl-R&gt;</p>
<p><strong>Gereksinim: Çıktı ekranını kesmek</strong></p>
<p>&lt;Ctrl-C&gt;</p>
<p><strong>Gereksimim: Komutu tamamlamak</strong></p>
<p>TAB</p>
<p><strong>CİSCO ROUTER CONFIGURATION KOMUTLARI</strong></p>
<p><strong>Gereksinim: Console password’ü düzenlemek </strong></p>
<p>Router(config)#line con 0</p>
<p>Router(config-line)#login</p>
<p>Router(config-line)#password cisco</p>
<p><strong>Gereksinim: Bir telnet password’ü düzenlemek</strong></p>
<p>Router(config)#line vty 0 4</p>
<p>Router(config-line)#login</p>
<p>Router(config-line)#password cisco</p>
<p><strong>Gereksinim: Password kullanmak. </strong></p>
<p>Router(config)#enable password cisco</p>
<p><strong>Gereksinim: secret password faruk. </strong></p>
<p>Router(config)#enable secret faruk</p>
<p><strong>Gereksinim: Bir interface’i enable etmek </strong></p>
<p>Router(config-if)#no shutdown</p>
<p><strong>Gereksinim: Bir interface’i disable etmek</strong></p>
<p>Router(config-if)#shutdown</p>
<p><strong>Gereksinim: router için clock rate düzenlemek (64K) </strong></p>
<p>Router(config-if)clock rate 64000<span id="more-30"></span></p>
<p><strong>Gereksinim: Serial interface’e bir logical bandwidth ataması (64K)</strong></p>
<p>Router(config-if)bandwidth 64</p>
<p><strong>Gereksinim: Bir interface’e IP adresi atamak </strong></p>
<p>Router(config-if)#ip addr 10.1.1.1 255.255.255.0</p>
<p><strong>Gereksinim: 172.14.0.0’li bütün interface’lerde RIP’i enable etmek: </strong></p>
<p>Router(config)#router rip</p>
<p>Router(config-router)#network 172.14.0.0</p>
<p><strong>Gereksinim: RIP’i disable etmek</strong></p>
<p>Router(config)#no router rip</p>
<p><strong>Gereksinim: Bütün interface’lerde IGRP’yi enable etmek</strong></p>
<p>Router(config)#router igrp 200</p>
<p>Router(config-router)#network 172.16.0.0</p>
<p><strong>Gereksinim: IGRP’yi disable etmek.</strong></p>
<p>Router(config)#no router igrp 200</p>
<p><strong>Gereksinim: statik route eklemek.</strong></p>
<p><strong>Router</strong><strong>(config)#ip route 172.14.1.0 255.255.255.0 172.14.2.1 5 </strong></p>
<p><strong>Gereksinim: CDP’yi disable etmek</strong></p>
<p>Router(config)#no cdp run</p>
<p><strong>Gereksinim: Bütün router için CDP’yi enable etmek</strong></p>
<p>Router(config)#cdp run</p>
<p><strong>Gereksinim: Bir interface üzerinde CDP’yi disable etmek</strong></p>
<p>Router(config-if)#no cdp enable</p>
<p><strong>SHOW KOMUTLARI</strong></p>
<p><strong>Gereksinim: Version bilgisini görmek</strong></p>
<p>show version</p>
<p><strong>Gereksinim: Mevcut konfigürasyonu görmek (DRAM) </strong></p>
<p>show running-config</p>
<p><strong>Gereksinim: startup konfigürasyonu görmek (NVRAM) </strong></p>
<p>show startup-config</p>
<p><strong>Gereksinim: IOS dosyasını ve flash alanını görmek</strong></p>
<p>show flash</p>
<p><strong>Gereksinim: Bellekteki bütün logları görmek</strong></p>
<p>show log</p>
<p><strong>Gereksinim: interface e0’ın durumunu görmek</strong></p>
<p>show interface e0</p>
<p><strong>Gereksinim: Router’ın bütün interface’lerini görmek</strong></p>
<p>show ip interfaces brief</p>
<p><strong>Gereksinim: s0 üzerindeki serial kablo türünü görmek </strong></p>
<p>show controllers s 0</p>
<p><strong>Gereksinim: Bağlı cdp aygıtlarını görmek</strong></p>
<p>show cdp neighbor</p>
<p><strong>Gereksinim: Bütün aygıtlar hakkında ayrıntılı bilgi almak</strong></p>
<p>show cdp entry *</p>
<p><strong>Gereksinim: Mevcut routing protokollerini görmek</strong></p>
<p>show ip protocols</p>
<p><strong>Gereksinim: IP routing tablosunu görüntülemek</strong></p>
<p>show ip route</p>
<p><strong>Gereksinim: Access-list’leri görmek</strong></p>
<p>show access-lists</p>
<p><strong>Gereksinim: ISDN switch’i gören router’ı görmek</strong></p>
<p>show isdn status</p>
<p><strong>Gereksinim: Frame Relay PVC bağlantılarını kontrol etmek</strong></p>
<p>show frame-relay pvc</p>
<p><strong>Gereksinim: lmi trafik durumunu görmek</strong></p>
<p>show frame-relay lmi</p>
<p>COPY KOMUTLARI</p>
<p><strong>Gereksinim: Mevcut (current) konfigürasyonu DRAM’dan NVRAM’a kopyalamak</strong></p>
<p>copy running-config startup-config</p>
<p><strong>Gereksinim: NVRAM konfigürasyonunu DRAM’a merge etmek (kopyalamak)</strong></p>
<p>copy startup-config running-config</p>
<p><strong>Gereksinim: DRAM konfigürasyonunu bir TFTP server’a kopyalamak</strong></p>
<p>copy runing-config tftp</p>
<p><strong>Gereksinim: TFTP konfügasyonunu DRAM’da duran mevcut konfigürasyona merge etmek</strong></p>
<p>copy tftp runing-config</p>
<p><strong>Gereksinim: IOS’u bir TFTP server’a yedeklemek</strong></p>
<p>copy flash tftp</p>
<p><strong>Gereksinim: Router IOS’u bir TFTP server’dan upgrade etmek</strong></p>
<p>copy tftp flash</p>
<p><strong>DEBUG KOMUTLARI</strong></p>
<p><strong>Gereksinim: RIP için debug’ı enable etmek</strong></p>
<p>debug ip rip</p>
<p><strong>Gereksinim: Bütün debugging işlemlerini kapatmak</strong></p>
<p>no debug all</p>
<p>undebug all</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bozbuga.com/cisco-komutlari.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

