[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. 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 on specific LSPs.

Configure the MPLS and automatic bandwidth allocation statistics as follows:

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

You can configure these statements at the following hierarchy levels:


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