nerdexam
Cisco

350-401 · Question #1306

Refer to the exhibit. A new management platform has been deployed to collect the flexible NetFlow data based on these requirements: - It must be able to collect BGP next hop, MPLS, and multicast data

The correct answer is B. PE-Router(config-flow-exporter)# export-protocol netflow-v9 C. PE-Router(config-flow-exporter)# destination 192.168.4.100. To meet the flexible NetFlow requirements, the export protocol must be set to NetFlow v9 for advanced data collection, and the destination IP address of the collector must be correctly specified.

Submitted by devops_kid· Mar 6, 2026

Question

Refer to the exhibit. A new management platform has been deployed to collect the flexible NetFlow data based on these requirements:

  • It must be able to collect BGP next hop, MPLS, and multicast data for

analysis.

  • IP address: 192.168.4.100
  • Port: UDP 9999

Which two configuration snippets achieve this goal? (Choose two).

Exhibits

350-401 question #1306 exhibit 1
350-401 question #1306 exhibit 2

Options

  • APE-Router(config-flow-exporter)# source 192.168.4.100
  • BPE-Router(config-flow-exporter)# export-protocol netflow-v9
  • CPE-Router(config-flow-exporter)# destination 192.168.4.100
  • DPE-Router(config-flow-exporter)# transport TCP 9999
  • EPE-Router(config-flow-exporter)# source 192.168.4.4

How the community answered

(18 responses)
  • A
    11% (2)
  • B
    72% (13)
  • D
    6% (1)
  • E
    11% (2)

Why each option

To meet the flexible NetFlow requirements, the export protocol must be set to NetFlow v9 for advanced data collection, and the destination IP address of the collector must be correctly specified.

APE-Router(config-flow-exporter)# source 192.168.4.100

The 'source' command specifies the IP address that the router uses to send NetFlow packets, not the destination IP of the collector where they should be sent.

BPE-Router(config-flow-exporter)# export-protocol netflow-v9Correct

Specifying 'export-protocol netflow-v9' is crucial because NetFlow v9 (and IPFIX) supports advanced fields like BGP next hop, MPLS labels, and multicast data, which are not available in older NetFlow versions like v5.

CPE-Router(config-flow-exporter)# destination 192.168.4.100Correct

The 'destination 192.168.4.100' command correctly configures the IP address of the NetFlow collector where the flow data will be sent, directly matching the requirement for the collector's IP.

DPE-Router(config-flow-exporter)# transport TCP 9999

The requirement explicitly states UDP 9999, so configuring 'transport TCP 9999' is incorrect as it uses the wrong protocol and implicitly defines the port with the transport.

EPE-Router(config-flow-exporter)# source 192.168.4.4

The 'source 192.168.4.4' command specifies an arbitrary source IP address for the NetFlow packets, which does not align with the requirement to send data to 192.168.4.100.

Concept tested: Flexible NetFlow exporter configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/netflow/configuration/xe-16/nf-xe-16-book/nf-overview-xe.html

Topics

#Flexible NetFlow#NetFlow configuration#NetFlow v9#Traffic monitoring

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice