From: syv (syv@xxxxxxxxxxxxxxx)
Date: Thu Aug 01 2002 - 12:28:25 GMT-3
On Thursday, August 01, 2002, Kohli, Harbir wrote:
See inline comments
KH> I am trying to create a frame-relay cloud by using 2
KH> routers (FRS1 and FRS2)
You can create a frame-relay with just 2 routers but you
should not have frame-relay switching on both. Only 1
provides the clock...
KH> I have 2 routers connected one to FRS1 and another to FRS2).
KH> ...
KH> frame-relay switching
KH> !
KH> interface Tunnel12
KH> no ip address
KH> tunnel source Serial0
KH> tunnel destination 12.12.12.2
KH> !
KH> interface Serial0
KH> ip address 12.12.12.1 255.255.255.0
KH> !
KH> interface Serial1
KH> no ip address
KH> encapsulation frame-relay
KH> frame-relay intf-type dce
DCE interface should provide the clock. Or no keepalive
Where's the DLCI?
KH> frame-relay route 104 interface Tunnel12 401
KH> !
KH> FRS2
KH> ---------
KH> ..
KH> frame-relay switching
KH> interface Serial0
KH> ip address 23.23.23.2 255.255.255.0
KH> interface Serial1
KH> no ip address
KH> encapsulation frame-relay
KH> clockrate 2000000
KH> frame-relay intf-type dce
DCE interface provides the clock. If 2 routers to be connected
to each other then:
frame-relay intf-type nni
KH>
KH> frame-relay route 401 interface Tunnel12 104
Where's the DLCI?
KH> FRS2#sh frame pvc
KH> PVC Statistics for interface Serial1 (Frame Relay DCE)
KH> DLCI = 401, DLCI USAGE = SWITCHED, PVC STATUS = INACTIVE, INTERFACE =
KH> Serial1
KH> What is it that I am missing?
This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:48:13 GMT-3