*Router 1 is your frame switch
*R1ser0 to R2 ser0
*R1 ser1 to R3 ser0
*R1 ser 2 to R4 ser0
And so on...
EX: frame-relay route 103 interface Serial1/1 102 means the
following: 103 = inbound DLCI, Serial 1/1= outbound interface, 102 =
outbound DLCI
Use your own DLCI's and interfaces in place of the following config.
HTH
------------------------------------------------------------------------------------------
service timestamps debug uptime service timestamps log uptime no
service password-encryption ! hostname R1 ! frame-relay
switching ! interface Serial1/0 no ip address no ip
directed-broadcast encapsulation frame-relay no ip
mroute-cache clockrate 64000 frame-relay intf-type
dce frame-relay route 103 interface Serial1/1 102 frame-relay
route 104 interface Serial1/2 102 frame-relay route 105 interface
Serial1/3 102 no shutdown ! interface Serial1/1 no ip
address no ip directed-broadcast encapsulation
frame-relay no ip mroute-cache clockrate
64000 frame-relay intf-type dce frame-relay route 102
interface Serial1/0 103 frame-relay route 104 interface Serial1/2
103 frame-relay route 105 interface Serial1/3 103 no
shutdown ! interface Serial1/2 no ip address no ip
directed-broadcast encapsulation frame-relay clockrate
64000 frame-relay intf-type dce frame-relay route 102
interface Serial1/0 104 frame-relay route 103 interface Serial1/1
104 frame-relay route 105 interface Serial1/3 104 no
shutdown ! interface Serial1/3 no ip address no ip
directed-broadcast encapsulation frame-relay clockrate
64000 frame-relay intf-type dce frame-relay route 102
interface Serial1/0 105 frame-relay route 103 interface Serial1/1
105 frame-relay route 104 interface Serial1/2 105 no
shutdown ! interface Serial1/3 no ip address no ip
directed-broadcast shutdown ! ! ip classless ! ! line
con 0 transport input none line aux 0 line vty 0
4 login ! end
|