[j-nsp] How to enabling BFD ?

senad palislamovic spalislam at yahoo.com
Sat Mar 10 15:38:45 EST 2007


Salman,

It is pretty simple.  Here is the example:

senad at papajones> show configuration protocols ospf 
traceoptions {
    file ospf.log size 10m files 10 world-readable;
    flag error;
    flag lsa-ack detail;
    flag lsa-request detail;
    flag lsa-update detail;
    flag packets detail;
    flag event;
    flag route;
}
area 0.0.0.0 {
    interface lo0.0 {
        passive;
    }
    interface ge-2/1/1.0 {
        metric 350;
        priority 1;
        hello-interval 3;
        dead-interval 12;
        bfd-liveness-detection {
            minimum-interval 500;
            multiplier 3;
        }
    }
    interface ge-3/1/1.0 {
        metric 350;
        priority 1;
        hello-interval 3;
        dead-interval 12;
        bfd-liveness-detection {
            minimum-interval 500;
            multiplier 3;
        }
    }
}     
senad at papajones> show configuration protocols bfd 
traceoptions {
    file bfd.log size 10m files 10 world-readable;
    flag error;
    flag event;
    flag state;
    flag adjacency;
}



And here is the doc link that explains each knob available.

http://www.juniper.net/techpubs/software/junos/junos62/swconfig62-routing/html/ospf-config24.html

Regards,

Senad


----- Original Message ----
From: Salman <salman77_99 at yahoo.com>
To: juniper mailing list <juniper-nsp at puck.nether.net>
Sent: Saturday, March 10, 2007 9:51:28 AM
Subject: [j-nsp] How to enabling BFD ?


Hi,

I need to know how can BFD (bidirectional forwarding
dectection )be enabled on Juniper M-series router?

Is it the same way graceful-restarts are enabled ?

regards,
salman.



____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


 
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 



More information about the juniper-nsp mailing list