additional comments : 
You need to import your routes in your RIB (your import policy has to accept 
these routes) but these routes won't be in your FIB. then You can advertise 
these routes to other peers.
 
david

________________________________

De: ROY David DTF/DERX
Date: mer. 25/02/2009 16:33
À: 'Stefan Fouant'; fighter worker
Cc: [email protected] need to import your routes in your RIB (your 
import policy has to accept these routes) but these routes won't be in your 
FIB. then You can advertise these routes to other peers.
Objet : RE: [j-nsp] Junos Hidden routes



Hi,

You can try to filter these routes in the forwarding table by using this method 
: your routes will be in the RIB but not in the FIB.

Regards,
David


forwarding-options {
    family inet {
        filter {
            input FILTER-FIB;
        }
    }
}

policy-option {
[...]

policy-statement FILTER-FIB {
    term REJECT {
        from {
            protocol bgp;
            route-filter X.X.X.X/Y orlonger;
                neighbor A.B.C.D;
        }
        then reject;
    }
    term OTHER {
        then {
            load-balance per-packet;
            accept;
        }
    }
}

}

-----Message d'origine-----
De : [email protected] 
[mailto:[email protected]] De la part de Stefan Fouant
Envoyé : mercredi 25 février 2009 16:04
À : fighter worker
Cc : [email protected]
Objet : Re: [j-nsp] Junos Hidden routes

On Wed, Feb 25, 2009 at 9:13 AM, Stefan Fouant <[email protected]> wrote:
> On Wed, Feb 25, 2009 at 2:47 AM, fighter worker <[email protected]> wrote:
>> Dear all
>> i have question regarding Junos hidden routes which for example
>> recieved over BG but filtered , is there a way to send these hidden
>> routes through BGP to other peers , as i want to send certain routes
>> without putting them into routing table
>
> I believe you can accomplish this using the advertise-inactive switch.

Whoops, my mistake, advertise-inactive will only advertise routes which are 
eligible (i.e. non-hidden) but not necessarily active.

--
Stefan Fouant

Windows XP crashed.
I am the Blue Screen of Death.
No one hears your screams.
_______________________________________________
juniper-nsp mailing list [email protected] 
https://puck.nether.net/mailman/listinfo/juniper-nsp




*********************************
This message and any attachments (the "message") are confidential and intended 
solely for the addressees. 
Any unauthorised use or dissemination is prohibited.
Messages are susceptible to alteration. 
France Telecom Group shall not be liable for the message if altered, changed or 
falsified.
If you are not the intended addressee of this message, please cancel it 
immediately and inform the sender.
********************************
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to