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 <[EMAIL PROTECTED]>> 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 <[EMAIL PROTECTED]>> show configuration protocols mpls

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


Gokhan Gumus
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to