Drag and drop the following phases into the correct order to configure gRPC streaming telemetry subscription setup and then the NetFlow data path sequence.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Trap 1: 1
This order incorrectly places the NetFlow export destination after the flow monitor has already been applied to the interface. A flow monitor in Flexible NetFlow must reference an exporter with a destination IP and port; applying the monitor before configuring the export destination means no records can be sent to a collector. Additionally, the gRPC telemetry subscription is set up after the monitoring features, whereas the correct sequence establishes the telemetry collector first to receive streamed data.
Trap 2: 1
The primary flaw is that gRPC telemetry subscription is saved for last, after NetFlow export destination and flow monitor configuration. Since the correct procedure starts with establishing the telemetry subscription to the collector, this option has the device attempting to create flow exporters before the telemetry receiver is even defined. By the time telemetry is configured, the NetFlow flow monitor is already active without a properly ordered streaming setup, leading to a mismatch between when data is collected and when collectors are ready.
Trap 3: 1
This sequence tries to apply the flow monitor to the interface before the flow monitor has been defined, which the Cisco IOS CLI will reject with a '% flow monitor does not exist' error. Although gRPC telemetry is placed before NetFlow export (partially matching the correct order), the fundamental define-then-apply rule for flow monitors is violated. The NetFlow export destination is also configured last, so even if the monitor existed, it would lack a destination to send records to.
- A
1. Configure gRPC telemetry subscription 2. Configure NetFlow export destination 3. Define flow monitor 4. Apply flow monitor to interface
This order correctly follows the sequence: first set up the telemetry subscription to stream data, then configure NetFlow export to send flow records, define the flow monitor to specify what to collect, and finally apply it to the interface where traffic is monitored.
- B
1. Define flow monitor 2. Apply flow monitor to interface 3. Configure gRPC telemetry subscription 4. Configure NetFlow export destination
Why wrong: This order incorrectly places the NetFlow export destination after the flow monitor has already been applied to the interface. A flow monitor in Flexible NetFlow must reference an exporter with a destination IP and port; applying the monitor before configuring the export destination means no records can be sent to a collector. Additionally, the gRPC telemetry subscription is set up after the monitoring features, whereas the correct sequence establishes the telemetry collector first to receive streamed data.
- C
1. Configure NetFlow export destination 2. Define flow monitor 3. Apply flow monitor to interface 4. Configure gRPC telemetry subscription
Why wrong: The primary flaw is that gRPC telemetry subscription is saved for last, after NetFlow export destination and flow monitor configuration. Since the correct procedure starts with establishing the telemetry subscription to the collector, this option has the device attempting to create flow exporters before the telemetry receiver is even defined. By the time telemetry is configured, the NetFlow flow monitor is already active without a properly ordered streaming setup, leading to a mismatch between when data is collected and when collectors are ready.
- D
1. Apply flow monitor to interface 2. Configure gRPC telemetry subscription 3. Define flow monitor 4. Configure NetFlow export destination
Why wrong: This sequence tries to apply the flow monitor to the interface before the flow monitor has been defined, which the Cisco IOS CLI will reject with a '% flow monitor does not exist' error. Although gRPC telemetry is placed before NetFlow export (partially matching the correct order), the fundamental define-then-apply rule for flow monitors is violated. The NetFlow export destination is also configured last, so even if the monitor existed, it would lack a destination to send records to.