Flexible Netflow Export to an IPv6 Address Overview
This feature enables Flexible NetFlow to export data to a destination using an IPv6 address.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
The Export to an IPv6 Address feature enables Flexible NetFlow to export data to a destination using an IPv6 address.
Information About Flexible Netflow Export to an IPv6 Address
This feature enables Flexible NetFlow to export data to a destination using an IPv6 address.
How to Configure Flexible Netflow Export to an IPv6 Address
Perform this required task to configure the flow exporter.
Note |
Each flow exporter supports only one destination. You can export to a destination using either an IPv4 or IPv6 address. |
Command or Action | Purpose | |||
---|---|---|---|---|
Step 1 |
enable Example:
|
Enables privileged EXEC mode.
|
||
Step 2 |
configure terminal Example:
|
Enters global configuration mode. |
||
Step 3 |
flow exporter exporter-name Example:
|
Creates the flow exporter and enters Flexible NetFlow flow exporter configuration mode.
|
||
Step 4 |
description description Example:
|
(Optional) Configures a description to the exporter that will appear in the configuration and the display of the show flow exporter command. |
||
Step 5 |
destination {ip-address | hostname } [vrf vrf-name ] Example:
|
Specifies the IP address or hostname of the destination system for the exporter.
|
||
Step 6 |
dscp dscp Example:
|
(Optional) Configures differentiated services code point (DSCP) parameters for datagrams sent by the exporter.
|
||
Step 7 |
source interface-type interface-number Example:
|
(Optional) Specifies the local interface from which the exporter will use the IP address as the source IP address for exported datagrams. |
||
Step 8 |
output-features Example:
|
(Optional) Enables sending export packets using quality of service (QoS) and encryption. |
||
Step 9 |
template data timeout seconds Example:
|
(Optional) Configures resending of templates based on a timeout.
|
||
Step 10 |
transport udp udp-port Example:
|
Specifies the UDP port on which the destination system is listening for exported datagrams.
|
||
Step 11 |
ttl seconds Example:
|
(Optional) Configures the time-to-live (TTL) value for datagrams sent by the exporter.
|
||
Step 12 |
end Example:
|
Exits flow exporter configuration mode and returns to privileged EXEC mode. |
||
Step 13 |
show flow exporter exporter-name Example:
|
(Optional) Displays the current status of the specified flow exporter. |
||
Step 14 |
show running-config flow exporter exporter-name Example:
|
(Optional) Displays the configuration of the specified flow exporter. |
Configuration Examples for Flexible Netflow Export to an IPv6 Address
The following example shows how to configure multiple export destinations for Flexible NetFlow for IPv4 or IPv6 traffic. This sample starts in global configuration mode:
The following example shows how to configure multiple export destinations for Flexible NetFlow for IPv4:
!
flow exporter EXPORTER-1
destination 172.16.10.2
transport udp 90
exit
!
flow exporter EXPORTER-2
destination 172.16.10.3
transport udp 90
exit
!
flow record v4_r1
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect counter bytes long
collect counter packets long
flow monitor FLOW-MONITOR-1
record v4_r1
exporter EXPORTER-2
exporter EXPORTER-1
!
ip cef
!
interface GigabitEthernet1/0/0
ip address 172.16.6.2 255.255.255.0
ip flow monitor FLOW-MONITOR-1 input
!
The following example shows how to configure multiple export destinations for Flexible NetFlow for IPv6:
!
flow exporter EXPORTER-1
destination 172.16.10.2
transport udp 90
exit
!
flow exporter EXPORTER-2
destination 172.16.10.3
transport udp 90
exit
!
flow record v6_r1
match ipv6 traffic-class
match ipv6 protocol
match ipv6 source address
match ipv6 destination address
match transport source-port
match transport destination-port
collect counter bytes long
collect counter packets long
!
!
flow monitor FLOW-MONITOR-2
record v6_r1
exporter EXPORTER-2
exporter EXPORTER-1
!
ip cef
!
interface GigabitEthernet1/0/0
ipv6 address 2001:DB8:2:ABCD::2/48
ipv6 flow monitor FLOW-MONITOR-2 input
!
The following display output shows that the flow monitor is exporting data to the two exporters:
Device# show flow monitor FLOW-MONITOR-1
Flow Monitor FLOW-MONITOR-1:
Description: User defined
Flow Record: v4_r1
Flow Exporter: EXPORTER-1
EXPORTER-2
Cache:
Type: normal (Platform cache)
Status: allocated
Size: 4096 entries / 311316 bytes
Inactive Timeout: 15 secs
Active Timeout: 1800 secs
Update Timeout: 1800 secs
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
Flexible NetFlow conceptual information and configuration tasks |
Flexible NetFlow Configuration Guide |
Flexible NetFlow commands |
Cisco IOS Flexible NetFlow Command Reference |
Standard |
Title |
---|---|
No new or modified standards/RFCs are supported by this feature. |
— |
MIB |
MIBs Link |
---|---|
None |
To locate and download MIBs for selected platforms, Cisco software releases, and feature sets, use Cisco MIB Locator found at the following URL: |
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |