[j-nsp] Filter-Based Forwarding issue

Gökhan Gümüş ggumus at gmail.com
Thu Mar 29 16:32:04 EST 2007


Hi Gniewko

Here is a sample config what should you do...


R1-----------------------------------------------------------------------------R2
    .1                10.0.0.0/24
.2



For example your source based traffic's direction is from R2 to
R1.Youshould add that kind of config on your router.


xxx <gokhan at Frankfurt-M7i>> show configuration
routing-instances INSTANCE_C
instance-type forwarding;
routing-options {
    static {
        route 0.0.0.0/0 next-hop 10.0.0.1;

And then you must make an MPLS LSP like that;


xxx <gokhan at Frankfurt-M7i>> show configuration protocols mpls

label-switched-path R2-to-R1 {
    from 10.0.0.2;
    to 10.0.0.1;


Gokhan Gumus


More information about the juniper-nsp mailing list