How to configure Frame-Relay Point-to-Multipoint

Hi,

Here is my configuration

**R2-spoke2**
-----
interface Serial2/2
ip address 192.168.123.2 255.255.255.0
encapsulation frame-relay
serial restart-delay 0

**R1-hub**

interface Serial2/1
 ip address 192.168.123.1 255.255.255.0
 encapsulation frame-relay
 serial restart-delay 0

---

**R3-SPOKE2**

interface Serial2/3
 ip address 192.168.123.3 255.255.255.0
 encapsulation frame-relay
 serial restart-delay 0
!

**FR-switch**
-----
interface Serial2/1
description R1
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay intf-type dce
frame-relay route 102 interface Serial2/2 201
frame-relay route 103 interface Serial2/3 301
!
interface Serial2/2
description R3
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay intf-type dce
frame-relay route 201 interface Serial2/1 102
!
interface Serial2/3
description r3
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay intf-type dce
frame-relay route 301 interface Serial2/1 103

i can ping from R3 to R1 and R2 to R1 , but not from R2- to R3

Thanks

**strong text**