• A standard stub area assumes that no external routes originate behind its internal routers.
    If an internal router connects to an external network, this assumption fails.

    Connecting an External Network to R4

    R4 connects to an external network on 192.168.4.0/24 via GigabitEthernet0/1.
    Because this subnet runs outside OSPF, R4 must redistribute it so the rest of the domain (R1, R2, R3) can reach it.

    Figure 1 - R4 now connects to an external network of its own

    Why Type 5 LSAs Are Blocked

    Redistribute the connected network on R4:

    R4# configure terminal
    R4(config)# router ospf 1
    R4(config-router)# redistribute connected subnets
    R4(config-router)# end

    Cisco IOS accepts the command without errors.
    Check the external database on R4:

    R4# show ip ospf database external
    
                OSPF Router with ID (4.4.4.4) (Process ID 1)

    The database remains empty.

    A stub area strictly forbids Type 5 LSAs, even when generated locally. R4 operates as an ASBR, but because Area 2 is configured as a stub, it cannot originate or flood a Type 5 LSA into the area.

    Answer the question below

    Which LSA type can a stub area never carry, even when the ASBR sits inside it?