Does anyone know if it possible to run a native IPv6 tunnel on an SRX cluster? 
I can do IPv6 over an IPv4 tunnel with no problems but IPv6 produces this error:

me@srx001# set interfaces gr-0/0/0.1 tunnel source 2001:df0:43f:10:bac::1 
destination 2001:df0:43f:10:bac::3

{primary:node0}[edit]
me@srx001# commit check
[edit interfaces gr-0/0/0 unit 1]
  'tunnel'
    Destination address must be ofsame type as source address
error: configuration check-out failed

{primary:node0}[edit]
me@srx001# show | compare
[edit interfaces gr-0/0/0]
+    unit 1 {
+        tunnel {
+            source 2001:df0:43f:10:bac::1;
+            destination 2001:df0:43f:10:bac::3;
+        }
+    }

{primary:node0}[edit]
me@srx001# delete interfaces gr-0/0/0.1
{primary:node0}[edit]
me@srx001# set interfaces gr-0/0/1.0 tunnel source 2001:df0:43f:10:bac::1 
destination 2001:df0:43f:10:bac::3

{primary:node0}[edit]
me@srx001# show | compare
[edit interfaces]
+   gr-0/0/1 {
+       unit 0 {
+           tunnel {
+               source 2001:df0:43f:10:bac::1;
+               destination 2001:df0:43f:10:bac::3;
+           }
+       }
+   }

{primary:node0}[edit]
me@srx001# commit check
[edit interfaces gr-0/0/1 unit 0]
  'tunnel'
    Destination address must be ofsame type as source address
error: configuration check-out failed

So far google = no help

This is on a Junos SRX 550 cluster with JUNOS Software Release [12.1X44-D10.4]

Thanks
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to