[j-nsp] injecting into bgp

From: Randy Bush (randy@psg.com)
Date: Wed Jun 13 2001 - 14:56:18 EDT


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;
        then {
            nexthop self;
            accept;
            }
        }

...

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