R1#sh run | b 0/0.1 interface Serial0/0.1 point-to-point ip address 208.28.1.1 255.255.255.248 ip ospf network broadcast ip ospf hello-interval 30 ip ospf priority 0 frame-relay interface-dlci 103 ! interface Serial0/0.2 point-to-point ip address 180.40.7.66 255.255.255.224 frame-relay interface-dlci 102 ! interface Ethernet0/1 no ip address shutdown half-duplex ! interface Serial0/1 no ip address shutdown ! router ospf 1 router-id 1.1.1.1 log-adjacency-changes network 180.40.7.66 0.0.0.0 area 0 network 208.28.1.1 0.0.0.0 area 200 ! R2#sh run | b 1/0.1 interface Serial1/0.1 multipoint ip address 208.28.1.3 255.255.255.248 ip ospf network broadcast ip ospf hello-interval 30 ip ospf priority 0 frame-relay map ip 208.28.1.1 203 frame-relay map ip 208.28.1.2 203 broadcast ! interface Serial1/0.2 multipoint ip address 180.40.7.65 255.255.255.224 ip ospf network point-to-point frame-relay map ip 180.40.7.66 201 broadcast ! interface Serial1/2 ip address 180.40.7.2 255.255.255.224 encapsulation frame-relay ip ospf network point-to-multipoint clock rate 64000 frame-relay map ip 180.40.7.3 232 broadcast ! ! router ospf 1 router-id 2.2.2.2 log-adjacency-changes network 180.40.7.2 0.0.0.0 area 200 network 180.40.7.65 0.0.0.0 area 0 network 208.28.1.3 0.0.0.0 area 200 ! R3#sh run | b fram frame-relay switching ! interface Serial1/0 ip address 208.28.1.2 255.255.255.248 encapsulation frame-relay ip split-horizon frame-relay map ip 208.28.1.1 301 broadcast frame-relay map ip 208.28.1.3 302 broadcast no frame-relay inverse-arp ! interface Serial1/1 no ip address shutdown ! interface Serial1/2 ip address 180.40.7.3 255.255.255.224 encapsulation frame-relay ip ospf network point-to-multipoint frame-relay map ip 180.40.7.2 232 broadcast frame-relay intf-type dce ! router ospf 1 router-id 3.3.3.3 log-adjacency-changes network 180.40.7.3 0.0.0.0 area 200 network 208.28.1.2 0.0.0.0 area 200 !