Re: [j-nsp] injecting into bgp

From: john heasley (heas@shrubbery.net)
Date: Wed Jun 13 2001 - 15:03:39 EDT


Wed, Jun 13, 2001 at 11:56:18AM -0700, Randy Bush:
> are the following fragments sufficient to inject the prefix into bgp?
>
> policy-options {
>
> prefix-list global-exports {
> 666.42.7.11/34;
> }
>
> /* export to transits */
> policy-statement transit-out {
> from prefix-list global-exports;
         from { protocol [ something ]; prefix-list global-exports;}
> then {
> nexthop self;
> accept;
> }
> }

routing-options { static { route 666.42.7.11/34 discard; } }
> ...
>
> protocols {
>
> bgp {
> group eBGP {
> type external;
> metric-out igp;
> damping;
> export [ transit-out ];
> ...
>
> randy



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