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


Configuring RED Drop Profiles

Random early detection (RED) drop profiles are associated with the forwarding classes and loss priorities from the scheduler-map you configure on the interface. To configure class-of-service (CoS) RED drop profiles, you can include the following statements at the [edit class-of-service] hierarchy level of the configuration:

class-of-service {
    drop-profiles {
        profile-name {
            fill-level percentage drop-probability percentage;
            interpolate {
                drop-probability [ values ];
                fill-level [ values ];
            }
        }
    }
}

This chapter discusses the following topics:


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