OSPF Advertise only loopback not transit VLAN

ciscoios-xeospf

I have this topology:

enter image description here

and this configuration:

R1

interface Loopback0
 ip address 10.0.0.1 255.255.255.255
 ip ospf 1 area 0

interface GigabitEthernet0/0
 ip address 192.168.0.1 255.255.255.252
 ip ospf network point-to-point
 ip ospf 1 area 0
!
router ospf 1
 router-id 1.1.1.1

R2

interface GigabitEthernet0/0
 ip address 192.168.0.2 255.255.255.252
 ip ospf network point-to-point
 ip ospf 1 area 0
!
 interface GigabitEthernet0/1
     ip address 192.168.1.1 255.255.255.252
     ip ospf network point-to-point
     ip ospf 1 area 0
!
router ospf 1
 router-id 1.1.1.2

R3

interface GigabitEthernet0/0
 ip address 192.168.1.2 255.255.255.252
 ip ospf network point-to-point
 ip ospf 1 area 0
!
router ospf 1
 router-id 1.1.1.3

On R3 i would like to receive only the loopback of R1 10.10.10.1/32 and not the transit subnet of R1: 192.168.0.1/30. How can i do that?

Thanks

Best Answer

You might consider Prefix-Suppression. You then influence what you redistribute as LSA 5.