Bu bölümde static routing ve default routing konfigurasyonu yapmayı ve bu bağlantıları kontrol etmeyi göreceğiz.
1. Temel sistemi ve ip address yapılandırması.
Cihazlara isim verip , interfacelere ise ip addresi verelim. Bunları CLIGURU-R1,CLIGURU-R2 ve CLIGURU-R3 için yapalım .
CLIGURU-R1’in ayarları;
<Huawei>system-viewEnter system view, return user view with Ctrl+Z.[Huawei]sysname CLIGURU-R1[CLIGURU-R1]interface GigabitEthernet 0/0/0[CLIGURU-R1-GigabitEthernet0/0/0]ip address 10.0.13.1 24[CLIGURU-R1-GigabitEthernet0/0/0]quit[CLIGURU-R1]interface GigabitEthernet 0/0/1[CLIGURU-R1-GigabitEthernet0/0/1]ip address 10.0.12.1 24[CLIGURU-R1-GigabitEthernet0/0/1]quit[CLIGURU-R1]interface LoopBack 0[CLIGURU-R1-LoopBack0]ip address 10.0.1.1 24[CLIGURU-R1-LoopBack0] |
Yaptıgımız ayarları görüntülemek için de display ip interface brief komutunu kullanırız.
<CLIGURU-R1>display ip interface briefInterface IP Address/Mask Physical Protocol…output omitted… GigabitEthernet0/0/0 10.0.13.1/24 up upGigabitEthernet0/0/1 10.0.12.1/24 up upGigabitEthernet0/0/2 unassigned down downGigabitEthernet0/0/3 unassigned down downLoopBack0 10.0.1.1/24 up up(s)…output omitted… |
CLIGURU-R2’nin ayarları ;
<Huawei>system-viewEnter system view, return user view with Ctrl+Z.[Huawei]sysname CLIGURU-R2[CLIGURU-R2]interface GigabitEthernet 0/0/0[CLIGURU-R2-GigabitEthernet0/0/0]ip address 10.0.23.2 24[CLIGURU-R2-GigabitEthernet0/0/0]quit[CLIGURU-R2]interface GigabitEthernet 0/0/1[CLIGURU-R2-GigabitEthernet0/0/1]ip address 10.0.12.2 24[CLIGURU-R2-GigabitEthernet0/0/1]quit[CLIGURU-R2]interface LoopBack 0[CLIGURU-R2-LoopBack0]ip address 10.0.2.2 24 |
<CLIGURU-R2>display ip interface briefInterface IP Address/Mask Physical Protocol…output omitted… GigabitEthernet0/0/0 10.0.23.2/24 up upGigabitEthernet0/0/1 10.0.12.2/24 up upLoopBack0 10.0.2.2/24 up up(s)…output omitted… |
CLIGURU-R3’ün ayarları;
<Huawei>system-viewEnter system view, return user view with Ctrl+Z.[Huawei]sysname CLIGURU-R3[CLIGURU-R3]interface GigabitEthernet 0/0/0[CLIGURU-R3-GigabitEthernet0/0/0]ip address 10.0.13.3 24[CLIGURU-R3-GigabitEthernet0/0/0]quit[CLIGURU-R3]interface GigabitEthernet 0/0/1[CLIGURU-R3-GigabitEthernet0/0/1]ip address 10.0.23.3 24[CLIGURU-R3-GigabitEthernet0/0/1]quit[CLIGURU-R3]interface LoopBack 0[CLIGURU-R3-LoopBack0]ip address 10.0.3.3 24 |
<CLIGURU-R3>display ip interface briefInterface IP Address/Mask Physical Protocol…output omitted… GigabitEthernet0/0/0 10.0.13.3/24 up upGigabitEthernet0/0/1 10.0.23.3/24 up upLoopBack0 10.0.3.3/24 up up(s)…output omitted… |
CLIGURU-R1’in diğer cihazlarla iletişim kurup kurmadığı nı ping komutuyla kontrol edelim.
<CLIGURU-R1>ping 10.0.12.2PING 10.0.12.2: 56 data bytes, press CTRL_C to breakReply from 10.0.12.2: bytes=56 Sequence=1 ttl=255 time=50 msReply from 10.0.12.2: bytes=56 Sequence=2 ttl=255 time=30 msReply from 10.0.12.2: bytes=56 Sequence=3 ttl=255 time=70 msReply from 10.0.12.2: bytes=56 Sequence=4 ttl=255 time=70 msReply from 10.0.12.2: bytes=56 Sequence=5 ttl=255 time=60 ms— 10.0.12.2 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 30/56/70 ms |
<CLIGURU-R1>ping 10.0.13.3PING 10.0.13.3: 56 data bytes, press CTRL_C to breakReply from 10.0.13.3: bytes=56 Sequence=1 ttl=255 time=80 msReply from 10.0.13.3: bytes=56 Sequence=2 ttl=255 time=40 msReply from 10.0.13.3: bytes=56 Sequence=3 ttl=255 time=50 msReply from 10.0.13.3: bytes=56 Sequence=4 ttl=255 time=50 msReply from 10.0.13.3: bytes=56 Sequence=5 ttl=255 time=40 ms— 10.0.13.3 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 40/52/80 ms |
CLIGURU-R2 için ;
<CLIGURU-R2>ping 10.0.23.3PING 10.0.23.3: 56 data bytes, press CTRL_C to breakReply from 10.0.23.3: bytes=56 Sequence=1 ttl=255 time=50 msReply from 10.0.23.3: bytes=56 Sequence=2 ttl=255 time=40 msReply from 10.0.23.3: bytes=56 Sequence=3 ttl=255 time=10 msReply from 10.0.23.3: bytes=56 Sequence=4 ttl=255 time=50 msReply from 10.0.23.3: bytes=56 Sequence=5 ttl=255 time=50 ms— 10.0.23.3 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 10/40/50 ms |
2. CLIGURU-R2’ nin bağlantılarını kontrol etme; 10.0.13.3/24 ve 10.0.3.0/24 ile arasındaki.
<CLIGURU-R2>ping 10.0.13.3PING 10.0.13.3: 56 data bytes, press CTRL_C to breakRequest time outRequest time outRequest time outRequest time outRequest time out— 10.0.13.3 ping statistics —5 packet(s) transmitted0 packet(s) received100.00% packet loss |
<CLIGURU-R2>ping 10.0.3.3PING 10.0.3.3: 56 data bytes, press CTRL_C to breakRequest time outRequest time outRequest time outRequest time outRequest time out— 10.0.3.3 ping statistics —5 packet(s) transmitted0 packet(s) received100.00% packet loss |
CLIGURU-R2 nin 10.0.3.0/24 networku ile iletişime geçebilmesi için CLIGURU-R2 ve CLIGURU-R3 üzerinde route konfigürasyonu yapmamız gerekirdi. Ping testi sonucunda CLIGURU-R2’nin 10.0.3.0 ve 10.0.13.3 ile iletişime geçemediğini görüntüledik.
CLIGURU-R2 nin yönlendirme tablosunu görüntülemek için display ip routing-table diyerek görüntüleyelim.
Şu anda görüntülediğimiz route tablosunda diğer iki network yer almıyor.
<CLIGURU-R2>display ip routing-tableRoute Flags: R – relay, D – download to fib——————————————————————————Routing Tables: PublicDestinations : 8 Routes : 8Destination/Mask Proto Pre Cost Flags NextHop Interface10.0.2.0/24 Direct 0 0 D 10.0.2.2 LoopBack010.0.2.2/32 Direct 0 0 D 127.0.0.1 LoopBack010.0.12.0/24 Direct 0 0 D 10.0.12.2 GigabitEthernet0/0/110.0.12.2/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/110.0.23.0/24 Direct 0 0 D 10.0.23.2 GigabitEthernet0/0/010.0.23.2/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/0127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0<CLIGURU-R2> |
3. CLIGURU-R2 için static route konfigürasyonu .
Static route yazılırken önce hedef ağ yazılır (10.0.13.0/24), sonra subnet maskesi(255.255.255.0) ve yönlendirilecek tarafın ilk hop’unun ip adresi(10.0.23.3) yazılır.
Preference değeri; yani routing önceliği default olarak 60 dır ve değiştirmemize gerek yoktur.
Diger cihazlar içinde aynısını yapalım.
[CLIGURU-R2]ip route-static 10.0.13.0 24 10.0.23.3[CLIGURU-R2]ip route-static 10.0.3.0 24 10.0.23.3 |
Not: Subnetmask ı 24 olarak veya 255.255.255.0 şeklinde decimal formatı olarak yazabiliriz.
[CLIGURU-R2]display ip routing-tableRoute Flags: R – relay, D – download to fib——————————————————————————Routing Tables: PublicDestinations : 10 Routes : 10Destination/Mask Proto Pre Cost Flags NextHop Interface10.0.2.0/24 Direct 0 0 D 10.0.2.2 LoopBack010.0.2.2/32 Direct 0 0 D 127.0.0.1 LoopBack010.0.3.0/24 Static 60 0 RD 10.0.23.3 GigabitEthernet0/0/010.0.12.0/24 Direct 0 0 D 10.0.12.2 GigabitEthernet0/0/110.0.12.2/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/110.0.13.0/24 Static 60 0 RD 10.0.23.3 GigabitEthernet0/0/010.0.23.0/24 Direct 0 0 D 10.0.23.2 GigabitEthernet0/0/010.0.23.2/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/0127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0 |
4.Yedek statik route konfigurasyonu.
CLIGURU-R2, 10.0.13.3 ve 10.0.3.3 arasındaki veri trafiği CLIGURU-R2 ile CLIGURU-R3 arasındaki bağlantı üzerinden geçmektedir. CLIGURU-R2 ‘nin 10.0.13.3 ve 10.0.3.3 ile arasındaki bağlantının kopması durumunda CLIGURU-R2 iletişime geçemeyecektir.
Topoloji’ye baktığımızda CLIGURU-R2 ile CLIGURU-R3 arasındaki bağlantı koptuğunda, CLIGURU-R2 CLIGURU-R1 üzerinden CLIGURU-R3 ile iletişime geçebilir. Yedek statik routelar konfigure edilerek diğer yollar yedeklilik için aktif hale getirilebilir. Herhangi bir kopma yaşanmadığı bir durumda yedek route üzerinde bir trafik görülmeyecektir; ama bir bağlantı kopmasında bu yol aktif olucak ve veri buradan taşınacaktır.
İlk route’umuz(bağlantımız) koptuğunda yedek yolumuzun aktif olması için gerekli konfigurasyonları yapmamız gerekir; örnekte olduğu gibi preference değeri yedek yol için 80 olarak belirledik.
[CLIGURU-R1]ip route-static 10.0.3.0 24 10.0.13.3 |
[CLIGURU-R2]ip route-static 10.0.13.0 255.255.255.0 10.0.12.1 preference 80[CLIGURU-R2]ip route-static 10.0.3.0 24 10.0.12.1 preference 80 |
[CLIGURU-R3]ip route-static 10.0.12.0 24 10.0.13.1 |
5. Statik route’u kontrol etmek.
CLIGURU-R2 üzerinde statik route’u görüntüleyelim.
[CLIGURU-R2]display ip routing-tableRoute Flags: R – relay, D – download to fib——————————————————————————Routing Tables: PublicDestinations : 10 Routes : 10Destination/Mask Proto Pre Cost Flags NextHop Interface10.0.2.0/24 Direct 0 0 D 10.0.2.2 LoopBack010.0.2.2/32 Direct 0 0 D 127.0.0.1 LoopBack010.0.3.0/24 Static 60 0 RD 10.0.23.3 GigabitEthernet0/0/010.0.12.0/24 Direct 0 0 D 10.0.12.2 GigabitEthernet0/0/110.0.12.2/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/110.0.13.0/24 Static 60 0 RD 10.0.23.3 GigabitEthernet0/0/010.0.23.0/24 Direct 0 0 D 10.0.23.2 GigabitEthernet0/0/010.0.23.2/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/0127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0 |
Routing tablosunda konfigure ettiğimiz iki route’u protokol olarak statik, preference değerini ise 60 olarak görüntüledik.
CLIGURU-R2 ile CLIGURU-R3 arasındaki bağlantıyı kontrol edelim.
<CLIGURU-R2>ping 10.0.13.3PING 10.0.13.3: 56 data bytes, press CTRL_C to breakReply from 10.0.13.3: bytes=56 Sequence=1 ttl=255 time=30 msReply from 10.0.13.3: bytes=56 Sequence=2 ttl=255 time=30 msReply from 10.0.13.3: bytes=56 Sequence=3 ttl=255 time=60 msReply from 10.0.13.3: bytes=56 Sequence=4 ttl=255 time=30 msReply from 10.0.13.3: bytes=56 Sequence=5 ttl=255 time=30 ms— 10.0.13.3 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 30/36/60 ms |
<CLIGURU-R2>ping 10.0.3.3PING 10.0.3.3: 56 data bytes, press CTRL_C to breakReply from 10.0.3.3: bytes=56 Sequence=1 ttl=255 time=10 msReply from 10.0.3.3: bytes=56 Sequence=2 ttl=255 time=50 msReply from 10.0.3.3: bytes=56 Sequence=3 ttl=255 time=60 msReply from 10.0.3.3: bytes=56 Sequence=4 ttl=255 time=30 msReply from 10.0.3.3: bytes=56 Sequence=5 ttl=255 time=60 ms— 10.0.3.3 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 10/42/60 ms |
Ping komutu çıktısı route’un çalıştığını gösteriyor. Tracert komutu ile data hangi yolları kullanarak ilerlediğini görüntüleyelim.
<CLIGURU-R2>tracert 10.0.13.3traceroute to 10.0.13.3(10.0.13.3), max hops: 30 ,packet length: 40,press CTRL_C to break1 10.0.23.3 20 ms 30 ms 50 ms |
<CLIGURU-R2>tracert 10.0.3.3traceroute to 10.0.3.3(10.0.3.3), max hops: 30 ,packet length: 40,press CTRL_C to break1 10.0.23.3 50 ms 30 ms 30 ms |
Tracert çıktısı CLIGURU-R2’nin veriyi direkt olarak CLIGURU-R3’e gönderdiğini gösteriyor.
6. Yedek statik router’ları kontrol etmek .
CLIGURU-R2 üzerindeki GigabitEthernet 0/0/0 yani 10.0.23.3 adresini devre dışı bırakarak ip yönlendirme tablosundaki değişiklikleri gözlemleyelim.
[CLIGURU-R2]interface GigabitEthernet 0/0/0[CLIGURU-R2-GigabitEthernet0/0/0]shutdown[CLIGURU-R2-GigabitEthernet0/0/0]quit |
Gigabitethernet 0/0/0 devre dışı bırakıldıktan sonraki route tablosu.
<CLIGURU-R2>display ip routing-tableRoute Flags: R – relay, D – download to fib——————————————————————————Routing Tables: PublicDestinations : 8 Routes : 8Destination/Mask Proto Pre Cost Flags NextHop Interface10.0.2.0/24 Direct 0 0 D 10.0.2.2 LoopBack010.0.2.2/32 Direct 0 0 D 127.0.0.1 LoopBack010.0.3.0/24 Static 80 0 RD 10.0.12.1 GigabitEthernet0/0/110.0.12.0/24 Direct 0 0 D 10.0.12.2 GigabitEthernet0/0/110.0.12.2/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/110.0.13.0/24 Static 80 0 RD 10.0.12.1 GigabitEthernet0/0/1127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0 |
Route tablosunda ki next hop’ların ve preference değerlerinin değiştiğini görüyoruz.
CLIGURU-R2 ve CLIGURU-R2 üzerindeki hedef adresler arasındaki bağlantıyı kontrol edelim.
<CLIGURU-R2>ping 10.0.3.3PING 10.0.3.3: 56 data bytes, press CTRL_C to breakReply from 10.0.3.3: bytes=56 Sequence=1 ttl=254 time=60 msReply from 10.0.3.3: bytes=56 Sequence=2 ttl=254 time=60 msReply from 10.0.3.3: bytes=56 Sequence=3 ttl=254 time=60 msReply from 10.0.3.3: bytes=56 Sequence=4 ttl=254 time=60 msReply from 10.0.3.3: bytes=56 Sequence=5 ttl=254 time=60 ms— 10.0.3.3 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 60/60/60 ms |
<CLIGURU-R2>ping 10.0.13.3PING 10.0.13.3: 56 data bytes, press CTRL_C to breakReply from 10.0.13.3: bytes=56 Sequence=1 ttl=254 time=50 msReply from 10.0.13.3: bytes=56 Sequence=2 ttl=254 time=80 msReply from 10.0.13.3: bytes=56 Sequence=3 ttl=254 time=50 msReply from 10.0.13.3: bytes=56 Sequence=4 ttl=254 time=80 msReply from 10.0.13.3: bytes=56 Sequence=5 ttl=254 time=30 ms— 10.0.13.3 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 30/58/80 ms |
CLIGURU-R2 ve CLIGURU-R3 devre dışı bırakıldığında hala iletişimin devam ettiğini görüyoruz.
Tracert komutu ile verini hangi yol üzerinden gittiğini görebiliriz.
<CLIGURU-R2>tracert 10.0.13.3
traceroute to 10.0.13.3(10.0.13.3), max hops: 30 ,packet length: 40,press CTRL_C to break1 10.0.12.1 30 ms 50 ms 40 ms2 10.0.13.3 40 ms 60 ms 60 ms |
<CLIGURU-R2>tracert 10.0.3.3traceroute to 10.0.3.3(10.0.3.3), max hops: 30 ,packet length: 40,press CTRL_C to break
1 10.0.12.1 30 ms 50 ms 10 ms2 10.0.13.3 50 ms 60 ms 70 ms |
CLIGURU-R2 tarafından gönderilen veri CLIGURU-R1‘e bağlı (10.0.12.0) (10.0.13.0 ) networkleri üzerinden CLIGURU-R3’e ulaştığını görüntüledik.
7. Default route’ları kullanarak bağlantıyı sağlamak.
CLIGURU-R2 üzerinde 6. Adımda devre dışı bıraktıgımız interface’i etkinleştirelim.
[CLIGURU-R2]interface GigabitEthernet 0/0/0[CLIGURU-R2-GigabitEthernet0/0/0]undo shutdown |
CLIGURU-R1 den 10.0.23.0 network’üne erişebilirliğe bakalım.
[CLIGURU-R1]ping 10.0.23.3PING 10.0.23.3: 56 data bytes, press CTRL_C to breakRequest time outRequest time outRequest time outRequest time outRequest time out— 10.0.23.3 ping statistics —5 packet(s) transmitted0 packet(s) received100.00% packet loss |
CLIGURU-R1 üzerinde route yapılandırılmadığı için CLIGURU-R3 ulaşamıyoruz.
<CLIGURU-R1>display ip routing-tableRoute Flags: R – relay, D – download to fib——————————————————————————Routing Tables: PublicDestinations : 9 Routes : 9Destination/Mask Proto Pre Cost Flags NextHop Interface10.0.1.0/24 Direct 0 0 D 10.0.1.1 LoopBack010.0.1.1/32 Direct 0 0 D 127.0.0.1 LoopBack010.0.3.0/24 Static 60 0 RD 10.0.13.3 GigabitEthernet0/0/010.0.12.0/24 Direct 0 0 D 10.0.12.1 GigabitEthernet0/0/110.0.12.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/110.0.13.0/24 Direct 0 0 D 10.0.13.1 GigabitEthernet0/0/010.0.13.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/0127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0 |
Default route CLIGURU-R1 üzerinde bağlantı bütünlüğünü sağlamak için next hop olan 10.0.13.3 için konfigure edelim.
[CLIGURU-R1]ip route-static 0.0.0.0 0.0.0.0 10.0.13.3 |
Konfigurasyonu tamamladıktan sonra CLIGURU-R1’i kontrol edelim.
<CLIGURU-R1>ping 10.0.23.3PING 10.0.23.3: 56 data bytes, press CTRL_C to breakReply from 10.0.23.3: bytes=56 Sequence=1 ttl=255 time=20 msReply from 10.0.23.3: bytes=56 Sequence=2 ttl=255 time=10 msReply from 10.0.23.3: bytes=56 Sequence=3 ttl=255 time=50 msReply from 10.0.23.3: bytes=56 Sequence=4 ttl=255 time=50 msReply from 10.0.23.3: bytes=56 Sequence=5 ttl=255 time=30 ms— 10.0.23.3 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 10/32/50 ms |
8. Yedek default route yapılandırmak.
CLIGURU-R1 ile CLIGURU-R3 arasındaki bağlantı koparsa, yedek olan default route üzerinden 10.0.12.0 aracılığı ile 10.0.23.3 ve 10.0.3.3 haberleştirilebilir.
Ancak CLIGURU-R1 bu networklere direcly connected olmadığı için backup route üzerinde her iki yönede route konfigurasyonu yapmamız gerekir.
[CLIGURU-R1]ip route-static 0.0.0.0 0.0.0.0 10.0.12.2 preference 80 |
[CLIGURU-R3]ip route-static 10.0.12.0 24 10.0.23.2 preference 80 |
9.Yedek default route kontrol ekmek.
CLIGURU-R1’in CLIGURU-R3 ile bağlantısı çalışıyorken CLIGURU-R1’in route tablosunu görüntüleyelim.
<CLIGURU-R1>display ip routing-tableRoute Flags: R – relay, D – download to fib——————————————————————————Routing Tables: PublicDestinations : 10 Routes : 10Destination/Mask Proto Pre Cost Flags NextHop Interface0.0.0.0/0 Static 80 0 RD 10.0.12.2 GigabitEthernet0/0/110.0.1.0/24 Direct 0 0 D 10.0.1.1 LoopBack010.0.1.1/32 Direct 0 0 D 127.0.0.1 LoopBack010.0.3.0/24 Static 60 0 RD 10.0.13.3 GigabitEthernet0/0/010.0.12.0/24 Direct 0 0 D 10.0.12.1 GigabitEthernet0/0/110.0.12.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/110.0.13.0/24 Direct 0 0 D 10.0.13.1 GigabitEthernet0/0/010.0.13.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/0127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0 |
CLIGURU-R1 üzerinde GigabitEthernet 0/0/0 ‘ı ve CLIGURU-R3 üzerinde Gigabit 0/0/0 ‘ı kapatarak; bağlantı koptuğundaki route tablosuna bakalım ve bir önceki bağlantının sağlandığı tablo ile karşılaştıralım.
[CLIGURU-R1]interface GigabitEthernet 0/0/0[CLIGURU-R1-GigabitEthernet0/0/0]shutdown[CLIGURU-R1-GigabitEthernet0/0/0]quit |
[CLIGURU-R3]interface GigabitEthernet 0/0/0[CLIGURU-R3-GigabitEthernet0/0/0]shutdown[CLIGURU-R3-GigabitEthernet0/0/0]quit |
<CLIGURU-R1>display ip routing-tableRoute Flags: R – relay, D – download to fib——————————————————————————Routing Tables: PublicDestinations : 7 Routes : 7Destination/Mask Proto Pre Cost Flags NextHop Interface0.0.0.0/0 Static 80 0 RD 10.0.12.2 GigabitEthernet0/0/110.0.1.0/24 Direct 0 0 D 10.0.1.1 LoopBack010.0.1.1/32 Direct 0 0 D 127.0.0.1 LoopBack010.0.12.0/24 Direct 0 0 D 10.0.12.1 GigabitEthernet0/0/110.0.12.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/1127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0 |
Route tablosunu incelediğimizde, preference değeri 80 olan backup default route olan 0.0.0.0 forward durumuna geçmiş ve 10.0.23.3’ün next hop’una trafiği yönlendirmiştir.
CLIGURU-R1’in bağlantılarını kontrol edelim.
<CLIGURU-R1>ping 10.0.23.3PING 10.0.23.3: 56 data bytes, press CTRL_C to breakReply from 10.0.23.3: bytes=56 Sequence=1 ttl=254 time=70 msReply from 10.0.23.3: bytes=56 Sequence=2 ttl=254 time=70 msReply from 10.0.23.3: bytes=56 Sequence=3 ttl=254 time=60 msReply from 10.0.23.3: bytes=56 Sequence=4 ttl=254 time=60 msReply from 10.0.23.3: bytes=56 Sequence=5 ttl=254 time=40 ms— 10.0.23.3 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 40/60/70 ms |
<CLIGURU-R1>tracert 10.0.23.3traceroute to 10.0.23.3(10.0.23.3), max hops: 30 ,packet length: 40,press CTRL_C to break1 10.0.12.2 20 ms 40 ms 30 ms2 10.0.23.3 70 ms 60 ms 60 ms |
IP paketleri CLIGURU-R3(10.0.23.3)’e next hop’u olan CLIGURU-R2(10.0.12.2) üzerinden ulaştığını görüyoruz.
Final ….
<CLIGURU-R1>display current-configuration#sysname CLIGURU-R1#interface GigabitEthernet0/0/0shutdownip address 10.0.13.1 255.255.255.0#interface GigabitEthernet0/0/1ip address 10.0.12.1 255.255.255.0#interface LoopBack0ip address 10.0.1.1 255.255.255.0#ip route-static 0.0.0.0 0.0.0.0 10.0.12.2 preference 80ip route-static 10.0.3.0 255.255.255.0 10.0.13.3#user-interface con 0user-interface vty 0 4#Return |
<CLIGURU-R2>display current-configuration#sysname CLIGURU-R2#interface GigabitEthernet0/0/0ip address 10.0.23.2 255.255.255.0#interface GigabitEthernet0/0/1ip address 10.0.12.2 255.255.255.0#interface LoopBack0ip address 10.0.2.2 255.255.255.0#ip route-static 10.0.3.0 255.255.255.0 10.0.23.3ip route-static 10.0.3.0 255.255.255.0 10.0.12.1 preference 80ip route-static 10.0.13.0 255.255.255.0 10.0.23.3ip route-static 10.0.13.0 255.255.255.0 10.0.12.1 preference 80#user-interface con 0user-interface vty 0 4#Return |
<CLIGURU-R3>display current-configuration#sysname CLIGURU-R3#interface GigabitEthernet0/0/0shutdownip address 10.0.13.3 255.255.255.0#interface GigabitEthernet0/0/1ip address 10.0.23.3 255.255.255.0#interface LoopBack0ip address 10.0.3.3 255.255.255.0#ip route-static 10.0.12.0 255.255.255.0 10.0.13.1ip route-static 10.0.12.0 255.255.255.0 10.0.23.2 preference 80#user-interface con 0user-interface vty 0 4user-interface vty 16 20#return |