Interfacelerin IP Address ve Genel Ayarlamaları


 Bu bölümde interfacelere ip addresi vermeyi ve interfacelere açıklama bilgisi girmeyi göreceğiz.
  1. İ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/0
description Bu interface CLIGURU-R2’nin G0/0/0 portuna bagli
ip 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/0
GigabitEthernet0/0/0 current state :UP
Line protocol current state : UP
Description: Bu interface CLIGURU-R2’nin G0/0/0 portuna bagli
Route Port,The Maximum Transmit Unit is 1500
Internet Address is 192.168.1.1/24
IP Sending Frames’ Format is PKTFMT_ETHNT_2, Hardware address is d46a-a877-0a41
Last physical up time   : 2014-09-20 17:18:32Last physical down time : 2014-09-20 17:25:53
Current system time: 2014-09-20 15:28:30+07:00
Port Mode: FORCE COPPER
Speed : 100, Loopback: NONE
Duplex: FULL, Negotiation: ENABLE
Mdi   : AUTO
Last 300 seconds input rate 0 bits/sec, 0 packets/sec
Last 300 seconds output rate 0 bits/sec, 0 packets/sec
Input peak rate 3168 bits/sec,Record time: 2014-09-20 17:21:41
Output peak rate 560 bits/sec,Record time: 2014-09-20 17:19:51
Input: 360 packets, 59847 bytes
Unicast:                 44, Multicast:                 256
Broadcast:               60, Jumbo:                       0
Discard:                 0, Total Error:                 0
CRC:                     0, Giants:                     0
Jabbers:                 0, Throttles:                   0
Runts:                   0, Symbols:                     0
Ignoreds:                 0, Frames:                     0
Output: 21 packets, 7371 bytes
Unicast:                 0, Multicast:                   0
Broadcast:               21, Jumbo:                       0
Discard:                 0, Total Error:                 0
Collisions:               0, ExcessiveCollisions:         0
Late Collisions:         0, Deferreds:                   0
Input 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.2
PING 192.168.1.2: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.2: bytes=56 Sequence=1 ttl=255 time=50 m
sReply from 192.168.1.2: bytes=56 Sequence=2 ttl=255 time=30 ms
Reply from 192.168.1.2: bytes=56 Sequence=3 ttl=255 time=50 ms
Reply from 192.168.1.2: bytes=56 Sequence=4 ttl=255 time=50 ms
Reply from 192.168.1.2: bytes=56 Sequence=5 ttl=255 time=10 ms