13.4 NetFlow Flashcards

1
Q

Describe NetFlow

A

a tool that can be used with Cisco devices to track and monitor IP communications on the network. Information gathered by NetFlow can be analyzed to identify the following:

Network baselines
Hosts consuming excessive network bandwidth
Network bottlenecks
Network redesign and improvements required
Departmental billings for network usage
Potential security issues

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe a Network Flow

A

a unidirectional stream of IP packets between a source host and a destination host. Because the flow is unidirectional, the following two flows must be monitored to capture a complete conversation between two network hosts:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Router(config-if)#ip flow {ingress | egress}

A

Enables NetFlow monitoring on the router interface:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Router(config)#ip flow-export destination [address] [port]

A

Configures the router to export NetFlow records to the NetFlow Collector configured with the IP address and UDP port specified. This command can be entered multiple times to configure records to be sent to multiple NetFlow collectors for redundancy purposes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Router(config)#ip flow-export version [number]

A

Formats records using the specified NetFlow version number. You can specify a version value of 1, 5, or 9.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Router(config)#ip flow-export source [type] [number]

A

Specifies the interface on the router to use as the source of the packets sent to the NetFlow connector. By default, NetFlow uses the IP address of the interface that packets are sent from as the source IP address for records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Router#show ip flow interface

A

Displays which interface(s) NetFlow is enabled on and in which direction traffic is being monitored.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Router#show ip flow export

A

Displays the NetFlow Collector host and also shows the source interface for NetFlow records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Router#show ip cache flow

A

Displays information on flows monitored by the NetFlow router. Several key statistics are displayed for each flow:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly