[j-nsp] GRE configuration on Juniper

From: Babu Prabesh (Babu.Prabesh@cosinecom.com)
Date: Mon Mar 25 2002 - 18:47:31 EST


Hi,

I am trying to configure a GRE tunnel in Juniper and my
configuration looks as follows

[edit interfaces gr-2/1/0]
unit 0 {
    tunnel {
        source 20.6.1.2;
        destination 20.6.1.1;
    }
    family inet {
        address 9.9.9.2/32 {
            destination 9.9.9.1;
        }
    }
}

Both source and destination of the tunnel are pingable
(20.6.1.2 and 20.6.1.1)
However, when I try to ping the gre tunnel local endpoint
9.9.9.1, it fails.
TraceRoute takes me through the default route.
Also, show interfaces terse command does not show
gr-2/1/0 instead shows some other interface by name 'gre'.
I am running 5.1R1.4 version.

I was wondering, what the problem is with my configuration.

Thanks
 Babu



This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:40 EDT