Alıntı:
farukdemirhan´isimli üyeden Alıntı
evet sitede var ama o da bir soru uzerine aciklanmis. biraz karisik geldi aslina bakarsaniz. |
Her iki uç'ta birer PC kurulu.
PC 'ler DHCP den ip alıyor.
Router1 'e bağlı PC den , Router4 'e bağlı PC ye "
ping" ve "
tracert" ile test ediyoruz.
Kod:
PC>ping 192.168.5.2
Pinging 192.168.5.2 with 32 bytes of data:
Reply from 192.168.5.2: bytes=32 time=187ms TTL=124
Reply from 192.168.5.2: bytes=32 time=189ms TTL=124
Reply from 192.168.5.2: bytes=32 time=228ms TTL=124
Reply from 192.168.5.2: bytes=32 time=201ms TTL=124
Ping statistics for 192.168.5.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 187ms, Maximum = 228ms, Average = 201ms
Kod:
PC>tracert 192.168.5.2
Tracing route to 192.168.5.2 over a maximum of 30 hops:
1 37 ms 42 ms 40 ms 192.168.4.1
2 89 ms 83 ms 79 ms 192.168.1.2
3 139 ms 134 ms 87 ms 192.168.2.2
4 173 ms 169 ms 183 ms 192.168.3.2
5 204 ms 184 ms 195 ms 192.168.5.2
Trace complete.
PC>
#####
Router1
Kod:
R1#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
C 192.168.1.0/24 is directly connected, FastEthernet0/0
S 192.168.2.0/24 is directly connected, FastEthernet0/0
S 192.168.3.0/24 is directly connected, FastEthernet0/0
C 192.168.4.0/24 is directly connected, FastEthernet0/1
S 192.168.5.0/24 is directly connected, FastEthernet0/0
R1#
S : Static route 'yi temsil eder.
Konfigurasyonu Packet Tracer ile indirip üzerinde değişiklikler yapabilirsiniz.