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

Example: Configuring Fragmentation by Forwarding Class

Configure two logical units on an LSQ interface. The logical units use two different fragmentation maps.

class-of-service {
interfaces {
lsq-1/0/0 {
unit 1 {
fragmentation-map frag-map-A;
}
unit 2 {
fragmentation-map frag-map-B;
}
}
}
fragmentation-maps {
frag-map-A {
forwarding-class {
AF {
no-fragmentation;
}
EF {
no-fragmentation;
}
BE {
fragment-threshold 100;
}
}
}
frag-map-B {
forwarding-class {
EF {
fragment-threshold 200;
}
BE {
fragment-threshold 200;
}
AF {
fragment-threshold 200;
}
}
}
}
}

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