Configuring queue management profiles for subinterfaces

To configure a queue management profile for a subinterface, use the qos buffer-management queue-management-profile command.

Configure queue management profile for a subinterface

--{ candidate shared default }--[  ]--
# info with-context qos buffer-management queue-management-profile wred-ecn-1
    qos {
        buffer-management {
            queue-management-profile wred-ecn-1 {
                weight-factor 5
                wred {
                    wred-slope all drop-probability all enable-ecn true {
                        min-threshold-percent 10
                        max-threshold-percent 25
                        slope-enabled true
                        max-drop-probability-percent 50
                    }
                }
            }
        }
    }