Setting DN bit during MP-BGP redistribution into OSPF

To disable DN bit set check:
  1. Navigate into the Privileged Exec mode.
    SLX #configure terminal
    SLX (config) #
  2. Navigate into OSPF router config mode.
    SLX (config)#router ospf vrf T1
    SLX (config-router-ospf-vrf-T1)#
  3. Execute the vrf-lite-capability command.
    SLX (config-router-ospf-vrf-T1)#vrf-lite-capability
    DN bit checks are disabled.