ejeangilles,
I am not sure if this will work - found it at CC Prep, but I am with Minue in asking if you have more than 8 routers to connect in a lab, even a CCIE lab with Frame Relay only has about 6 routers connected in the Frame Relay mesh

-
Setting Up 2 2501's as a Frame Relay Switch
Some may not have the luxury of having a 2520 or a single router with more than 2 serial interfaces to be able to do full mesh frame relay scenarios.
You can combine two 2501's to act as a single frame relay switch to give you 4 serial port to use for frame relay simulations using a tunnel interface
Cisco 2501 # 1
!
version 11.2
service udp-small-servers
service tcp-small-servers
!
hostname frame
!
!
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 192.168.1.1
!
interface Ethernet0
ip address 192.168.1.2 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 112 interface Serial1 211
frame-relay route 113 interface Tunnel0 311
frame-relay route 114 interface Tunnel0 411
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 211 interface Serial0 112
!
no ip classless
!
line con 0
line aux 0
line vty 0 4
login
!
end
Cisco 2501 # 2
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname frame2
!
!
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 192.168.1.2
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 311 interface Tunnel0 113
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 411 interface Tunnel0 114
!
no ip classless
!
!
line con 0
line aux 0
line vty 0 4
login
!
end"
* * * * * * * * * * * *
The above configuration example was brought to you by CCPrep.
Hope this helps!!
E.A. Broda
CCNA, CCDA, CCAI, Network +