[Contents] [Prev] [Next] [Index] [Report an Error]


Configure MPLS Statistics

To enable automatic bandwidth allocation, you first need to configure MPLS statistics. As part of this configuration, include the auto-bandwidth statement at the protocols mpls statistics hierarchy level. You can also use the interval statement to configure the interval for calculating the average bandwidth usage. This setting applies to all LSPs configured on the router. You can set the adjustment interval (configured at the protocols mpls label-switched-path label-switched-path-name auto-bandwidth hierarchy level) on specific LSPs.

Configure the MPLS and automatic bandwidth allocation statistics as follows:

[edit]
protocols {
    mpls {
        statistics {
            auto-bandwidth;
            file filename size size files number <no-stamp>;
            interval seconds;
        }
    }
}

[Contents] [Prev] [Next] [Index] [Report an Error]