From: kym blair (kymblair@hotmail.com)
Date: Sat Jan 04 2003 - 19:05:33 GMT-3
Yong,
You need "frame-relay intf-type dce" on one side (could be either side).
An unrelated issue ... recommend you disable inverse-arp (it will be
disabled automatically after you reboot, and you will no longer be able to
ping your own interface), add a map statement for your own IP, and remember
the "broadcast" keyword on all map statements:
>R1: DCE side
>interface Serial0
> ip address 192.168.2.1 255.255.255.0
> encapsulation frame-relay
frame-relay intf-type dce
> clockrate 56000
> frame-relay map ip 192.168.2.2 102 broadcast
frame-relay map ip 192.168.2.1 102 broadcast
no frame-relay inverse-arp
>
>R2: DTE side
>interface Serial0
> ip address 192.168.2.2 255.255.255.0
> encapsulation frame-relay
> frame-relay map ip 192.168.2.1 102 broadcast
frame-relay map ip 192.168.2.2 102 broadcast
no frame-relay inverse-arp
HTH, Kym
-----------------------------------------------------
>From: "Yong Kim" <yh.kim@sbcglobal.net>
>Reply-To: "Yong Kim" <yh.kim@sbcglobal.net>
>To: <ccielab@groupstudy.com>
>Subject: frame-relay question
>Date: Sat, 4 Jan 2003 13:33:02 -0800
>
>Hello,
>
>I figured I would take down the hub router for a while but needed to
>connect the satellite routers directly (using one serial cable).
>However, I can't get it to work!? IOS is 12.1 (auto-sensing LMI).
>
>Is there any way to configure frame-relay between two routers directly
>without a hub router frame-relay switching in the middle or using
>subinterface?
>
>
>R1: DCE side
>interface Serial0
> ip address 192.168.2.1 255.255.255.0
> encapsulation frame-relay
> clockrate 56000
> frame-relay map ip 192.168.2.2 102
>
>R2: DTE side
>interface Serial0
> ip address 192.168.2.2 255.255.255.0
> encapsulation frame-relay
> frame-relay map ip 192.168.2.1 102
>
>
>R1#sh ip interface brief
>Interface IP-Address OK? Method Status Protocol
>
>Serial0 192.168.2.1 YES manual up down
>
>
>I would appreciate it if some one can point out my mistake.
>
>
>Thank you,
>
>Yong Kim
>.
This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:41 GMT-3