[j-nsp] IPv6 GRE tunnel (native) on a SRX cluster

James Baker james at jgbaker.co.nz
Mon Jun 24 20:04:02 EDT 2013


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 at 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 at 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 at 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 at srx001# delete interfaces gr-0/0/0.1
{primary:node0}[edit]
me at 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 at 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 at 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


More information about the juniper-nsp mailing list