[j-nsp] "low route" with BGP examples?

dmitri at nominet.org.uk dmitri at nominet.org.uk
Mon Oct 17 09:34:20 EDT 2005


Hi,

Has anyone implemented draft-marques-idr-flow-spec-03.txt?
I cannot figure out how to distribute "flow routes" via bgp
nor I was able to find such an example on juniper.net.
I'm trying to do the simplest thing: on a distributing router
I create a "flow route":

routing-options {
    flow {
        route test-flow-route {
            match source 10.0.0.1/32;
            then discard;
        }
    }
}

Now I want to distribute this "flow route" to another peering
neighbor. How do I configure the distributing router and the
peering neighbor to do this?

Regards
Dmitri


More information about the juniper-nsp mailing list