What must you add to complete this configuration?

— Exhibit —
{master:0}[edit]

user@router# show class-of-service
classifiers {
inet-precedence normal-traffic {
forwarding-class best-effort {
loss-priority low code-points [ my1 my2 ];
}
}
code-point-aliases {
inet-precedence {
my1 000;
my2 001;
}
}
scheduler-maps {
one {
forwarding-class expedited-forwarding scheduler special;
forwarding-class best-effort scheduler normal;
}
}
schedulers {
special {
transmit-rate percent 30;
priority strict-high;
}
normal {
transmit-rate percent 70;

priority low;
}
}
— Exhibit —
Click the Exhibit button.
The configuration in the exhibit shows incoming traffic with specific IP precedence bits that should
be mapped to a forwarding class named best-effort.
What must you add to complete this configuration?

— Exhibit —
{master:0}[edit]

user@router# show class-of-service
classifiers {
inet-precedence normal-traffic {
forwarding-class best-effort {
loss-priority low code-points [ my1 my2 ];
}
}
code-point-aliases {
inet-precedence {
my1 000;
my2 001;
}
}
scheduler-maps {
one {
forwarding-class expedited-forwarding scheduler special;
forwarding-class best-effort scheduler normal;
}
}
schedulers {
special {
transmit-rate percent 30;
priority strict-high;
}
normal {
transmit-rate percent 70;

priority low;
}
}
— Exhibit —
Click the Exhibit button.
The configuration in the exhibit shows incoming traffic with specific IP precedence bits that should
be mapped to a forwarding class named best-effort.
What must you add to complete this configuration?

A.
defined behaviors to the interfaces stanza in the class-of-service section

B.
rewrite-rules for the best-effort forwarding class

C.
a WRED drop-profile for the best-effort scheduler

D.
a firewall filter that matches and discards the original code point values



Leave a Reply 0

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