Enabling IPv6 on Juniper SRX series Issue

rib inet6.0 {
   static {
     route 0::/0 next-hop 2001:df0:48::1;
   }
}

have to add “security forwarding-options family inet6 mode packet-based” at the global configuration to have IPv6 routable.

SOLUTION :

 admin@SRX# set security forwarding-options family inet6 mode packet-based