[j-nsp] auto b/w mpls best practice -- cpu spikes

tim tiriche tim.tiriche at gmail.com
Wed Sep 12 01:04:03 EDT 2018


Hi,

Attached is my MPLS Auto B/w Configuration and i see frequent path changes
and cpu spikes.  I have a small network and wanted to know if there is any
optimization/best practices i could follow to reduce the churn.

protocols {
    mpls {
        statistics {
            file mpls.statistics size 1m files 10;
            interval 300;
            auto-bandwidth;
        }
        log-updown {
            syslog;
            trap;
            trap-path-down;
            trap-path-up;
        }
        traffic-engineering mpls-forwarding;

        rsvp-error-hold-time 25;
        smart-optimize-timer 180;
        ipv6-tunneling;
        optimize-timer 3600;
        label-switched-path <*> {
            retry-timer 600;
            random;
            node-link-protection;
            adaptive;
            auto-bandwidth {
                adjust-interval 7200;
                adjust-threshold 20;
                minimum-bandwidth 1m;
                maximum-bandwidth 9g;
                adjust-threshold-overflow-limit 2;
                adjust-threshold-underflow-limit 4;
            }
            primary <*> {
                priority 5 5;
            }
        }


More information about the juniper-nsp mailing list