aggregate routes with policy should work with something like this possibly:

[EMAIL PROTECTED] top show routing-options
aggregate {
    route 10.0.0.0/8 policy active;
}

[edit routing-options]
[EMAIL PROTECTED] top show policy-options policy-statement active
term one {
    from {
        route-filter 9.9.9.9/32 exact;
    }
    then accept;
}
term two {
    then reject;
}



-- 
Sergio Danelli
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to