Re: frame-relay question

From: Phil (ciscostudent1@yahoo.com.br)
Date: Sat Jan 04 2003 - 19:13:38 GMT-3


Yong Kim,
It works, you have to configure one of the routers with "frame-relay switching":
R1:

!
frame-relay switching
!
interface Serial0
 bandwidth 128
 ip address 172.16.12.1 255.255.255.0
 encapsulation frame-relay
 clockrate 125000
 frame-relay map ip 133.3.12.1 101 broadcast
 frame-relay map ip 133.3.12.2 101 broadcast
 frame-relay intf-type dce
!
------------------

R2:
!
interface Serial1
 bandwidth 128
 ip address 133.3.12.2 255.255.255.0
 encapsulation frame-relay
 frame-relay map ip 133.3.12.1 101 broadcast
 frame-relay map ip 133.3.12.2 101 broadcast
!

Note that the DCLI must be the same on both routers.

Phil

 

 Yong Kim <yh.kim@sbcglobal.net> wrote: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
.
---------------------------------
Busca Yahoo!
O melhor lugar para encontrar tudo o que vocj procura na Internet
.



This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:41 GMT-3