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

Example: Overriding the Default PLP on M320 Platforms

Override the default PLP.

  1. The following example specifies that while the DSCP code points are 110, the loss priority is set to high; however, on M320 platforms, overriding the default PLP this way has no effect.
    class-of-service {
    classifiers {
    dscp ba-classifier {
    forwarding-class expedited-forwarding {
    loss-priority high code-points 110;
    }
    }
    }
    }
  2. For M320 platforms, this MF classifier sets the PLP.
    firewall {
    filter ef-filter {
    term ef-multifield {
    from {
    precedence 6;
    }
    then {
    loss-priority high;
    forwarding-class expedited-forwarding;
    }
    }
    }
    }

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