• Your branch announces its own network and reaches the rest of the domain through a single default route.
    The problem you solved with the totally stubby area came back the moment Area 2 became an NSSA.

    The Same Five Routes Are Back

    Read the routing table of R4 and count what an NSSA still lets through the border:

    R4# show ip route ospf
    Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
           D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
           N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
           E1 - OSPF external type 1, E2 - OSPF external type 2
           i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
           ia - IS-IS inter area, * - candidate default, U - per-user static route
           o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
           + - replicated route, % - next hop override
    
    Gateway of last resort is 10.2.34.1 to network 0.0.0.0
    
    O*N2  0.0.0.0/0 [110/1] via 10.2.34.1, 00:06:40, GigabitEthernet0/0
          1.0.0.0/32 is subnetted, 1 subnets
    O IA     1.1.1.1 [110/4] via 10.2.34.1, 00:06:40, GigabitEthernet0/0
          2.0.0.0/32 is subnetted, 1 subnets
    O IA     2.2.2.2 [110/3] via 10.2.34.1, 00:06:40, GigabitEthernet0/0
          3.0.0.0/32 is subnetted, 1 subnets
    O IA     3.3.3.3 [110/2] via 10.2.34.1, 00:06:40, GigabitEthernet0/0
          10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
    O IA     10.0.23.0/30 [110/2] via 10.2.34.1, 00:06:40, GigabitEthernet0/0
    O IA     10.1.12.0/30 [110/3] via 10.2.34.1, 00:06:40, GigabitEthernet0/0

    These are the exact same five inter-area routes the totally stubby area removed two lessons ago.
    Nothing about the ASBR sitting inside your area makes those prefixes any more useful than they were before.

    R4 in the NSSA thanking R3 for the Type 7 translation but asking why it still receives all the Type 3 LSAs for Area 0 and Area 1 networks

    Figure 1 - The translation works, but the Type 3 LSAs keep flooding in

    Answer the question below

    How many inter-area routes does R4 still hold while Area 2 is a plain NSSA?