[j-nsp] Subject: Cisco equivalent of exist-map

Sergio D. sdanelli at gmail.com
Wed Jan 2 12:35:57 EST 2008


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

lab at Juniper# top show routing-options
aggregate {
    route 10.0.0.0/8 policy active;
}

[edit routing-options]
lab at Juniper# 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


More information about the juniper-nsp mailing list