home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

Error: "wred-map-bytes must not be configured with wred-map-time"

Cause

You tried to configure a mixture of WRED map styles; both a WRED map that uses byte-based units, and a WRED map that uses time-based units.

You will trigger this error if you combine commands like these:

set policy qos name <policy-name> shaper profile <profile-name> queue <queue-id>> wred-map-bytes ...
set policy qos name <policy-name> shaper profile <profile-name> queue <queue-id>> wred-map-time ...

Remedy

Decide which style of WRED map you want to use — bytes or time. Then change all the other WRED map configuration commands to match the style you want.