Mark,
No, there is no Juniper default-originate, but you can do the same
thing using policies, and the generate route command.
Chris
routing-options {
generate {
route 0.0.0.0/0;
}
policy-statement send-default {
term 1 {
from {
route-filter 0.0.0.0/0 exact;
}
then accept;
}
term 2 {
then reject;
}
On Wed, 27 Jun 2001, Mark Borchers wrote:
> Is there a JunOS equivalent to the Cisco BGP command:
>
> neighbor 1.2.3.4 default-originate
>
> to originate a default route on a per-neighbor basis?
>
>
> Thanks,
>
> --
> Mark Borchers McLeodUSA Data Services
> IP Engineering 9012 New Trails Dr.
> mborchers@splitrock.net The Woodlands, TX 77381
> (281) 465-1931 http://www.mcleod.net/
>
>
This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:39 EDT