Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Several Static Route Problem

Status
Not open for further replies.

aawadah

IS-IT--Management
Joined
Apr 3, 2005
Messages
3
Location
AR
Hi,
who can help me!!

i have router 2800 2 fastheternet and 2 serials

in one serial have internet access MSI (Fream Releay)
in other serial have point to point connect. (Site B)
in one fastethernet have my internetl pool addres
in other fastethernet are my problem. Its other poit to point connect. (Site C)

all serial is up. and i can ping and trece all sites. B and C

But for under the fastethernet 0 i dont have ping or trace to sites C. i can ping to sites B but not tu sites C

I configured 3 static route.

This is router configured. Please helpme.


Internet
I
SiteC ----Router2800 ---- SiteB
I
I
2950 Switch Lan (Site A)


From 2950 i ping and treace SiteB and Internet
but not to SiteC

From Router i can ping and trace all site (A, B, C and Internet)


Current configuration : 2266 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname myplace
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$Sla1$jkfdsalfdsafSi4adrHMibyAo1
enable password myenablepass
!
username aawadah
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
no ip domain lookup
ip domain name myplace.com.ar
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 64.116.225.225 255.255.255.224
duplex auto
speed auto
!
interface FastEthernet0/1
description Satelital
ip address 172.16.3.131 255.255.255.0
duplex auto
speed auto
!
interface Serial0/1/0
description to UUNET GW2.AEP1
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type ansi
!
interface Serial0/1/0.1 point-to-point
description to UUNET GW2.AEP1
ip unnumbered FastEthernet0/0
frame-relay interface-dlci 500 IETF
!
interface Serial0/1/1
description Deposito
ip address 172.16.2.130 255.255.255.252
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/1/0.1
ip route 10.0.0.0 255.255.255.0 Serial0/1/1
ip route 20.0.0.0 255.0.0.0 FastEthernet0/1
ip http server
ip http authentication local
!
!
!
control-plane
!


!
end

This is my ip Route


Gateway of last resort is 0.0.0.0 to network 0.0.0.0

64.0.0.0/27 is subnetted, 1 subnets
C 64.116.225.224 is directly connected, FastEthernet0/0
S 20.0.0.0/8 is directly connected, FastEthernet0/1
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.16.2.128/30 is directly connected, Serial0/1/1
C 172.16.3.0/24 is directly connected, FastEthernet0/1
10.0.0.0/24 is subnetted, 1 subnets
S 10.0.0.0 is directly connected, Serial0/1/1
S* 0.0.0.0/0 is directly connected, Serial0/1/0.1



Thx !!!

aawadah
 
Few Inputs needed

You have 172.16.3.X/24 network connected to Fast ethernet 0/1. Then where is 20.0.0.0 network??

Can you explain diagram with Interface / IP addresses as I can see some problem with routing and IP address given to interface.

 
in fastethernet 0/1 i connect to other router to connect to my remote sites. the address of router interface is 172.16.3.131 and my remoto place is 20.0.x.x

in interface Serial0/1/1 i have the same configured. the interface have 172.16.2.131 and nex router 172.16.2.130
but my remote place is 10.0.x.x

thx. for you responce.

aawadah
 
sorry but still not understood, Can you explain which is site A / B and C using IP addresses or interface.

Nayan
 
From your router, can you see the router at site C? Can you ping the router at site C from your 2800? Does the router at C have a route to your other networks?

Chris.

**********************
Chris A.C, CCNA, CCSA
**********************
 
ChrusAC,
Yes, From My Router i can ping all sites.
And i can telnet to remote Router in SiteC. and i view all remote network.

The router in site c i only us one route.

Thx a lot !

aawadah
 
Can nodes at site C access other sites other than site A?

Can you post a 'sh ip route' from the router at site C and a 'route print' from a node that you can't reach from A.


Chris.





**********************
Chris A.C, CCNA, CCSA
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top