300-410 NetFlow and Flexible NetFlow • Complete Question Bank
Complete 300-410 NetFlow and Flexible NetFlow question bank — all 0 questions with answers and detailed explanations.
A network engineer runs the following command on Router R1:
R1# show flow exporter EXPORTER-1
Flow Exporter EXPORTER-1: Description: Exports to collector Export protocol: NetFlow Version 9 Transport Configuration: Destination IP address: 192.168.1.100 Source IP address: 10.0.0.1 Transport Protocol: UDP Destination Port: 2055 Source Port: 0 Collector Configuration: VRFs: Default Options Configuration: Sampler: Not configured Export Statistics: Number of Flows exported: 0 Number of Packets exported: 0 Number of Source IP address unreachable: 0 Number of Packets dropped: 0
Based on this output, what is the most likely reason that no flows are being exported?
A network engineer runs the following command on Router R1:
R1# show flow monitor FLOW-MONITOR-1 cache format table
Cache type: Normal Cache size: 1000 Current entries: 0 High Watermark: 0
Flows added: 0 Flows aged: 0 - Active timeout (1800 secs) 0 - Inactive timeout (15 secs) 0 - Event aged 0 - Watermark aged 0 - Emergency aged 0
Based on this output, what is the most likely problem?
A network engineer runs the following command on Router R1:
R1# show flow monitor FLOW-MONITOR-1 cache format table
Cache type: Normal Cache size: 1000 Current entries: 500 High Watermark: 800
Flows added: 15000 Flows aged: 14500 - Active timeout (1800 secs) 12000 - Inactive timeout (15 secs) 2500 - Event aged 0 - Watermark aged 0 - Emergency aged 0
Based on this output, what is a valid conclusion?
A network engineer runs the following command on Router R1:
R1# show flow monitor FLOW-MONITOR-1 statistics
Monitor: FLOW-MONITOR-1 Record: netflow-original Exporter: EXPORTER-1 Cache size: 1000 Current entries: 0 Flows exported: 0 Packets exported: 0
Sampler: Not configured
Flow Monitor is not attached to any interface
Based on this output, what action should the engineer take to resolve the issue?
A network engineer runs the following command on Router R1:
R1# show flow exporter EXPORTER-1 statistics
Flow Exporter: EXPORTER-1 Packet send statistics (last 30 seconds): Packets sent: 0 Packets dropped: 0 Packets unsent: 0
Client send statistics: Packets sent: 0 Packets dropped: 0 Packets unsent: 0
Export statistics: Number of Flows exported: 0 Number of Packets exported: 0 Number of Source IP address unreachable: 0 Number of Packets dropped (no route): 0 Number of Packets dropped (queue full): 0
Based on this output, what is the most likely cause of no exports?
A network engineer runs the following command on Router R1:
R1# show flow monitor FLOW-MONITOR-1 cache format table
Cache type: Normal Cache size: 1000 Current entries: 1000 High Watermark: 1000
Flows added: 50000 Flows aged: 49000 - Active timeout (1800 secs) 40000 - Inactive timeout (15 secs) 8000 - Event aged 0 - Watermark aged 1000 - Emergency aged 0
Based on this output, what is the most likely issue?
A network engineer runs the following command on Router R1:
R1# show flow interface GigabitEthernet0/1 Interface GigabitEthernet0/1
FNF: monitor Monitor: FLOW-MONITOR-1 direction: Input traffic-statistics: enabled
Based on this output, what can be concluded?
A network engineer runs the following command on Router R1:
R1# show flow monitor FLOW-MONITOR-1 cache format table
Cache type: Normal Cache size: 1000 Current entries: 0 High Watermark: 0
Flows added: 0 Flows aged: 0 - Active timeout (1800 secs) 0 - Inactive timeout (15 secs) 0 - Event aged 0 - Watermark aged 0 - Emergency aged 0
R1# show flow interface GigabitEthernet0/1 Interface GigabitEthernet0/1
FNF: monitor Monitor: FLOW-MONITOR-1 direction: Input traffic-statistics: enabled
Based on both outputs, what is the most likely problem?
A network engineer runs the following command on Router R1:
R1# show flow exporter EXPORTER-1
Flow Exporter EXPORTER-1: Description: Exports to collector Export protocol: NetFlow Version 9 Transport Configuration: Destination IP address: 192.168.1.100 Source IP address: 10.0.0.1 Transport Protocol: UDP Destination Port: 2055 Source Port: 0 Collector Configuration: VRFs: Default Options Configuration: Sampler: Not configured Export Statistics: Number of Flows exported: 5000 Number of Packets exported: 250 Number of Source IP address unreachable: 10 Number of Packets dropped: 0
Based on this output, what is the most likely issue?
Examine the following partial configuration on router R1:
flow record RECORD-1 match ipv4 source address match ipv4 destination address match ipv4 protocol collect counter bytes collect counter packets ! flow monitor MONITOR-1 record RECORD-1 cache timeout active 60 !
interface GigabitEthernet0/1 ip flow monitor MONITOR-1 input
!
Which statement about this configuration is true?
Consider the following partial configuration on router R2:
flow exporter EXPORTER-1 destination 192.168.1.100 source Loopback0 transport udp 2055 ! flow monitor MONITOR-2 exporter EXPORTER-1 record netflow ipv4 original-input cache timeout active 30 !
interface GigabitEthernet0/2 ip flow monitor MONITOR-2 input
!
What is the effect of this configuration?
Examine this partial configuration on router R3:
flow record RECORD-2 match ipv4 source address match ipv4 destination address match ipv4 protocol match transport source-port match transport destination-port collect counter bytes collect counter packets ! flow monitor MONITOR-3 record RECORD-2 cache timeout active 60 cache timeout inactive 15 !
interface GigabitEthernet0/3 ip flow monitor MONITOR-3 input ip flow monitor MONITOR-3 output
!
Which statement is true about this configuration?
Consider the following partial configuration on router R4:
flow exporter EXPORTER-2 destination 10.10.10.1 source Loopback0 transport udp 9996 option interface-table option sampler-table ! flow monitor MONITOR-4 exporter EXPORTER-2 record netflow ipv4 original-input !
interface GigabitEthernet0/4 ip flow monitor MONITOR-4 input
!
What is the purpose of the 'option interface-table' and 'option sampler-table' commands under the exporter?
Examine this partial configuration on router R5:
flow record RECORD-3 match ipv4 source address match ipv4 destination address match ipv4 protocol collect routing source as collect routing destination as ! flow monitor MONITOR-5 record RECORD-3 cache timeout active 60 !
interface GigabitEthernet0/5 ip flow monitor MONITOR-5 input
!
What is missing or incorrect in this configuration?
Consider the following partial configuration on router R6:
flow exporter EXPORTER-3 destination 192.168.2.200 source Loopback0 transport udp 2055 template data timeout 120 ! flow monitor MONITOR-6 exporter EXPORTER-3 record netflow ipv4 original-input !
interface GigabitEthernet0/6 ip flow monitor MONITOR-6 input
!
What is the effect of the 'template data timeout 120' command?
A network engineer runs the following command to troubleshoot a Flexible NetFlow issue:
R1# show flow monitor FLOW-MONITOR-1 cache format table
Cache type: Normal Cache size: 1000 Current entries: 25 High Watermark: 50
Flows added: 1234 Flows aged: 1209 - Active timeout ( 1800 secs): 100 - Inactive timeout ( 15 secs): 1100 - Event aged: 9 - Watermark aged: 0 - Emergency aged: 0
What does the output indicate?
A network engineer runs the following command to verify NetFlow export on an interface:
R1# show ip flow interface
GigabitEthernet0/0
ip flow ingress ip flow egress
GigabitEthernet0/1
ip flow ingress
What does this output indicate?
A network engineer runs the following command to debug NetFlow export:
R1# debug ip flow export IP Flow export debugging is on
R1#
*Mar 1 00:05:23.123: FLOW: export v9 flow 1 with 30 packets *Mar 1 00:05:23.124: FLOW: export v9 flow 2 with 15 packets *Mar 1 00:05:23.125: FLOW: export v9 flow 3 with 22 packets *Mar 1 00:05:23.126: FLOW: export v9 flow 4 with 8 packets *Mar 1 00:05:23.127: FLOW: export v9 flow 5 with 12 packets
What does this output indicate?
A network engineer runs the following command to verify Flexible NetFlow record configuration:
R1# show flow record FLOW-RECORD-1
flow record FLOW-RECORD-1 match ipv4 source address match ipv4 destination address match ip protocol collect counter bytes collect counter packets collect timestamp sys-uptime first collect timestamp sys-uptime last
What does this output indicate?
A network engineer runs the following command to verify NetFlow export destination:
R1# show ip flow export
Flow export v9 is enabled for main cache Export source and destination details : VRF ID : Default Destination(1) 192.168.1.100 (2055) Source IP 10.0.0.1 Origin AS 65000 Peer AS 65001 Mask for source 255.255.255.255 Mask for destination 255.255.255.255 Version 9 flow records 1234 flows exported in 567 udp datagrams 0 flows failed due to lack of export packet 0 export packets were sent up to process level 0 export packets were dropped due to no fib 0 export packets were dropped due to adjacency issues 0 export packets were dropped due to fragmentation failures 0 export packets were dropped due to encapsulation fixup failures
What does this output indicate?
A network engineer runs the following command to troubleshoot Flexible NetFlow cache usage:
R1# show flow monitor FLOW-MONITOR-1 statistics
Cache type: Normal Cache size: 1000 Current entries: 900 High Watermark: 950 Flows added: 50000 Flows aged: 49100 - Active timeout ( 1800 secs): 40000 - Inactive timeout ( 15 secs): 9000 - Event aged: 100 - Watermark aged: 0 - Emergency aged: 0
What does this output indicate?
A network engineer runs the following command to verify NetFlow data export format:
R1# show flow exporter EXPORTER-1
Flow Exporter: EXPORTER-1 Transport Configuration: Destination IP address: 192.168.1.100 Source IP address: 10.0.0.1 Transport Protocol: UDP Destination Port: 2055 Source Port: 51234 DSCP: 0x00 TTL: 255 Output Features: Used Export Protocol: NetFlow Version 9 Template Data Export Timeout: 1800 seconds Option Data Export Timeout: 1800 seconds Option Data Configured: application-table sub-application-table application-attributes
What does this output indicate?
A network engineer runs the following command to verify Flexible NetFlow cache entries:
R1# show flow monitor FLOW-MONITOR-1 cache format record
Cache entry for flow 1: ipv4 source address: 10.0.0.1 ipv4 destination address: 192.168.1.100
ip protocol: 6
counter bytes: 1500 counter packets: 10 timestamp sys-uptime first: 123456 timestamp sys-uptime last: 123556
Cache entry for flow 2: ipv4 source address: 10.0.0.2 ipv4 destination address: 192.168.1.101
ip protocol: 17
counter bytes: 500 counter packets: 5 timestamp sys-uptime first: 123457 timestamp sys-uptime last: 123557
What does this output indicate?
A network engineer runs the following command to debug Flexible NetFlow cache events:
R1# debug flow monitor FLOW-MONITOR-1
Flow Monitor FLOW-MONITOR-1 debugging is on R1#
*Mar 1 00:10:15.123: FLOW MONITOR: Cache entry created for flow 10.0.0.1:1234 -> 192.168.1.100:80 (TCP) *Mar 1 00:10:15.124: FLOW MONITOR: Cache entry updated for flow 10.0.0.1:1234 -> 192.168.1.100:80 (TCP) - bytes: 1460, packets: 1 *Mar 1 00:10:15.125: FLOW MONITOR: Cache entry updated for flow 10.0.0.1:1234 -> 192.168.1.100:80 (TCP) - bytes: 2920, packets: 2 *Mar 1 00:10:45.123: FLOW MONITOR: Cache entry aged for flow 10.0.0.1:1234 -> 192.168.1.100:80 (TCP) - reason: inactive timeout
What does this output indicate?