Which PPP LCP feature(s) disable(s) an interface that exceeds an error percentage threshold, enabling rerouting over better routes?

A) PAP
B) CHAP
C) Multilink PPP
D) LQM
E) Magic Number
F) Isolation bit
G) High water mark

D
Explanation: D) The Link Quality Monitoring (LQM) feature provides the capability to disable an interface that exceeds an error percentage threshold, enabling rerouting over better routes.

Computer Science & Information Technology

You might also like to view...

What does it mean to set text “line for line”?

What will be an ideal response?

Computer Science & Information Technology

One way to iterate through a Map is

A) to obtain the Map's iterator and use it B) to obtain the set of keys for the stored elements, and then iterate through that set of keys C) to use an integer index in a for loop to step through the elements D) None of the above

Computer Science & Information Technology