[j-nsp] RE : Junos Hidden routes

fighter worker knowhowccie at gmail.com
Thu Feb 26 02:42:03 EST 2009


i got the idea David and i think it should work i will give it a try
and feed you back
many thanks

On Wed, Feb 25, 2009 at 8:00 PM,  <david.roy at orange-ftgroup.com> wrote:
> 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: juniper-nsp at puck.nether.netYou 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 : juniper-nsp-bounces at puck.nether.net
> [mailto:juniper-nsp-bounces at puck.nether.net] De la part de Stefan Fouant
> Envoyé : mercredi 25 février 2009 16:04
> À : fighter worker
> Cc : juniper-nsp at puck.nether.net
> Objet : Re: [j-nsp] Junos Hidden routes
>
> On Wed, Feb 25, 2009 at 9:13 AM, Stefan Fouant <sfouant at gmail.com> wrote:
>> On Wed, Feb 25, 2009 at 2:47 AM, fighter worker <knowhowccie at gmail.com>
>> 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 juniper-nsp at puck.nether.net
> 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.
> ********************************
>


More information about the juniper-nsp mailing list