This brief article explains how create a simple F/R Configuration.
From this :

To this :

Do you were looking for explanations? Here is just configurations files. Enjoy
Frame-Relay Switch:
! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname FRSW ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 10 no network-clock-participate slot 1 no network-clock-participate wic 0 ip subnet-zero ip cef ! ! no ip dhcp use vrf connected ! ! no ip ips deny-action ips-interface ! frame-relay switching no ftp-server write-enable ! ! ! ! ! no crypto isakmp ccm ! ! ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 no ip address shutdown no dce-terminal-timing-enable ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 no ip address encapsulation frame-relay clockrate 64000 no dce-terminal-timing-enable frame-relay intf-type dce ! interface Serial0/2 no ip address encapsulation frame-relay clockrate 64000 no dce-terminal-timing-enable frame-relay intf-type dce ! interface Serial0/3 no ip address encapsulation frame-relay clockrate 64000 no dce-terminal-timing-enable frame-relay intf-type dce ! ip classless ! ip http server no ip http secure-server ! connect R1R2 Serial0/1 102 Serial0/2 201 ! ! connect R1R3 Serial0/1 103 Serial0/3 301 ! ! connect R2R3 Serial0/2 203 Serial0/3 302 ! ! ! ! control-plane ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 ! ! end
R1:
! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 10 no network-clock-participate slot 1 no network-clock-participate wic 0 ip subnet-zero ip cef ! ! no ip dhcp use vrf connected ! ! no ip ips deny-action ips-interface ! no ftp-server write-enable ! ! ! ! ! no crypto isakmp ccm ! ! ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 no ip address shutdown no dce-terminal-timing-enable ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 no ip address encapsulation frame-relay no dce-terminal-timing-enable ! interface Serial0/1.102 point-to-point ip address 10.0.12.1 255.255.255.0 frame-relay interface-dlci 102 ! interface Serial0/1.103 point-to-point ip address 10.0.13.1 255.255.255.0 frame-relay interface-dlci 103 ! interface Serial0/2 no ip address shutdown no dce-terminal-timing-enable ! ip classless ! ip http server no ip http secure-server ! ! ! control-plane ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 ! ! end
R2:
! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 10 no network-clock-participate slot 1 no network-clock-participate wic 0 ip subnet-zero ip cef ! ! no ip dhcp use vrf connected ! ! no ip ips deny-action ips-interface ! no ftp-server write-enable ! ! ! ! ! no crypto isakmp ccm ! ! ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 no ip address shutdown no dce-terminal-timing-enable ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 no ip address encapsulation frame-relay no dce-terminal-timing-enable ! interface Serial0/1.201 point-to-point ip address 10.0.12.2 255.255.255.0 frame-relay interface-dlci 201 ! interface Serial0/1.203 point-to-point ip address 10.0.23.2 255.255.255.0 frame-relay interface-dlci 203 ! interface Serial0/2 no ip address shutdown no dce-terminal-timing-enable ! ip classless ! ip http server no ip http secure-server ! ! ! control-plane ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 ! ! end
R3:
! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R3 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 10 no network-clock-participate slot 1 no network-clock-participate wic 0 ip subnet-zero ip cef ! ! no ip dhcp use vrf connected ! ! no ip ips deny-action ips-interface ! no ftp-server write-enable ! ! ! ! ! no crypto isakmp ccm ! ! ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 no ip address shutdown no dce-terminal-timing-enable ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 no ip address encapsulation frame-relay no dce-terminal-timing-enable ! interface Serial0/1.301 point-to-point ip address 10.0.13.3 255.255.255.0 frame-relay interface-dlci 301 ! interface Serial0/1.302 point-to-point ip address 10.0.23.3 255.255.255.0 frame-relay interface-dlci 302 ! interface Serial0/2 no ip address shutdown no dce-terminal-timing-enable ! ip classless ! ip http server no ip http secure-server ! ! ! control-plane ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 ! ! end