Bu bölümde interfacelere ip addresi vermeyi ve interfacelere açıklama bilgisi girmeyi göreceğiz.
-
İnterface ip adres ve açıklamaları yapılandırmak.
Routerlerin haberleşmesi için gerekli olan ip address ve arayüzlerini vererek bilgilendirme de yapabiliriz.
[CLIGURU-R1]interface GigabitEthernet 0/0/0[CLIGURU-R1-GigabitEthernet0/0/0]ip add 192.168.1.1 24[CLIGURU-R1-GigabitEthernet0/0/0]description Bu interface CLIGURU-R2’nin G0/0/0 portuna bagli |
CLIGURU-R1-G0/0/0 altında yaptıgımız tüm işlemleri display this komutu ile görebiliriz.
[CLIGURU-R1-GigabitEthernet0/0/0]display this[V200R003C01SPC900]#interface GigabitEthernet0/0/0description Bu interface CLIGURU-R2’nin G0/0/0 portuna bagliip address 192.168.1.1 255.255.255.0#Return |
Arayüz açıklamalarını görüntülemek için display interface komutunu kullanabiliriz.
[CLIGURU-R1]display interface GigabitEthernet 0/0/0GigabitEthernet0/0/0 current state :UPLine protocol current state : UPDescription: Bu interface CLIGURU-R2’nin G0/0/0 portuna bagliRoute Port,The Maximum Transmit Unit is 1500Internet Address is 192.168.1.1/24IP Sending Frames’ Format is PKTFMT_ETHNT_2, Hardware address is d46a-a877-0a41Last physical up time : 2014-09-20 17:18:32Last physical down time : 2014-09-20 17:25:53Current system time: 2014-09-20 15:28:30+07:00Port Mode: FORCE COPPERSpeed : 100, Loopback: NONEDuplex: FULL, Negotiation: ENABLEMdi : AUTOLast 300 seconds input rate 0 bits/sec, 0 packets/secLast 300 seconds output rate 0 bits/sec, 0 packets/secInput peak rate 3168 bits/sec,Record time: 2014-09-20 17:21:41Output peak rate 560 bits/sec,Record time: 2014-09-20 17:19:51Input: 360 packets, 59847 bytesUnicast: 44, Multicast: 256Broadcast: 60, Jumbo: 0Discard: 0, Total Error: 0CRC: 0, Giants: 0Jabbers: 0, Throttles: 0Runts: 0, Symbols: 0Ignoreds: 0, Frames: 0Output: 21 packets, 7371 bytesUnicast: 0, Multicast: 0Broadcast: 21, Jumbo: 0Discard: 0, Total Error: 0Collisions: 0, ExcessiveCollisions: 0Late Collisions: 0, Deferreds: 0Input bandwidth utilization threshold : 100.00%Output bandwidth utilization threshold: 100.00%Input bandwidth utilization : 0%Output bandwidth utilization : 0% |
Cihazların karşılıklı konuşabilmeleri için CLIGURU-R2 cihazınında ip address ayarlamalarını yapılandırmamız gerekir.
[CLIGURU-R2]interface GigabitEthernet 0/0/0[CLIGURU-R2-GigabitEthernet0/0/0]ip add 192.168.1.2 24[CLIGURU-R2-GigabitEthernet0/0/0]descriptionThis interface connects to CLIGURU-R1-G0/0/0 |
Cihazların karşılıklı haberleştiğini anlamamız için ise ping komutunu kullanalım.
[CLIGURU-R1]ping 192.168.1.2PING 192.168.1.2: 56 data bytes, press CTRL_C to breakReply from 192.168.1.2: bytes=56 Sequence=1 ttl=255 time=50 msReply from 192.168.1.2: bytes=56 Sequence=2 ttl=255 time=30 msReply from 192.168.1.2: bytes=56 Sequence=3 ttl=255 time=50 msReply from 192.168.1.2: bytes=56 Sequence=4 ttl=255 time=50 msReply from 192.168.1.2: bytes=56 Sequence=5 ttl=255 time=10 ms |