From: Shahnawaz Khot (shahnawaz4ccie@gmail.com)
Date: Wed May 14 2008 - 08:28:57 ART
Hi Amin,
R1 configuration
First -- Your interface IP addresses on both routers are same. Secondly, I
have no idea why you are mapping to the locally configured interface IP with
fram-relay map command. I think a simple configuration to work frame-relay
between two routers as per your scenario is as mentioned below.
interface Serial0/0/0
ip address 3.3.13.1 255.255.255.0
encapsulation frame-relay
frame-relay map ip 3.3.13.3 103 broadcast
no frame-relay inverse-arp
R3 configuration
interface Serial0/0/0
ip address 3.3.13.3 255.255.255.0
encapsulation frame-relay
frame-relay map ip 3.3.13.1 301 broadcast
no frame-relay inverse-arp
You can check your frame-relay switch interface configurations.
Regards,
Shahnawaz
On 5/14/08, ccie <ccie@just-horizon.com> wrote:
>
> Dear Experts,
>
>
>
> I have a frame relay between two routers
>
>
>
> R1------------FRAME RELAY COULD---------------R3
>
> 3.3.13.1
> 3.3.13.3
>
>
>
>
>
> R1 configuration
>
> interface Serial0/0/0
>
> ip address 3.3.13.1 255.255.255.0
>
> encapsulation frame-relay
>
> frame-relay map ip 3.3.13.1 103
>
> frame-relay map ip 3.3.13.3 103 broadcast
>
> no frame-relay inverse-arp
>
>
>
> R3 configuration
>
> interface Serial0/0/0
>
> ip address 3.3.13.1 255.255.255.0
>
> encapsulation frame-relay
>
> frame-relay map ip 3.3.13.1 301 broadcast
>
> frame-relay map ip 3.3.13.3 301
>
> no frame-relay inverse-arp
>
>
>
>
>
>
>
> R1 can ping itself but it can't ping R3. While R3 can ping R1 but can't
> ping
> itself??
>
> Could anybody advice about this strange thing?
>
>
>
> Regards,
>
> Amin
>
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Mon Jun 02 2008 - 06:59:16 ART