Engineers must choose telemetry publication style for interface counters to graph and for interface admin-state that should wake a consumer only when it flips. Which consumption choice is appropriate?
Select an answer to reveal the explanation.
Short Explanation
Counters like a pulse want a steady metronome; a door sensor should chirp only when it moves. Cadence for graphs, on-change for state flips—pick wrong and you flood or starve.
Full Explanation
Periodic (cadence) publication fits counters destined for graphs; on-change fits state that should wake consumers only when it changes. The wrong choice either floods storage or starves the consumer—both are 5.1 consumption considerations. Firehosing entire trees or reverting solely to SNMP misses the MDT design choice.