danhoutz

Junos BGP advertisement delay

Sep 8th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # show |compare
  2. [edit protocols]
  3. + bgp {
  4. + family inet {
  5. + unicast {
  6. + delay-route-advertisements {
  7. + minimum-delay {
  8. + routing-uptime 900;
  9. + inbound-convergence 600;
  10. + }
  11. + maximum-delay {
  12. + route-age 1200;
  13. + routing-uptime 1200;
  14. + }
  15. + }
  16. + }
  17. + }
  18. + }
Advertisement
Add Comment
Please, Sign In to add comment