Advanced TutorialsConfigurationNetworkNewsProfessional

How do you verify WRED configuration on a router

Show queueing random-detect:

       Router# show queueing random-detect

    This command displays the WRED configuration and statistics for all interfaces[3]. The output includes:

    • Queueing strategy – Indicates that WRED is the active queueing strategy
    • Exponential weight constant – Shows the weight used for calculating the average queue size.
    • Mean queue depth – Displays the current average queue size.
    • Class-specific information (minimum/maximum thresholds, mark probability) – Includes minimum and maximum thresholds, as well as the mark probability for different traffic classes.
    • Packet drop statistics – Provides data on the number of packets dropped due to WRED.

    Show policy-map interface:

         Router# show policy-map interface INTERFACE

      This command shows the QoS policy configuration and statistics for a specific interface, including WRED settings if configured within a policy[3].

      Show interfaces:

           Router# show interfaces [type slot/port]

        This command displays interface statistics and configuration, including WRED information if enabled on the interface[1].

        Show queue:

             Router# show queue interface-type interface-number

          This command shows the header information of packets inside a queue, which can be useful for troubleshooting WRED behavior[1].

          Show queueing interface:

               Router# show queueing interface interface-number [vc [[vpi/] vci]]

            This command displays WRED statistics for a specific virtual circuit (VC) on an interface[1].

            When examining the output, look for:

            • Confirmation that WRED is enabled
            • Correct thresholds and drop probabilities for different traffic classes
            • Proper exponential weight constant
            • Expected packet drop behavior

            Bill

            Bill is a passionate network engineer who loves to share his knowledge and experience with others. He writes engaging blog posts for itacute.com, where he covers topics such as home and small business networking, electronic gadgets, and tips and tricks to optimize performance and productivity. Bill enjoys learning new things and keeping up with the latest trends and innovations in the field of technology.

            Leave a Reply

            Your email address will not be published. Required fields are marked *