RE: [j-nsp] default route via BGP

From: Neil Stirling (neil.stirling@nortelnetworks.com)
Date: Tue Apr 30 2002 - 13:38:05 EDT


Have you tried to setup a 0.0.0.0/0 route from route-options (either static
or agg) then match on this in the policy and import this policy into BGP ?

The below policy will only "check" for routes of type 0.0.0.0 with
next-hop-self set.

HTH.

-----Original Message-----
From: Christian Malo [mailto:chris@fiberpimp.net]
Sent: 30 April 2002 18:12
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] default route via BGP

Hi,

I need to send 0/0 to a customer via BGP ...

term send-default {
    from {
        route-filter 0.0.0.0/0 exact {
            next-hop self;
        }
    }
    then accept;
}
term reject {
    then reject;
}

I just tried that simple statement but it doesn't advertise 0/0 at all

got any idea ?

thanks

-chris



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