using GNS3 i made the scenario and am able to see all loopback
inetrfaces on every router ruote table how ever i cant ping from EAST
to West on any interface also not from West to East even
they both show all interfaces on there routing tables

am wondring if somthing wrong or GNS3 fault
Frame replay configuration HQ(config)#interface serial 0/0HQ(config-if)#encapsulation frame-relayHQ(config-if)# interface serial 0/0.1 multipointHQ(config-subif)#ip address 172.16.124.1 255.255.255.248HQ(config-subif)#frame-relay map ip 172.16.124.2 102 broadcastHQ(config-subif)#frame-relay map ip 172.16.124.3 103 broadcastEAST(Conf)# interface serial 0/0EAST(config-if)#encapsulation frame-relayEAST(config-if)#ip address 172.16.124.2 255.255.255.248EAST(config-)#frame-relay map ip 172.16.124.1 201 broadcastWEST(Conf)# interface serial 0/0WEST (config-if)#encapsulation frame-relayWEST (config-if)#ip address 172.16.124.3 255.255.255.248WEST (config-subif)#frame-relay map ip 172.16.124.1 301 broadcastEIGRP configuration HQ(config)#router eigrp 25Network 10.1.0.0 0.0.255.255Network 172.16.0.0 No auto-summeryEAST(config)#router eigrp 25Network 10.2.0.0 0.0.255.255Network 172.16.0.0 No auto-summeryWEST(config)#router eigrp 25Network 10.3.0.0 0.0.255.255Network 172.16.0.0No auto-summery
HQ(config)#interface serial 0/0.1HQ(config-subif)#no ip split-horizon eigrp 25