Forum

ip route de nerede ...
 
Bildirimler
Hepsini Temizle

ip route de nerede hata yapıyorum

4 Yazılar
4 Üyeler
0 Likes
938 Görüntüleme
(@Anonim)
Gönderiler: 0
Konu başlatıcı
 
Merhaba
aşşağıdaki komutlarım. nerede hata yapıyorumda 192.168.1.0 network ile bağlantı kuramıyorum. sh ip roue dediğimdde eklediğim route
 
tabloda göremiyorum 
 
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#no ip route 192.168.1.0 255.255.255.0 192.168.1.2 
Router(config)#wr
Router#sh 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
     172.168.0.0/24 is subnetted, 1 subnets
C       172.168.1.0 is directly connected, Serial0/1/0
C    192.168.2.0/24 is directly connected, FastEthernet0/0
Router#sh run
Building configuration...
Current configuration : 627 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.2.254 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/1/0
 ip address 172.168.1.2 255.255.255.0
 ipv6 ospf cost 781
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
ip route 192.168.1.0 255.255.255.0 172.16.1.1 
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end
 
Gönderildi : 23/05/2011 16:55

(@ilyasYILDIZ)
Gönderiler: 441
Honorable Member
 

Merhaba ,

Yazdığınız route ip route 192.168.1.0 255.255.255.0 172.16.1.1 

sh run çıktısında 172.16.1.x diye bir ıp ya da network yok 

 ,interface Serial0/1/0

 ip address 172.168.1.2 255.255.255.0
 ipv6 ospf cost 781
 
Ya int serial0/1/0 altındaki ip adresi yanlış yada route yazdığınız 172.16.1.1 ( muhtemelen rakam hatası var )
 
Gönderildi : 23/05/2011 17:35

(@selahattinsadoglu)
Gönderiler: 826
Prominent Member
 

Merhaba,

 

show ip int brief ne gösteriyor?

 
Gönderildi : 23/05/2011 17:58

(@HakanALKAN)
Gönderiler: 125
Estimable Member
 

nex hop adres 172.16.1.1 yazmışsınız hata burada. 172.168.1.1 şeklinde düzeltirseniz çalışacaktır.

 
Gönderildi : 24/05/2011 16:39

Paylaş: