Determine what the issue/issues in the configuration below. Lab it up!
R1
__
interface loopback 0
ip address 1.1.1.1 255.255.255.255
interface serial 1/0
encapsulation frame-relay
ip address 192.168.1.1 255.255.255.0
frame-relay map ip 192.168.1.2 102 broadcast
frame-relay map ip 192.168.1.3 103 broadcast
ip ospf network-type point-to-multipoint
router ospf 1
network 192.168.1.1 0.0.0.0 area 0
network 1.1.1.1 0.0.0.0 area 0
R2
__
interface loopback 0
ip address 2.2.2.2 255.255.255.255
interface serial 1/0
encapsulation frame-relay
ip address 192.168.1.2 255.255.255.252
frame-relay map ip 192.168.1.1 201 broadcast
frame-relay map ip 192.168.1.3 201
ip ospf network-type point-to-multipoint
router ospf 1
network 192.168.1.2 0.0.0.0 area 0
network 2.2.2.2 0.0.0.0 area 0
R3
__
interface loopback 0
ip address 3.3.3.3 255.255.255.255
interface serial 1/0
encapsulation frame-relay
ip address 192.168.1.3 255.255.255.0
frame-relay map ip 192.168.1.2 301 broadcast
frame-relay map ip 192.168.1.1 301 broadcast
router ospf 1
network 192.168.1.3 0.0.0.0 area 0
network 3.3.3.3 0.0.0.0 area 0