Folks,

While watching my beloved Seminoles get their butts kicked I decided to do
this little prob on the rack.

The key is that a frame-relay is DTE to DCE so all you need to do
after correclty initiating frame-relay on the interfaces is to make
sure you add the clock rate command to the serail interface that is DCE.

Here are the configs:

r1#

interface Serial1
 ip address 192.168.10.1 255.255.255.0
 no ip directed-broadcast
 encapsulation frame-relay
 no keepalive
 frame-relay interface-dlci 101



r2#

interface Serial1
 ip address 192.168.10.10 255.255.255.0
 no ip directed-broadcast
 encapsulation frame-relay
 no keepalive
 clockrate 56000
 frame-relay interface-dlci 101

Worked like a charm.

Raul
----- Original Message -----
From: "mindiani mindiani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 03, 2001 9:06 AM
Subject: Frame-Relay question ?


> Want to get to setup frame relay on my two routers connectected (2x 2501)
> back-to-back with a DTE/DCE cables. When both routers boot up I could see
> the routing table with "sh ip route" and after 30 secondes the protocol on
> the serial interfaces go down.  Can you help
>
> Here is the sample config:
>
> Router1:
>
> interface Serial0
> clockrate 64000
> bandwidth 64
> ip address 10.0.2.5 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 100
>
>
> Router2:
>
> interface Serial0
> bandwidth 64
> ip address 10.0.2.6 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 200
>
>
>
>
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _________________________________
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/
cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to