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

Example: Configuring Priority Scheduling

Configure priority scheduling, as shown in the following example:

  1. Configure a scheduler, be-sched, with medium-low priority.
    [edit class-of-service]
    schedulers {
    be-sched {
    priority medium-low;
    }
    }
  2. Configure a scheduler map, be-map, that associates be-sched with the best-effort forwarding class.
    [edit class-of-service]
    scheduler-maps {
    be-map {
    forwarding-class best-effort scheduler be-sched;
    }
    }
  3. Assign be-map to a Gigabit Ethernet interface, ge-0/0/0.
    [edit class-of-service]
    interfaces {
    ge-0/0/0 {
    scheduler-map be-map;
    }
    }

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