Re: Frame Relay Lan routing between sites help needed
- From: "Scooby" <mmscooby1@xxxxxxxxxxxxx>
- Date: Fri, 4 May 2007 13:15:48 -0400
<kjkearney@xxxxxxxxx> wrote in message
news:1178296242.479136.300080@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On May 4, 10:50 am, "Scooby" <mmscoo...@xxxxxxxxxxxxx> wrote:
<kjkear...@xxxxxxxxx> wrote in message
news:1178290226.006778.97720@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Our company recently purchased 4 frame relay circuits and 4 used cisco
1720 routers. The way the frame relay has been set up is 1 host and 3
remotes. I am curretnly working on the host and 1 remote at this
time. I have been able to connect the 2 sites however I cannot figure
out what to do to get the 2 lan networks to see each other.
Router 1 (main site)
~~~~~~~~~~~~~~~~~~~~~~~~
interface FastEthernet0
description CBB Data Ethernet
ip address 10.0.0.69 255.255.254.0
speed 100
full-duplex
!
interface Serial0
bandwidth 1024
no ip address
encapsulation frame-relay
!
interface Serial0.16 point-to-point
description 84th/Pinelake Frame Relay DLCI 16/16
bandwidth 1024
ip address 192.168.168.14 255.255.255.252
frame-relay interface-dlci 16
!
interface Serial0.17 point-to-point
description 84th/Fletcher Frame Relay DLCI 16/17
bandwidth 1024
ip address 192.168.168.6 255.255.255.252
frame-relay interface-dlci 17
!
interface Serial0.18 point-to-point
description 84th/Downtown Frame Relay DLCI 16/18
bandwidth 1024
ip address 192.168.168.10 255.255.255.252
frame-relay interface-dlci 18
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Router 2 (remote site)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface FastEthernet0
description 27th Street Data Ethernet
ip address 10.0.10.69 255.255.255.0
speed 100
full-duplex
!
interface Serial0
bandwidth 1024
ip address 192.168.168.5 255.255.255.252
encapsulation frame-relay
frame-relay interface-dlci 16
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
int ser 0.17 on the main site is UP and UP and ser 0 on the remote
site is UP and UP
I can telnet to and from each site using the serial IP addresses.
what am I missing to allow LAN traffic to travel between the two
sites?
I tried adding routes such as on the main site i added
ip route 10.0.10.0 255.255.255.0 192.168.168.5
and on the remote site i added
ip route 0.0.0.0 0.0.0.0 192.168.168.6
but it did not help. I am sure I am missing something simple here but
I just do not know what. I figured after I get this remote working
the others will be easy to follow.
Thank you
KJ
KJ,
Sounds like you may not have the correct default gateway setup on the
workstations. At each location, you will need to point this setting to
the
LAN interface of the local router. Or, if there is another default
gateway
at any particular location (maybe an internet connection), you would need
the route back to the frame relay network.
Before testing end to end, try testing workstation to remote router to
make
sure you can get that far, then test to a device on the remote lan.
Hope that helps,
Jim- Hide quoted text -
- Show quoted text -
Well the problem is I cannot even ping the FastEthernet IP address of
the remote router from the main router. Until I can get that to
happen workstations will not work either.
I can up load my full configs if someone would be willing to edit them
and show me where I am going wrong at.
Odd, indeed. And, you are correct, that if you can't get that far, then
workstations are a moot point. I do understand that you can connect serial
to serial okay, so that says connectivity is there. Routing would be my
next guess. From each device you should try 'show ip route' to make sure
that your entries are in the routing table. Also, checking the obvious,
make sure the LAN interfaces are up and that you can ping them from the
local routers.
Please do upload the full configs and also include the following outputs
from each router.
show ip route
show ip int brief
ping 192.168.168.5
ping 192.168.168.6
ping 10.0.0.69
ping 10.0.10.69
Jim
.
- References:
- Frame Relay Lan routing between sites help needed
- From: kjkearney
- Re: Frame Relay Lan routing between sites help needed
- From: Scooby
- Re: Frame Relay Lan routing between sites help needed
- From: kjkearney
- Frame Relay Lan routing between sites help needed
- Prev by Date: Re: 2821 Router
- Next by Date: Re: Cisco AP 1100 Problems
- Previous by thread: Re: Frame Relay Lan routing between sites help needed
- Next by thread: Re: Frame Relay Lan routing between sites help needed
- Index(es):
Relevant Pages
|